broken link in CustomOperations.java
barrybecker4 opened this issue · 4 comments
barrybecker4 commented
The javadoc says
- Following is the link to the cheatsheat I've implemented
- https://www.dataquest.io/blog/images/cheat-sheets/numpy-cheat-sheet.pdf
However, I get a 404 error when I try to access that URL.
ensozos commented
Thanks for catching that. There is a plan to refactor this class and add documentation
For now more information about CustomOperation can be found on dll4j-examples repository NumpyCheatSheat
barrybecker4 commented
I get a 404 error when I try to access
https://github.com/deeplearning4j/dl4j-examples/blob/master/nd4jexamples/src/main/java/org/nd4j/examples/numpy_cheatsheat/NumpyCheatSheat.java
ensozos commented
barrybecker4 commented
A fix has been merged.