dotnet / dotnet/machinelearning
Docker issue with TensorFlow inception_v3.meta model
Open
area-Vision
needs-author-action
- Dominant language
- C#
- Stars
- 9.4k
- Forks
- 2k
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 11
Description
### System information
- Windows 10, Docker desktop Linux. v. 19.03.8, build afacb8b
- .NET Core Version 3.1
- ML.NET 1.4.0
### Issue
When working with image classification and TensorFlow model, the TensorFlowUtils tries to download the inception file.
First of all the dockerfile already copies the inception file to the /tmp/MLNET location. As you can see on the picture the file is in there. It is trying to download it if the file already exists?

How to prevent downloading of the inception file?
Thanks
Damir
Contributor guide
Assessment
This issue has not been assessed yet.