Advertisement
Guest User

Untitled

a guest
Nov 30th, 2015
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.13 KB | None | 0 0
  1. 17:49:23 INFO [main] - [w2v]- Load & Vectorize Sentences....
  2. 17:49:23 DEBUG [main] - [TypeSystemDescription]- Detected type system at [jar:file:/home/xyang/.m2/repository/org/cleartk/cleartk-type-system/2.0.0/cleartk-type-system-2.0.0.jar!/org/cleartk/TypeSystem.xml]
  3. 17:49:23 DEBUG [main] - [TypeSystemDescription]- Detected type system at [jar:file:/home/xyang/.m2/repository/org/cleartk/cleartk-type-system/2.0.0/cleartk-type-system-2.0.0.jar!/org/cleartk/TypeSystem.xml]
  4. 17:49:24 DEBUG [main] - [DataBinder]- DataBinder requires binding of required fields [sentenceModelPath,sentenceTypeName]
  5. 17:49:24 DEBUG [main] - [DataBinder]- DataBinder requires binding of required fields [rootFile]
  6. 17:49:24 DEBUG [main] - [Reflections]- going to scan these urls:
  7. jar:file:/home/xyang/.m2/repository/org/nd4j/nd4j-api/0.4-rc3.7/nd4j-api-0.4-rc3.7.jar!/
  8. jar:file:/home/xyang/.m2/repository/org/nd4j/nd4j-bytebuddy/0.4-rc3.7/nd4j-bytebuddy-0.4-rc3.7.jar!/
  9. jar:file:/home/xyang/.m2/repository/org/nd4j/nd4j-jackson/0.4-rc3.7/nd4j-jackson-0.4-rc3.7.jar!/
  10. jar:file:/home/xyang/.m2/repository/org/nd4j/nd4j-x86/0.4-rc3.7/nd4j-x86-0.4-rc3.7.jar!/
  11. 17:49:24 DEBUG [main] - [Reflections]- could not scan file org/nd4j/linalg/cpu/javacpp/linux-x86_64/libjniLoop.so in url jar:file:/home/xyang/.m2/repository/org/nd4j/nd4j-x86/0.4-rc3.7/nd4j-x86-0.4-rc3.7.jar!/ with scanner SubTypesScanner
  12. 17:49:24 DEBUG [main] - [Reflections]- could not scan file org/nd4j/linalg/cpu/javacpp/linux-x86_64/libjniLoop.so in url jar:file:/home/xyang/.m2/repository/org/nd4j/nd4j-x86/0.4-rc3.7/nd4j-x86-0.4-rc3.7.jar!/ with scanner TypeAnnotationsScanner
  13. 17:49:24 INFO [main] - [Reflections]- Reflections took 208 ms to scan 4 urls, producing 107 keys and 430 values
  14. 17:49:24 INFO [main] - [w2v]- Building model....
  15. 17:49:24 INFO [main] - [VocabularyHolder]- Init from VocabCache is complete. 0 word(s) were transferred.
  16. 17:49:24 INFO [main] - [w2v]- Fitting Word2Vec model....
  17. 17:49:24 INFO [main] - [Word2Vec]- Building matrices & resetting weights...
  18. 17:49:24 INFO [main] - [VocabularyHolder]- Init from VocabCache is complete. 0 word(s) were transferred.
  19. 17:49:24 DEBUG [main] - [DataBinder]- DataBinder requires binding of required fields [rootFile]
  20. 17:49:24 INFO [main] - [VocabConstructor]- Vocab size before truncation: 1003
  21. 17:49:24 DEBUG [main] - [VocabularyHolder]- Truncating vocabulary to minWordFrequency: [5]
  22. 17:49:24 INFO [main] - [VocabConstructor]- Vocab size after truncation: 81
  23. 17:49:25 INFO [main] - [Word2Vec]- Total number of words in vocab: [81], word occurencies: [1025], buffed words count: [1025], number of Epochs: [1], number of Iterations:[1]
  24. 17:49:25 INFO [main] - [Word2Vec]- Starting async iterator...
  25. 17:49:25 DEBUG [main] - [DataBinder]- DataBinder requires binding of required fields [rootFile]
  26. 17:49:25 INFO [main] - [Word2Vec]- Starting vectorization process...
  27. 17:49:26 INFO [main] - [Word2Vec]- Epoch: 1; Lines vectorized so far: 209
  28. 17:49:26 INFO [main] - [Word2Vec]- Vectorization accomplished.
  29. 17:49:26 INFO [main] - [w2v]- Writing word vectors to text file....
  30. 17:49:26 INFO [main] - [WordVectorSerializer]- Wrote 81 with size of 100
  31. 17:49:26 INFO [main] - [w2v]- Closest Words:
  32. []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement