Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: MeadDataset.__init__() got an unexpected keyword argument 'name' #20

Open
Yazdi9 opened this issue Feb 24, 2024 · 0 comments

Comments

@Yazdi9
Copy link

Yazdi9 commented Feb 24, 2024

!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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant