今日CS.CV计算机视觉论文速览Tue, 27 Nov 2018Totally 107 papersDaily Computer Vision Papers[1] Title: GAN Dissection: Visualizing and Underst... Read More
posted @ 2018-11-27 13:09 hitrjj Views(929) Comments(0) Diggs(0) Edit
使用多GPU有助于提升训练速度和调参效率。本文主要对tensorflow的示例代码进行注释解析:cifar10_multi_gpu_train.py1080Ti下加速效果如下(batch=128)单卡:两个GPU比单个GPU加速了近一倍 :1.简介多GPU训... Read More
posted @ 2018-11-27 13:02 hitrjj Views(585) Comments(0) Diggs(0) Edit
1. IP地址分类ref :https://tools.ietf.org/html/rfc1700 page 3IP地址表示IP地址由两个部分组成,net-id和host-id,即网络号和主机号。net-id:表示ip地址所在的网络号。host-id:表示i... Read More
posted @ 2018-11-27 08:03 hitrjj Views(632) Comments(0) Diggs(0) Edit
jupyter 网络端口配置问题遇到这个问题,主要原因是网络配置问题导致的无法正确解析。首先确认是否正确配置的config文件:JupyterNotebook配置远程登录如果正确配置后依然出现上述问题,尝试将监听端口修改为:c.NotebookApp.ip=... Read More
posted @ 2018-11-27 07:36 hitrjj Views(2876) Comments(0) Diggs(0) Edit