Closed Ayiing closed 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
The torchmeta.modules.utils module does not exist anymore, it has been replaced by the get_subdict method in MetaModule.
torchmeta.modules.utils
get_subdict
MetaModule
thanks!!
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