使用tensorboard的profile模块时,出现错误:‘Could not load dynamic library’
原因及解决方案:
1:TensorFlow2.4版本自身bug,需要将 " ###\extras\CUPTI\lib64 " 文件夹中的‘cupti64_2020.#.#.dll’ 复制一份,然后重命名为“cupti64_###.dll”,再复制回去。文件名参考日志中的错误信息。(https://icode.best/i/02241457262307)
2:如果TensorFlow版本高于2.4时,检查“C:\Program Files\NVIDIA Corporation\Nsight Systems 2020.4.3\target-windows-x64”是否添加至系统路径中。