deeplearning4j-examples
deeplearning4j-examples copied to clipboard
Deeplearning4j Examples (DL4J, DL4J Spark, DataVec)
#### Issue Description I am running Cartpole example but troubled with a problem and I have run rhe gym_http_server.py. 十月 10, 2019 11:13:36 上午 org.apache.http.impl.execchain.RetryExec execute 信息: I/O exception (java.net.BindException)...
#### Issue Description Please describe your issue, along with: - expected behavior Run until execution finished. - encountered behavior Error stops execution. Stack Trace: Exception in thread "main" java.lang.reflect.InvocationTargetException at...
#### Issue Description Hi, I am trying to run TinyYOLO object detection in real time on Android. For my inference code block, I am experiencing around 2800ms per inference, which...
Please provide an example showing how to transform sentence (string) training data to vectors using a pre-populated `word2vec` object. Edourado mentioned we should be able to use an embedded layer...
I need advice: I'm a Java guy, and I would feel very comfortable using DL4J. The problem I'm trying to solve is to build a video-attention model. Basically, given a...
Trying to run a spark example gives a run time error. I m on spark version 1.6.3 Caused by: java.lang.AbstractMethodError: org.deeplearning4j.spark.api.worker.ExecuteWorkerPathFlatMap.call(Ljava/lang/Object;)Ljava/lang/Iterable; at org.apache.spark.api.java.JavaRDDLike$$anonfun$fn$4$1.apply(JavaRDDLike.scala:159) at org.apache.spark.api.java.JavaRDDLike$$anonfun$fn$4$1.apply(JavaRDDLike.scala:159) at org.apache.spark.rdd.RDD$$anonfun$mapPartitions$1$$anonfun$apply$20.apply(RDD.scala:710) at org.apache.spark.rdd.RDD$$anonfun$mapPartitions$1$$anonfun$apply$20.apply(RDD.scala:710) at...
I imported dl4j-examples in Eclipse. I use newest code from GitHub. Class EmrSparkExample shows 51 errors. First import errors are on all import com.amazonaws.... Other errors depends on import errors....
#### Issue Description Please describe your issue, along with: Please add RL4J examples to runexamples.sh script RL4J examples are not listed by the script. #### Version Information Please indicate relevant...
#### Issue Description - As I know, before training yolo2, we need provide priorBoxes for our model, but the HouseNumberDetection example did not explain how to compute it. I hope...
#### Issue Description I am trying to incrementally train word2vec model and analyse the time and vector space difference as compared to the model obtained through batch training. So far...