SciSharp / NumSharp

High Performance Computation for N-D Tensors in .NET, similar API to NumPy.
https://github.com/SciSharp
Apache License 2.0
1.36k stars 189 forks source link

System.MissingMethodException: 'Method not found' #394

Closed masoudnick closed 4 years ago

masoudnick commented 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?

Capture23

Nucs commented 4 years ago

This issue is on TF.NET's dependency on NumSharp. try to upgrade NumSharp or downgrade it.

masoudnick commented 4 years ago

@Nucs Thanks,i upgraded NumSharp to 0.20.5 version. that error fixed.