Loading...
TensorFlow 提供了多种常用网络优化方法,如,adadelta,adagrad,adam,ftrl,momentum,rmsprop,sgd.各优...
[slim.learning.py]()TF-Slim 模型训练代码. 包含了模型训练个不同函数,如,[1] - 梯度控制(manipulation gr...
原文:编写基于TensorFlow的应用之构建数据pipeline - AI 人工智能平台 SigAI原文微信公众号:SigAI (内容有质量,推荐关注....
Caffe - SolverSolver 通过协调网络的前向推断(forward inference) 和后向梯度(backward gradients)...
原文:Keras: Training on Large Datasets如果训练网络时,针对的是大规模数据集,如图像数据集,其不能完全读取加载到内存里,那...
模型训练后,需要保存到文件,以供测试和部署;或,继续之前的训练状态.Pytorch Tutorials - Saving and Loading Mode...
Github - focal_loss_layerFocal Loss 论文理解及公式推导 - AIUAI基于 SoftmaxWithLossLayer ...
题目: Focal Loss for Dense Object Detection - ICCV2017作者: Tsung-Yi, Lin, Priya ...
有过关于 Tensorflow 的交叉熵损失函数的记录 - [Tensorflow[旧版本] - Cross Entropy Loss](https://...
关于 Pytorch 的 nn.torch.Conv2d 的记录与理解.CLASS torch.nn.Conv2d(in_channels, out_ch...