p2irc / deepplantphenomics

Deep learning for plant phenotyping.
GNU General Public License v2.0
133 stars 46 forks source link

Change the for loop in begin_training() to a tqdm for loop which will… #17

Closed JianSu-Usask closed 5 years ago

JianSu-Usask commented 5 years ago

Change the for loop in the begin_training() function in deepplantpheno.py

jubbens commented 5 years ago

Can you remove the commented out lines?

jubbens commented 5 years ago

tqdm needs to be added to the dependencies in setup.py

JianSu-Usask commented 5 years ago

Sure