-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
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
Akash/bugfix #55
Akash/bugfix #55
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@akashsaravanan-georgian great job!
multimodal_exp_args.py
Outdated
categorical_bn: bool = field(default=True, | ||
metadata={ | ||
'help': 'whether to use batchnorm on categorical features' | ||
}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
try to use formater: https://github.com/psf/black
setup.py
Outdated
@@ -58,7 +58,7 @@ def get_version(rel_path: str) -> str: | |||
install_requires=install_requires, | |||
python_requires=">=3.7", | |||
classifiers=[ | |||
"Development Status :: 3 - Alpha", # Chose either "3 - Alpha", "4 - Beta" or "5 - Production/Stable" as the current state of your package | |||
"Development Status :: 5 - Production/Stable", # Chose either "3 - Alpha", "4 - Beta" or "5 - Production/Stable" as the current state of your package |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's keep "Beta"
No description provided.