apex icon indicating copy to clipboard operation
apex copied to clipboard

Assertion error fired

Open loisbijing opened this issue 4 years ago • 1 comments

I run into assertion error running the profiler in step 4: File "........./lib/python3.6/site-packaegs/apex/pyprof/prof/linear.py", line 87, in init assert (d.name in Linear.biasKernels) AssertionError

I'm using pytorch version 1.10.0+cu102

Please help! Thanks a lot!

loisbijing avatar Dec 10 '21 23:12 loisbijing

unfortunately pyprof in apex doesn't seem maintained well and according to https://github.com/NVIDIA/PyProf#pyprof---pytorch-profiling-tool, I guess it's better to use dlprof

crcrpar avatar Dec 14 '21 10:12 crcrpar