摘要:
tensorboard显示不全 image: tensorboard --samples_per_plugin=images=1000000 --logdir scalars: tensorboard --samples_per_plugin=scalars=1000000 --logdir pip 阅读全文
摘要:
文章内: <sup><a href="#ref1">[1]</a></sup> References: <a name="ref1"><font color="black">[1]</font></a> 虽然但是,得寸进尺想用bibtex哈哈哈 阅读全文
摘要:
点“重新打开关闭的文件”,typora会把几乎所有文件展示出来: 右键想要的那个,查看文件夹位置就知道自己丢哪儿了 阅读全文
摘要:
设置upstream仓库: git remote add upstream ###.git check一下upstream仓库的路径: git remote -v 检查本地是否有未提交的修改: git status 没有的话,抓取抓取原仓库的更新: git fetch upstream 你想把ups 阅读全文