-
Notifications
You must be signed in to change notification settings - Fork 536
AdamOptimizer #271
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
Comments
When I try to fix errors in TF.NET I do it like this: I run the same program in PyCharm and in VisualStudio and set breakpoints to inspect. Ususally after simultaneously stepping through the code it becomes obvious where they digress. |
Can you PR your fixed 1? It will reduce my workload. |
I have created a PR for it- CnnTextClassification debugging #272 |
@bpietroiu Can you check the latest code? |
tested with both IsImportingGraph true and false IsImportingGraph=True IsImportingGraph=False On a side-note, something is happening with tensorflow.dll, in tensorflowlib\runtimes\win-x64\native i have a zero bytes file. |
@bpietroiu Please replace tensorflow.dll with v1.14 https://github.com/SciSharp/TensorFlow.NET/tree/master/tensorflowlib |
tested with both IsImportingGraph true and false, NUM_EPOCHS=10 IsImportingGraph=true IsImportingGraph=false The generated graph does not perform just as good as the imported one are there any tools to compare two untrained graphs? |
I usually use JsonConvert to export the graph. You can also export and import to python, and check the graph https://github.com/SciSharp/TensorFlow.NET/wiki/Debugging. |
@bpietroiu Find any clue? |
I am trying to get CnnTextClassification to work with IsImportingGraph = false
In AdamOptimizer I found two problems.
I have no ideea what to do next.
The text was updated successfully, but these errors were encountered: