transformer-pytorch icon indicating copy to clipboard operation
transformer-pytorch copied to clipboard

Transformer implementation in PyTorch.

Results 2 transformer-pytorch issues
Sort by recently updated
recently updated
newest added

Hello, thaks for your work. No matter what I input, I always get a sentence`i would like to thank you for your comments . ` What should I do?

我是在github上下载的两个模型,不知道放在哪个目录下,会报错: Traceback (most recent call last): File "/home/liying/transformer-pytorch-master/train.py", line 213, in main() File "/home/liying/transformer-pytorch-master/train.py", line 148, in main problem.prepare(opt.problem, opt.data_dir, opt.max_length, File "/home/liying/transformer-pytorch-master/dataset/problem.py", line 10, in prepare from dataset import...