We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please describe your issue, along with:
Please indicate relevant versions, including, if relevant:
The mentioned example: https://github.com/deeplearning4j/deeplearning4j-examples/blob/master/dl4j-examples/src/main/java/org/deeplearning4j/examples/advanced/modelling/objectdetection/TinyYoloHouseNumberDetection.java
You'll need to add this as the first call in the main() method:
Nd4j.getExecutioner().setProfilingConfig(ProfilerConfig.builder() .checkForINF(true) .checkForNAN(true) .checkElapsedTime(true) .checkLocality(true) .checkWorkspaces(true) .build());
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue Description
Please describe your issue, along with:
Version Information
Please indicate relevant versions, including, if relevant:
The mentioned example:
https://github.com/deeplearning4j/deeplearning4j-examples/blob/master/dl4j-examples/src/main/java/org/deeplearning4j/examples/advanced/modelling/objectdetection/TinyYoloHouseNumberDetection.java
You'll need to add this as the first call in the main() method:
The text was updated successfully, but these errors were encountered: