Open
Description
This is what I did:
- I created a conda environment
- I ran
pip install -r requirements.txt
- I ran
python generate.py
I got the error ModuleNotFoundError: No module named 'scipy'
.
After that I installed scipy and it ran again (python generate.py
), it complained about not specifying a model ((...) Please specify a --base_model (...)
) but that's a usage thing...
Metadata
Metadata
Assignees
Labels
No labels