Emgu TF is a cross platform .Net wrapper for the Google Tensorflow library. Allows Tensorflow functions to be called from .NET compatible languages such as C#, VB, VC++, IronPython.
Assets/Emgu.TF/Scripts/Inception.cs(32,38): error CS1061: Type Emgu.Models.FileDownloadManager' does not contain a definition forCurrentWebClient' and no extension method CurrentWebClient' of typeEmgu.Models.FileDownloadManager' could be found. Are you missing an assembly reference?
Assets/Emgu.TF/Scripts/Inception.cs(97,43): error CS0029: Cannot implicitly convert type void' toobject'
I'm getting the following errors
Assets/Emgu.TF/Scripts/Inception.cs(32,38): error CS1061: Type
Emgu.Models.FileDownloadManager' does not contain a definition for
CurrentWebClient' and no extension methodCurrentWebClient' of type
Emgu.Models.FileDownloadManager' could be found. Are you missing an assembly reference?Assets/Emgu.TF/Scripts/Inception.cs(97,43): error CS0029: Cannot implicitly convert type
void' to
object'Please advice