You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using monodevelop and have this error message:
/Examples/SinusoidRegressionLSTM/SinusoidRegressionLSTM/Program.cs(29,29): Error: The type 'DeviceDescriptor' is defined in an assembly that is not referenced. You must add a reference to assembly 'Cntk.Core.Managed-2.7, Version=2.7.0.0, Culture=neutral, PublicKeyToken=a82c1f3f67b62253'. (SinusoidRegressionLSTM) Compiler
I used nuget to add the Cntk.Core.Managed package but still get the error, tried "Clean all"
Any ideas as to what is not right?
The text was updated successfully, but these errors were encountered:
Using monodevelop and have this error message:
/Examples/SinusoidRegressionLSTM/SinusoidRegressionLSTM/Program.cs(29,29): Error: The type 'DeviceDescriptor' is defined in an assembly that is not referenced. You must add a reference to assembly 'Cntk.Core.Managed-2.7, Version=2.7.0.0, Culture=neutral, PublicKeyToken=a82c1f3f67b62253'. (SinusoidRegressionLSTM) Compiler
I used nuget to add the Cntk.Core.Managed package but still get the error, tried "Clean all"
Any ideas as to what is not right?
The text was updated successfully, but these errors were encountered: