chimera icon indicating copy to clipboard operation
chimera copied to clipboard

Re-training the model

Open Tijana37 opened this issue 3 years ago • 1 comments
trafficstars

I trained the model and now I want to start the server, but when I run server.py the model is starting to train again. How can I change this?

Tijana37 avatar Mar 02 '22 17:03 Tijana37

Try:

python server/server.py

from the main directory.

This is because the server is looking for the cache directory.

AmitMY avatar Mar 02 '22 20:03 AmitMY