通过查阅资料,发现RTX30系对cuda9有支持问题
ERROR Graphviz 的 dot 工具未被正确找到或配置
assertionerror 3221225477
网站内下载Graphviz并配置环境变量
failed to run cuBLAS routine: CUBLAS_STATUS_EXECUTION_FAILED
解决方案conda install blas
已安装pydot库但是仍然报错ImportError: Failed to import pydot. Please install pydot
解决方案pip install pydot
DOES NOT conda install pydot