Closed felbecker closed 1 week ago
When running learnMSA with --use_language_model, pytorch may not properly installed. Properly add it to package dependencies.
--use_language_model
Workaround: pip install pytorch
pip install pytorch
Found no way to automatically install tensorflow alongside pytorch with pip. They clash in dependencies. However, it works by installing pytorch separately. See updated install instructions.
When running learnMSA with
--use_language_model
, pytorch may not properly installed. Properly add it to package dependencies.Workaround:
pip install pytorch