chsasank / plantvillage-challenge

Code in Torch for PlantVillage challenge: https://www.crowdai.org/challenges/1
17 stars 11 forks source link

Running on a Windows environment #3

Open ZiadJ opened 7 years ago

ZiadJ commented 7 years ago

I don't have Linux installed on my machine so I'm wondering if there's a way to run the code in Windows, by porting it to TensorFlow may be?

chsasank commented 7 years ago

Thanks for your interest, but I think porting to tensorflow from scratch is not straightforward.

However, training a TF model following this tutorial shouldn't be hard. You should even get better results because of transfer learning.