-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image classification using DNNs and Transfer Learning. #4057
Conversation
docs/samples/Microsoft.ML.Samples/Dynamic/TensorFlow/TransferLearning.cs
Outdated
Show resolved
Hide resolved
docs/samples/Microsoft.ML.Samples/Dynamic/TensorFlow/TransferLearning.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm really excited to try this with more elaborated samples as soon as we have the NuGet package. I provided some feedback with suggestions and possible improvements, but I consider this code could already be merged and keep evolving it from there taking my comments into account, since this still will be a very early preview.
The sooner we can create samples and code like what users would be creating, the better for being able to provide feedback and evolve accordingly. 👍
fix crash issue when tesing tf.net.
@CESARDELATORRE We will add more other Model Architectures like |
|
||
if (!File.Exists(options.ModelLocation)) | ||
{ | ||
if (options.Arch == Architecture.InceptionV3) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great, I see you added InceptionV3 over the weekend! 👍 #Resolved
…to imageclassificationapi
…to imageclassificationapi
…to imageclassificationapi
@Oceania2018 This release we are not advertising GPU support. I want to first test it before we remove this dependency. |
…to imageclassificationapi
Thanks, @CESARDELATORRE for reviewing. |
All tensorflow tests are passing. The current test failures have to do with ONNX tests that seem to be using a higher version of protobuf since TF.NET also uses protobuf.