pytorch-NeuCom
pytorch-NeuCom copied to clipboard
TypeError: norm received an invalid combination of arguments - got (int, bool), but expected one of:
(VENVpytorch2) mldl@mldlUB1604:~/ub16_prj/pytorch-NeuCom/tasks/Copy$ python train.py
Using CUDA.
Iteration 0/100000Traceback (most recent call last):
File "train.py", line 177, in
- no arguments
- (float p)
- (float p, int dim) didn't match because some of the arguments have invalid types: (int, bool)
(VENVpytorch2) mldl@mldlUB1604:~/ub16_prj/pytorch-NeuCom/tasks/Copy$
Please use the master branch of pytorch.
@ypxie sure, I just retry with the pytorch builting from source code
still the same error