上一页 1 ··· 124 125 126 127 128 129 130 131 132 ··· 337 下一页
摘要: 计算机视觉 Computer Vision 会议: AAAI: AAAI Conference on Artificial IntelligenceACCV: Asian Conference on Computer VisionACM MM: ACM International Conferenc 阅读全文
posted @ 2021-06-03 19:25 emanlee 阅读(921) 评论(0) 推荐(0)
摘要: 最近深度学习两巨头 Bengio 和 LeCun 在 ICLR 2020 上点名 Self-Supervised Learning(SSL,自监督学习) 是 AI 的未来,而其的代表的 Framework 便是 Contrastive Learning(CL,对比学习)。 另一巨头 Hinton 和 阅读全文
posted @ 2021-06-01 19:36 emanlee 阅读(1059) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-06-01 16:01 emanlee 阅读(128) 评论(0) 推荐(0)
摘要: 2021-06-01 10:32:15.183997: W tensorflow/python/util/util.cc:348] Sets are not currently considered sequences, but this may change in the future, so c 阅读全文
posted @ 2021-06-01 15:56 emanlee 阅读(696) 评论(0) 推荐(0)
摘要: 显示当前配置: conda config --show 使用以下命令设置Anaconda的镜像: conda config --add channels https://mirrors.aliyun.com/anaconda/pkgs/main/conda config --add channels 阅读全文
posted @ 2021-05-31 23:42 emanlee 阅读(557) 评论(0) 推荐(0)
摘要: conda install keras 现在tensorflow 2.4 支持 3.6 3.7 3.8 可以放心安装 pip install tensorflow Downloading https://mirrors.aliyun.com/pypi/packages/59/9b/tensorflo 阅读全文
posted @ 2021-05-31 23:22 emanlee 阅读(4955) 评论(0) 推荐(0)
摘要: from keras.utils import to_categorical module 'tensorflow.compat.v2' has no attribute '__internal__ from keras.utils import to_categorical $ python te 阅读全文
posted @ 2021-05-31 23:06 emanlee 阅读(5419) 评论(0) 推荐(0)
摘要: git pull = git fetch + git mergefetch同pull的区别在于:git fetch:是从远程获取最新版本到本地,不会自动merge.而git pull是从远程获取最新版本并merge到本地仓库.从安全角度出发,git fetch比git pull更安全,因为我们可以先 阅读全文
posted @ 2021-05-31 19:42 emanlee 阅读(6942) 评论(0) 推荐(1)
摘要: 验证集loss上升,准确率却上升 验证集loss上升,acc也上升这种现象很常见,原因是过拟合或者训练验证数据分布不一致导致,即在训练后期,预测的结果趋向于极端,使少数预测错的样本主导了loss,但同时少数样本不影响整体的验证acc情况。ICML2020发表了一篇文章:《Do We Need Zer 阅读全文
posted @ 2021-05-26 22:51 emanlee 阅读(9488) 评论(0) 推荐(1)
摘要: 分子沉降系数分子沉降系数是用离心法时,大分子沉降速度的量度,等于每单位离心场的速度。或s=v/ω^2?r。s是沉降系数,ω是离心转子的角速度(弧度/秒),r是到旋转中心的距离,v是沉降速度。分子沉降系数以每单位重力的沉降速度表示,(the velocity per unit force)并且通常为1 阅读全文
posted @ 2021-05-21 15:48 emanlee 阅读(911) 评论(0) 推荐(0)
上一页 1 ··· 124 125 126 127 128 129 130 131 132 ··· 337 下一页