You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does anybody happen to know if flip_classifier_tool has been deprecated or something of that sort? I cannot find it in the code base and I am getting the following error when trying to import it using from moseq2_app.main import flip_classifier_tool:
ImportError: cannot import name 'flip_classifier_tool' from 'moseq2_app.main' (/home/aabdalq/repos/moseq2-app/moseq2_app/main.py)
The text was updated successfully, but these errors were encountered:
Looks like it was removed in #272 and replaced with a new script, see scripts/train_flip_classifier.py. It would probably be useful to add a DeprecationWarning for breaking changes?
@davidhbrann is right. Although I'm not sure about the scripts/train_flip_classifier.py script. I ended up brewing up another environment with moseq2 v1.3.0 just for training the model while keeping my current environment for extraction and ARHMM training
@davidhbrann is right. Although I'm not sure about the scripts/train_flip_classifier.py script. I ended up brewing up another environment with moseq2 v1.3.0 just for training the model while keeping my current environment for extraction and ARHMM training
I recommend this method as the new script has not been tested and there is no documentation.
Does anybody happen to know if
flip_classifier_tool
has been deprecated or something of that sort? I cannot find it in the code base and I am getting the following error when trying to import it usingfrom moseq2_app.main import flip_classifier_tool
:ImportError: cannot import name 'flip_classifier_tool' from 'moseq2_app.main' (/home/aabdalq/repos/moseq2-app/moseq2_app/main.py)
The text was updated successfully, but these errors were encountered: