Loading...
基本配置root密码:电脑锁屏密码LUCI界面安装:python3-pip安装srun-bit:pip install srun-bit -i https://pypi.tuna.tsinghua.edu.cn/simple,首次运行先配置srun-bit config计划任务:*/10 * * * * srun-bit login >/tmp/bit.log 2>&1 ...
本文搬运自 简书原作者:牧世使用keras函数式API构建网络:# 输入层 inputs = tf.keras.layers.Input(shape=(64,64,3)) # 卷积层及全连接层等相关层 x = tf.keras.layers.Dense(256, activation=tf.nn.relu)(inputs) # 多输出,定义两个输出,指定名字标识 fc_a=tf.kera...
本文转载自 Xcnte' s Blog版权属于:Xcnte' s Blog(除特别注明外)本文链接:https://www.xcnte.com/archives/656/本站文章采用 知识共享署名4.0 国际许可协议 进行许可,请在转载时注明出处及本声明!VPS综合测试SuperBench.shwget -qO- git.io/superbench.sh | bash或者curl -LsO ...
ps -aux //列出所有进程 kill -9 PID //关闭进程 先 cd liyiwen 再 nohup jupyter notebook --allow-root & //后台运行jupyter notebook # 安装jupyter主题 pip install jupyterthemes # 加载可用主题列表 jt -l # 选择你想要的主题 jt -t &l...
测试Mac主题代码高亮插件效果import numpy as np print(np.random.random(1))查看Docker版本 docker version查看Docker镜像 docker images查看Docker容器 docker ps拉取镜像 docker pull emby/embyserver将当前运行的容器备份docker commit -p d4c4e6aa...