摘要: import tensorflow as tf print(tf.__version__) print('tf2', tf.config.list_physical_devices('GPU')) print('tf2', tf.test.is_gpu_available(), tf.__versi 阅读全文
posted @ 2021-08-29 15:40 麦克斯的园丁 阅读(68) 评论(0) 推荐(0) 编辑
摘要: 参考: 【1】ImportError: libcudnn.so.7: cannot open shared object file: No such file or directory 【2】OSError: libcudnn.so.7.0: cannot open shared object fi 阅读全文
posted @ 2021-08-29 15:38 麦克斯的园丁 阅读(1465) 评论(0) 推荐(0) 编辑
摘要: 参考:服务器后台运行matlab 或 python程序 matlab nohup matlab -nojvm -nodisplay < XXXX.m 1>running2.log 2>running2.err & python nohup python < XXXX.py 1>running2.lo 阅读全文
posted @ 2021-08-29 15:33 麦克斯的园丁 阅读(307) 评论(0) 推荐(0) 编辑