tristandeleu / pytorch-meta

A collection of extensions and data-loaders for few-shot learning & meta-learning in PyTorch
https://tristandeleu.github.io/pytorch-meta/
MIT License
1.98k stars 256 forks source link

pip install torchmeta #135

Closed Ayiing closed 3 years ago

Ayiing commented 3 years ago

after ''' pip install torchmeta ''' i run the code ''' from torchmeta.modules.utils import get_subdict ''' it ocurred ''' ModuleNotFoundError: No module named 'torchmeta.modules.utils' ''' thanks

tristandeleu commented 3 years ago

The torchmeta.modules.utils module does not exist anymore, it has been replaced by the get_subdict method in MetaModule.

Ayiing commented 3 years ago

thanks!!