We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For custom dataset with no categorical columns, the following error will raise when running python core_models/main.py ,
python core_models/main.py
TypeError: reduce() of empty sequence with no initial value from
TypeError: reduce() of empty sequence with no initial value
RVAE_MixedTypes/src/core_models/mixedDataset.py
Lines 73 to 75 in 0555fc6
I think adding a default 0 value in the reduce method should solve the problem.
0
reduce
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For custom dataset with no categorical columns, the following error will raise when running
python core_models/main.py
,TypeError: reduce() of empty sequence with no initial value
fromRVAE_MixedTypes/src/core_models/mixedDataset.py
Lines 73 to 75 in 0555fc6
I think adding a default
0
value in thereduce
method should solve the problem.The text was updated successfully, but these errors were encountered: