摘要: 1、FPGA之毛刺问题 https://blog.csdn.net/weixin_43417303/article/details/104316390 2、竞争冒险 https://wenku.baidu.com/view/6ebe4f8bd0d233d4b14e6928.html http://w 阅读全文
posted @ 2020-02-29 17:50 笑着刻印在那一张泛黄 阅读(548) 评论(0) 推荐(1)
摘要: 参考博客:https://blog.csdn.net/Lily_9/article/details/90041359 https://www.cnblogs.com/sepeng/p/5578402.html 阅读全文
posted @ 2020-02-29 16:56 笑着刻印在那一张泛黄 阅读(435) 评论(0) 推荐(0)
摘要: 1、数据增强 1)随机裁剪 在原始图片的每一边pad 4个 pixels,然后再裁切成32*32的图片 distorted_images = tf.image.resize_image_with_crop_or_pad(record_images, imageHeight+8, imageWidth 阅读全文
posted @ 2020-02-29 11:48 笑着刻印在那一张泛黄 阅读(285) 评论(0) 推荐(0)
摘要: 1、Introduction 1)网络深度很重要 Deep networks naturally integrate low/mid/highlevel features and classifiers in an end-to-end multilayer fashion, and the “le 阅读全文
posted @ 2020-02-29 10:37 笑着刻印在那一张泛黄 阅读(247) 评论(0) 推荐(0)