jeffprosise / ML.NET

Code samples utilizing Microsoft's ML.NET machine-learning library
119 stars 35 forks source link

Missing hotdog.zip #1

Closed zodiacon closed 4 years ago

jeffprosise commented 4 years ago

Ah yes! Run the MLN-ImageClassification project to generate the zip file. Then copy the zip file into the Model folder of the MLN-NotHotDog project. The zip file is large, so I didn't want to make it part of the repo. Let me know if you have any questions!

zodiacon commented 4 years ago

Yes, that works. The ImageClassification project needs an update for the TensorFlow library to run properly. I would suggest upgrading everything to VS 2019 and .NET Core. ML.NET with .NET Core can be compiled with AnyCPU rather than x64/x86. Thanks