Hello!
I’ve installed Nvidia Pyprof from the official repo: nvidia-pyprof 3.10.0
But i’ve got this error while initializing :
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
/tmp/ipykernel_1344/1661232191.py in <module>
1 import torch.cuda.profiler as profiler
2 import pyprof
----> 3 pyprof.init()
AttributeError: module 'pyprof' has no attribute 'init'
How can i solve it ?
Thanks in advance,
Best regards