zhongkaifu / Seq2SeqSharp

Seq2SeqSharp is a tensor based fast & flexible deep neural network framework written by .NET (C#). It has many highlighted features, such as automatic differentiation, different network types (Transformer, LSTM, BiLSTM and so on), multi-GPUs supported, cross-platforms (Windows, Linux, x86, x64, ARM), multimodal model for text and images and so on.
Other
197 stars 37 forks source link

TargetInvocationException and DllNotFoundException: DLL file 'CpuOps.dll' could not be loaded #10

Closed njfm0001 closed 3 years ago

njfm0001 commented 4 years ago

Hi,

Everytime I open the project, press Debug and try to execute seqlabel to perform a seqlabel task, these two exceptions show up. Thus, I tried to build CpuOps beforehand, but there appeared 6 errors with the same error message: Error C2039 'sqrt': is not a member of 'std' CpuOps C:\Users\niko_\Desktop\Seq2SeqSharp-master\CpuOps\LayerNormOps.h 90

Any help would be much appreciated.

Kind regards, Nicolás

zhongkaifu commented 4 years ago

Which Windows SDK version did you install ?