Skip to content

AgAIDInstitute/PhenoTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PhenoTracker

Phenology Tracker

Training and Validation

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.

Run without Training:

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.

About

Phenology Tracker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages