-
Notifications
You must be signed in to change notification settings - Fork 91
Train and evaluate without evalute_model
initialization in config does not work
#146
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
Comments
The Throws this error:
|
Thanks @jeffhsu3! Yes, it seems like there's a bug in |
@jeffhsu3 I've been looking into this a bit recently and I was wondering if you could give me more information about your use case? i.e. what was the configuration file you used? I'd like to reproduce the error you were getting. Thanks! |
I can paste the full config if you want, but it is the basic the Deeperdeepsea config with only the ops: [evaluate] set. The train_model and evaulate_model are both specified. Uncommenting the
|
In previous versions of Selene, we allowed users to automatically train and evaluate in 1 step without having to specify both the
TrainModel
andEvaluateModel
classes. This functionality has somehow been removed in subsequent versions, so I'd like to look into this and figure out whether there was a reason it was removed and/or if we can put this back in.The text was updated successfully, but these errors were encountered: