Open Ctsap opened 3 years ago
Yup, those are some strange errors... Thanks for bringing this to my attention. I've managed to use this module without problems before somehow, but despite that there was a blatant bug in the BENDRClassifier
code.
I think I've fixed it now in the attached PR, but it doesn't explain how you get it working with the magic number...
Would you mind running the following test before I merge (from within dn3/tests) python3 -m unittest testTrainables.TestIncludedModels
Hello, I'm trying to follow the basic.ipynb walkthrough with the use of BENDR model provided from the bendr branch . The problem is on the process.fit() method and more specifically, on models.py line 116:
By adding the .t() pytorch method on the
the error seems to be solved. I believe this may occur somewhere else also.
Moreover, the BENDR model seems to not apply the batch size configuration from .yml file. I set a batch size of 4 and an error occured. When setting to 11 (magic number) the model is training.
Thank you in advance for your time and the incorporation of BENDR on dn3 library!