Baiph

Results 6 comments of Baiph

请问为什么使用relu激活函数,会出现预测结果全为0的现象呢,这个现象我也出现了,可是论文里面使用的就是relu激活函数吧

> Hi, thank you for your great work! > > I encountered the following error in predictor.py` when trying to test BertAbs model. > > > python train.py -task abs...

> Hello~thanks for your sharing. I read the paper and follow the hyperparameter referring in the paper to train the BertExt, BertAbs and BertExtAbs model with CNN/Daily as dataset. All...

> python3 train.py -task abs -mode train -bert_data_path bert_data/ -dec_dropout 0.2 -model_path model_abs/ -sep_optim true -lr_bert 0.002 -lr_dec 0.2 -save_checkpoint_steps 2000 -batch_size 140 -train_steps 200000 -report_every 50 -accum_count 5 -use_bert_emb...

好的,谢谢。