Run !python src/main.py --train data/02-21.10way.clean --dev data/22.auto.clean --vocab data/vocab.json --model data/my_model
Run !python src/main.py --train data/02-21.10way.clean --dev data/22.auto.clean --vocab data/vocab.json --model data/my_model and result like this:
[dynet] random seed: 3637392249
[dynet] allocating memory: 2000MB
[dynet] memory allocation done.
L2 regularization: 0
Hidden units: 200, per-LSTM units: 200
Embeddings: word=(44392, 50) tag=(48, 20)
Dropout rate: 0.5
Parameters initialized in [-0.01, 0.01]
Random UNKing parameter z = 0.8375
Exploration: alpha=1.0 beta=0
Loaded 39832 training sentences (3984 batches of size 10)!
Loaded 1700 validation trees!
........... epoch 1 ...........
The dy.parameter(...) call is now DEPRECATED.
There is no longer need to explicitly add parameters to the computation graph.
Any used parameter will be added automatically.
Traceback (most recent call last):
File "src/main.py", line 206, in
feel free to commit to https://colab.research.google.com/drive/1gCMF-J0aFcHrE9R-sJBd317urP5KHkJD?usp=sharing