Phenology Tracker
In the model/ directory, run the following in a script:
CULTIVARS_=Cabernet_Sauvignon,Chardonnay,Merlot,Riesling
python main.py --train_cultivars $CULTIVARS_ --test_cultivars $CULTIVARS_
If no GPU is available, add the --allow_cpu flag.
Obtain the path trace from this link, and place it in the model/output/ directory (create it if needed). Then run the following in the models/ directory:
CULTIVARS_=Cabernet_Sauvignon,Chardonnay,Merlot,Riesling
python main.py --train_cultivars $CULTIVARS_ --test_cultivars $CULTIVARS_ --skip_training
If no GPU is available, add the --allow_cpu flag.