tensorflow调试工具:tfdbg
使用教程:https://www.cnblogs.com/hellcat/articles/7812119.html
遇到的错误信息及解决方案
- ModuleNotFoundError: No module named 'readline'
命令:{Anaconda安装目录}/Anaconda/Scripts/conda.exe install pyreadline
- Attempting to work in a virtualenv. If you encounter problems, please install IPython inside the virtualenv
这个警告没有影响
- Redirection is not supported,程序退出,code为1
这个是curses导致的,在配置中把curses移除即可