-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
dataframes passed outside hparams causing issues #2250
Comments
ummm wait... TTNamespace is a Namespace... this is weird. can you post minimal code to reproduce? |
Yeah, I swapped over to pure argparse to test and my hparams is |
argparse is 100% supported. we have explicit tests for this |
ok I just tested it, it's caused by dataframes passed outside hparams Edit: updated the original post to reflect the true source of the bug |
got it.
we shouldn't be doing frame inspection here... |
thanks for the quick response, I'll pull from the fork and give it a shot |
🐛 Bug
In 0.8.0 (updating from 0.7.5), using hyperparameters parsed by test-tube causes an exception.In 0.8.0 (updating from 0.7.5), dataframes passed outside hparams errors out
To Reproduce
Expected behavior
hparams is saved correctly as previous versions, disregarding the dataframes
The text was updated successfully, but these errors were encountered: