-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Save and Load Serialization. #67
Comments
I will look at that when I'll be back from holidays |
Serialization tests should be made generic to detect such error earlier |
I have this problem. How do I fix it? I installed with nuget and I use regressionlayer. The exception seems to come from
|
Hi @Diapa , |
Yes it works now thank you, but using this version GPU doesn't work. I get the same problem, but only using GPU. Additionally I get an ArgumentNullException when adding a convolutional layer to the network (only GPU version). It comes from ConvNetSharp.Volume.GPU.Single.Volume.LoadKernels(). |
Do you have a minimal code that reproduces this error? |
Maybe there's some problem with my CUDA/cudnn installation if you don't get this problem... But I was able to run GPU version with v0.4.2.
|
Current, I doing test program MnistDemo.GPU but when I Load file *.json them program error.

Please help me solution.
Thanks.
The text was updated successfully, but these errors were encountered: