I was trying to profile my Tensorflow custom train loop with nsys profie. But it keep hanging when run into
- pandas.read_csv
- numpy.arrange
- tdqm
- something deeper in my train code…
Env:
CentOS 7.4
Kernel version 4.18
Tensorflow 1.14
8 T4 GPU
Does anyone ever encountered this problem? Thanks.