tijiang13 / InstantAvatar

333 stars 23 forks source link

pytorch_lightning profiler #33

Closed msverma101 closed 12 months ago

msverma101 commented 12 months ago

ModuleNotFoundError: No module named 'pytorch_lightning.profiler'

the error is coz you have used a wrong profiler its from pytorch_lightning.profilers import AdvancedProfiler

profilers and not profiler

tijiang13 commented 12 months ago

Hi,

It seems that you are using a different version of PyTorch-Lightning. In this project, we assume the use of version 1.5.7, and it's possible that the APIs may have undergone changes in later versions.

Best, Tianjian