-
Notifications
You must be signed in to change notification settings - Fork 334
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
nnp.get_optimizer -> access violation #951
Comments
We roughly check this issue, it might be caused by
|
Yes, the cached files are in the folders |
We tried to reproduce this problem on windows platform using same file. This problem can be reproduced if we make the dataset files is not reachable. Hence, please kindly check if dataset file and cache files is consistent with the file name setting in net.nntxt, and ensure the cache files contains all necessary files and the path is really reachable.
|
Hi, yes the dataset file and cache files are consistent with the file name setting in net.nntxt, and the chace files contains all files and the path is reachable ,but I can't reproduce the access violation. Today I get an exception by 0x00007FFF3B521208 (ucrtbase.dll) invalid paramater |
Thank you for additional information. |
Hi,
when I try to get the optimizer from the attachted net.nntxt (created with Neural Network Console binary_connect_mnist_MLP.sdcproj), I get an access viloation, with the precompiled lib for Windows.
net.nntxt.zip
nnp.add("net.nntxt");
auto optimizer_names = nnp.get_optimizer_names();
std::cout << "optimizer: " << optimizer_names[0] << std::endl;
auto optimizer = nnp.get_optimizer(optimizer_names[0]);
The text was updated successfully, but these errors were encountered: