apple / corenet

CoreNet: A library for training deep neural networks
Other
6.72k stars 518 forks source link

/bin/bash: corenet-train:未找到命令 #23

Closed madehua98 closed 2 months ago

madehua98 commented 2 months ago

When I run the train_a_new_model_on_a_new_dataset_from_scratch.ipynb file, I get the error /bin/bash: corenet-train: Command not found, how to solve it?

mohammad7t commented 2 months ago

Hi @madehua98. Please make sure that: 1) You have followed the installation section on README.md 2) You have run source activate venv/bin/activate (or activated your conda environment, if you use conda) before running corenet-* commands.

I'm closing this issue, but please feel free to re-open it if the above notes don't fully address your question.