上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 33 下一页
摘要: 重置gitlab管理员密码Log into your server with root privileges. Then start a Ruby on Rails console.Start the console with this command:gitlab-rails console production Wait until the console has loaded.There a... 阅读全文
posted @ 2018-10-17 17:20 Jerry_Jin 阅读(861) 评论(0) 推荐(0) 编辑
摘要: 引言:如今基于深度学习的目标检测已经逐渐成为自动驾驶,视频监控,机械加工,智能机器人等领域的核心技术,而现存的大多数精度高的目标检测算法,速度较慢,无法适应工业界对于目标检测实时性的需求,这时YOLO算法横空出世,以近乎极致的速度和出色的准确度赢得了大家的一致好评。基于此,我们选择YOLO算法来实现 阅读全文
posted @ 2018-10-17 15:22 Jerry_Jin 阅读(4377) 评论(0) 推荐(0) 编辑
摘要: 1000! mod 10^250 ===============the answer is 2================Hi I'm trying to solve the above problem that was asked recently. Couldn't mod it because it was closed. So far I've found the 1000! has ... 阅读全文
posted @ 2018-10-14 14:58 Jerry_Jin 阅读(633) 评论(0) 推荐(0) 编辑
摘要: Hyperparameter optimization is a big part of deep learning. The reason is that neural networks are notoriously difficult to configure and there are a 阅读全文
posted @ 2018-10-13 15:52 Jerry_Jin 阅读(2000) 评论(0) 推荐(0) 编辑
摘要: 如何提高深度学习性能20 Tips, Tricks and Techniques That You Can Use ToFight Overfitting and Get Better GeneralizationHow can you get better performance from your deep learning model?It is one of the most common... 阅读全文
posted @ 2018-10-12 21:28 Jerry_Jin 阅读(432) 评论(0) 推荐(0) 编辑
摘要: GlobalAveragePooling2D层 为空域信号施加全局平均值池化 参数 data_format:字符串,“channels_first”或“channels_last”之一,代表图像的通道维的位置。该参数是Keras 1.x中的image_dim_ordering,“channels_l 阅读全文
posted @ 2018-10-10 21:43 Jerry_Jin 阅读(14717) 评论(0) 推荐(0) 编辑
摘要: Keras & Theano get output of an intermediate layer 1.使用函数模型API,新建一个model,将输入和输出定义为原来的model的输入和想要的那一层的输出,然后重新进行predict. 2.因为我的后端是使用的theano,所以还可以考虑使用the 阅读全文
posted @ 2018-10-10 16:40 Jerry_Jin 阅读(571) 评论(0) 推荐(0) 编辑
摘要: 列出可用GPU from tensorflow.python.client import device_lib print(device_lib.list_local_devices()) from keras import backend as K K.tensorflow_backend._ge 阅读全文
posted @ 2018-10-08 18:22 Jerry_Jin 阅读(4914) 评论(0) 推荐(0) 编辑
摘要: CNN 权重可视化How convolutional neural networks see the worldAn exploration of convnet filters with KerasNote: all code examples have been updated to the Keras 2.0 API on March 14, 2017. You will need Kera... 阅读全文
posted @ 2018-10-08 11:02 Jerry_Jin 阅读(657) 评论(0) 推荐(0) 编辑
摘要: We perform image classification, one of the computer vision tasks deep learning shines at. As training from scratch is unfeasible in most cases (as it 阅读全文
posted @ 2018-10-05 14:35 Jerry_Jin 阅读(998) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 33 下一页