Closed zhouyao1124 closed 5 years ago
郭哥您好,在尝试复现论文代码时,发生了一些问题,执行语句为:python3 train.py --id $SAVE_ID --seed 0 --hidden_dim 300 --lr 0.7 --rnn_hidden 300 --num_epoch 100 --pooling max --mlp_layers 1 --num_layers 2 --pooling_l2 0.002
此时准确率均为100%且f1值均为0,详细截图如下: 希望您在方便时候能不吝赐教,谢谢!
Hi,
I think the problem lies in the fact that the training and developing set is not complete. According to your last image, only 1 batch created for the training set.
郭哥您好,在尝试复现论文代码时,发生了一些问题,执行语句为:python3 train.py --id $SAVE_ID --seed 0 --hidden_dim 300 --lr 0.7 --rnn_hidden 300 --num_epoch 100 --pooling max --mlp_layers 1 --num_layers 2 --pooling_l2 0.002
此时准确率均为100%且f1值均为0,详细截图如下: 希望您在方便时候能不吝赐教,谢谢!