kongds

Results 44 comments of kongds

The results reported in the paper are from an ensemble of three models. Could you provide the results you reproduced? Moreover, the parameters should be correct, as other papers have...

It seems you reported the result on the validation set. To evaluate them on the test set, please run the evaluation. ``` python src/main.py --lr 1e-4 --epoch 15 --dataset amazon670k...

You can run the following command to get the results from a single model: ```python python src/ensemble_direct.py --model1 amazon670k_t0 --dataset amazon670k ``` The results in the paper are from a...

It may cause by different hardware, the reported training time in paper are from old version GPU (16GB V100).