Closed masoudnick closed 4 years ago
Hi, I wrote an ocr program with Tensorflow.Net and NumSharp.At runtime i am facing an error in 32 line. System.MissingMethodException: 'Method not found: 'NumSharp.NDArray NumSharp.NDArray.get_Item(NumSharp.NDArray[])'.' How can i fix this?
System.MissingMethodException: 'Method not found: 'NumSharp.NDArray NumSharp.NDArray.get_Item(NumSharp.NDArray[])'.'
This issue is on TF.NET's dependency on NumSharp. try to upgrade NumSharp or downgrade it.
@Nucs Thanks,i upgraded NumSharp to 0.20.5 version. that error fixed.
Hi, I wrote an ocr program with Tensorflow.Net and NumSharp.At runtime i am facing an error in 32 line.
System.MissingMethodException: 'Method not found: 'NumSharp.NDArray NumSharp.NDArray.get_Item(NumSharp.NDArray[])'.'
How can i fix this?