You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/usr/local/lib/python3.10/dist-packages/torch/functional.py:504: UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at ../aten/src/ATen/native/TensorShape.cpp:3526.)
return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined]
Traceback (most recent call last):
File "/content/drive/MyDrive/EAMM/run.py", line 112, in
dataset = MeadDataset(is_train=True, **config['dataset_params'])
TypeError: MeadDataset.init() got an unexpected keyword argument 'name'
The text was updated successfully, but these errors were encountered:
!python run.py --config /content/drive/MyDrive/EAMM/config/train_part2.yaml --mode train_part1 --checkpoint log/124_52000.pth.tar
/usr/local/lib/python3.10/dist-packages/torch/functional.py:504: UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at ../aten/src/ATen/native/TensorShape.cpp:3526.)
return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined]
Traceback (most recent call last):
File "/content/drive/MyDrive/EAMM/run.py", line 112, in
dataset = MeadDataset(is_train=True, **config['dataset_params'])
TypeError: MeadDataset.init() got an unexpected keyword argument 'name'
The text was updated successfully, but these errors were encountered: