Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2018
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. spoddar2@misty:~/rnng$ build/nt-parser/nt-parser --cnn-mem 1700 -x -T ../oracles/train-disc.oracle -p ../oracles/test_frames_disc.oracle -C ../dialogue_exps/frames_data.txt --pretrained_dim 100 -w sskip.100.vectors --lstm_input_dim 128 --hidden_dim 128 -m ntparse_0_2_32_128_16_128-pid38606.params > outputs/frames_output_nopos.txt
  2. [cnn] random seed: 1058033394
  3. [cnn] allocating memory: 1700MB
  4. [cnn] memory allocation done.
  5. COMMAND LINE: build/nt-parser/nt-parser -x -T ../oracles/train-disc.oracle -p ../oracles/test_frames_disc.oracle -C ../dialogue_exps/frames_data.txt --pretrained_dim 100 -w sskip.100.vectors --lstm_input_dim 128 --hidden_dim 128 -m ntparse_0_2_32_128_16_128-pid38606.params
  6. PARAMETER FILE: ntparse_0_2_32_128_16_128-pid26187.params
  7. Loading top-down oracle from ../oracles/train-disc.oracle [training] ...
  8. Loaded 0 sentences
  9. cumulative action vocab size: 2
  10. cumulative terminal vocab size: 0
  11. cumulative nonterminal vocab size: 0
  12. cumulative pos vocab size: 0
  13. Reading pretrained embeddings from sskip.100.vectors ...
  14. file reports 243003 words with 100 dims
  15. done.
  16. Loading test set
  17. Loading top-down oracle from ../oracles/test_frames_disc.oracle [non-training] ...
  18. Loaded 0 sentences
  19. cumulative action vocab size: 2
  20. cumulative terminal vocab size: 243004
  21. cumulative nonterminal vocab size: 0
  22. cumulative pos vocab size: 0
  23. nt-parser: /usr0/home/spoddar2/rnng/cnn/cnn/model.h:92: void cnn::LookupParameters::load(Archive&, unsigned int) [with Archive = boost::archive::text_iarchive]: Assertion `nv == (int)values.size()' failed.
  24. Aborted (core dumped)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement