0%
开启BBR
Posted on Views:
1 | uname -a > 4.9 |
迁移学习
Posted on Views:
由于我们知道MNIST是一个极其简单的数据集,而ImageNet是一个数据量大且复杂的多的数据集。那么模型训练将飞快的收敛 MNIST 的识别任务,且慢慢变成是基于 MNIST 特征网络的初始值的 ImageNet 训练。
github撤回commit
Posted on Views:
1 | git reset --hard <commit_id> |
tf ValueError: Input size (depth of inputs) must be accessible via shape inference, but saw value None.
Posted on Views:
设置 axis=1
h5py使用
Posted on Edited on Views:
1 | import h5py #导入工具包 |
git branch
Posted on Views:
1 | git branch -a #查看所有分支 |
NameError: name 'IntProgress' is not defined
Posted on Views:
1 | pip install ipywidgets |
tensorflow meta找出结构
因为保存的时候把不同网络结构的存在了一起,
直接grep meta文件
1 | find ./ -type f | xargs grep -l "chars" | xargs grep -v "clip" |
c++filt 查看错误
Posted on Views: