摘要: 例如: #!/bin/bash #LOG="examples/mnist/lenet_log_mylog" LOG="LOG/log.txt.`date +'%Y-%m-%d_%H-%M-%S'`"#包含运行日期exec &> >(tee -a "$LOG")echo Logging output 阅读全文
posted @ 2017-06-22 17:48 想飞的萌猪 阅读(2167) 评论(0) 推荐(0) 编辑
摘要: Makefile.config 中 CUDA_ARCH := -gencode arch=compute_20,code=sm_20 \ -gencode arch=compute_20,code=sm_21 \ -gencode arch=compute_30,code=sm_30 \ -genc 阅读全文
posted @ 2017-06-22 15:35 想飞的萌猪 阅读(2905) 评论(0) 推荐(0) 编辑