Advertisement
Guest User

Untitled

a guest
Apr 27th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. [main] INFO Word2VecUptrainingExample - Load & Vectorize Sentences....
  2. [main] INFO org.nd4j.linalg.factory.Nd4jBackend - Loaded [JCublasBackend] backend
  3. [main] INFO org.nd4j.nativeblas.NativeOpsHolder - Number of threads used for NativeOps: 32
  4. [main] INFO org.reflections.Reflections - Reflections took 214 ms to scan 1 urls, producing 29 keys and 176 values
  5. [main] INFO Word2VecUptrainingExample - Building model....
  6. [main] INFO Word2VecUptrainingExample - Fitting Word2Vec model....
  7. Exception in thread "main" java.lang.IllegalStateException: Multi-GPU word2vec/doc2vec isn't available atm
  8. at org.deeplearning4j.models.sequencevectors.SequenceVectors.fit(SequenceVectors.java:165)
  9. at Word2VecUptrainingExample.main(Word2VecUptrainingExample.java:69)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement