my crazy deep learning notes
shayCsdn
这个作者很懒,什么都没留下…
展开
-
Keras 中的model.fit
里面的validation_split: validation_split: Float between 0 and 1. Fraction of the training data to be used as validation data. The model will set apart this fraction of the training data, will not train ...原创 2019-11-15 09:31:48 · 691 阅读 · 0 评论 -
BottleNeck
保证时间复杂度的前提下,将输出的维度变为原来的4倍原创 2019-03-11 05:49:04 · 2503 阅读 · 1 评论 -
Dilated Convolution
卷积核不变的情况下,跳着与图像中的像素做卷积 实现时类似于将卷积核中间用零填充原创 2019-03-11 05:50:27 · 278 阅读 · 0 评论