07 2019 档案
摘要:echo $TMOUT 查看当前服务器登出时间,如果没有输出表示不会登出 1、修改:vim ~/.bash_profile 2、设置TMOUT值 TMOUT=600 #表示10分钟之后自动登出 TMOUT= #表示关闭自动登出 3、source ~/.bash_profile 参考:https://
阅读全文
摘要:参考:https://zhuanlan.zhihu.com/p/44405596 https://blog.csdn.net/cvMat/article/details/79351420 遇到的问题 1、KeyError: 'allow_remote_access' 添加:c.NotebookApp
阅读全文
摘要:https://github.com/tensorflow/models/blob/master/tutorials/image/cifar10/cifar10_multi_gpu_train.py https://dataxujing.github.io/TensorFlow-GPU-%E5%B9
阅读全文
摘要:https://zhuanlan.zhihu.com/p/30751039 https://zhuanlan.zhihu.com/p/37106443 关于其中shuffle时的buffer_size,可参考: https://juejin.im/post/5b855d016fb9a01a1a27d
阅读全文
摘要:https://blog.csdn.net/yhflyl/article/details/83061126 https://blog.csdn.net/wyl9527/article/details/72655277
阅读全文
摘要:假设emo文件夹下,有1,2,3,4等文件夹,每个文件夹代表一个类别 1 import tensorflow as tf 2 from PIL import Image 3 from glob import glob 4 import os 5 import progressbar 6 import
阅读全文
摘要:nvidia-docker安装:https://github.com/NVIDIA/nvidia-docker nvidia-docker的基本操作:https://blog.csdn.net/pandamax/article/details/79151107 TensorFlow Serving
阅读全文
摘要:安装mysql:https://zhuanlan.zhihu.com/p/31296214 基本操作参考:https://www.runoob.com/mysql/mysql-create-database.html pymysql基本操作:https://www.runoob.com/python
阅读全文
摘要:https://pyzh.readthedocs.io/en/latest/the-python-yield-keyword-explained.html
阅读全文