deeplearning4j-examples
deeplearning4j-examples copied to clipboard
Deeplearning4j Examples (DL4J, DL4J Spark, DataVec)
Does anyone have the fine-tuned model for HouseNumberDetection sample?
I have tried 'Add additional images to the dataset' , 'Increase epochs' and 'Tune by adjusting learning rate, updaters, activation & loss functions' in AnimalsClassification, but the still get very...
1.the model use ReshapePreProcessor ``` graphConfBuilder.addVertex(reshapedForConvName, new PreprocessorVertex(new ReshapePreProcessor( new int[] {batchSize * docLength, embeddingsDim}, new int[]{batchSize, 1, docLength, embeddingsDim})), embeddedName); ``` 2. when predict,there is only one sample ,there...
I have question about learning using time series data with infinite stream. If I had set of historical data and then I want prediction for one step at the time...
#### Issue Description Please describe your issue, along with: - expected behavior: work - encountered behavior: Exception111 : File missing for any of the specified labels Cause: A bug in...
Network seems to learn well; then score increases at the end, becoming NaNs in some runs. Probably tuning/regularization related. Tested on DL4J master. https://gist.github.com/AlexDBlack/37bc528fd40e77cde0586801e6f53cce
https://github.com/deeplearning4j/deeplearning4j/issues/3144
#### Issue Description This is a fairly common use case: Sigmoid output Xent output An iterator that knows how to map a set of files/rows to multiple labels. Please describe...
#### Issue Description I am Running Demo in org.datavec.transform.logdata, get following ERROR: java.lang.IllegalArgumentException: Invalid format: "13/Jul/1995:08:51:11 -0400" is malformed at "Jul/1995:08:51:11 -0400" at org.joda.time.format.DateTimeParserBucket.doParseMillis(DateTimeParserBucket.java:187) #### Version Information 0.9.1
Bumps [jsoup](https://github.com/jhy/jsoup) from 1.10.2 to 1.15.3. Release notes Sourced from jsoup's releases. jsoup 1.15.3 jsoup 1.15.3 is out now, and includes a security fix for potential XSS attacks, along with...