i-Code icon indicating copy to clipboard operation
i-Code copied to clipboard

from pytorch_lightning.trainer.supporters import CombinedLoader

Open hanyong-max opened this issue 2 years ago • 1 comments

error reporting:ModuleNotFoundError: No module named 'pytorch_lightning.trainer.supporters'

hanyong-max avatar May 31 '23 07:05 hanyong-max

error reporting:ModuleNotFoundError: No module named 'pytorch_lightning.trainer.supporters'

Hey there, I encountered the same error, i tried this solution - Change the line -"from pytorch_lightning.trainer.supporters import ..." into --> "from pytorch_lightning.utilities import ..." This solved the problem for me

MK2code avatar Jun 13 '23 08:06 MK2code