针对你遇到的“TensorBoard 显示 failed to fetch runs”的问题,以下是一些可能的解决方法和检查步骤,帮助你定位并解决问题: 检查TensorBoard是否正确安装并启动: 确保TensorBoard已经通过pip安装: bash pip install tensorboard 启动TensorBoard时,确保使用了正确的命令格式,并且指定了正确的日志目录。例如: bash tensorboa...
line 1356, in _do_call return fn(*args) File "/media/user1/storage-1/Murugan/DeepSpeech/env/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1341, in _run_fn options, feed_dict, fetch_list, target
Can you try to fetch the cudnn logs with the following env vars? And attach the somefile.log (If this is too large, we might only need the last part which contains the cudnnRNNForwardTrainingEx). @lissyx export CUDNN_LOGINFO_DBG=1 export CUDNN_LOGDEST_DBG=somefile.log More details...
In fact I initially started with version 20210726 and got the load error, then I went back to version 20200728 and had problems with the edgetpu not being recognized and windows threw an error when I plugged in the device; Finally late yesterday I went to version 20201204 and received a di...