上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 28 下一页
摘要: 导语 大多数深度学习模型(例如VGG,ResNet等)都需要正方形图像作为输入,通常像素大小为224x224。 输入的长宽必须相等是有原因的吗?还是可以建立一个100x200输入的卷积神经网络模型?更大的像素尺寸(例如512x512)会带来更多好处吗? 01 ... 阅读全文
posted @ 2022-11-13 22:35 dlhl 阅读(427) 评论(0) 推荐(0)
摘要: 使用云平台或者别的服务器时,如果安装的是高版本的tf(tf2.x),跑比较旧的代码容易出现这种报错。解决方案:注释tf的引用,换为兼容模式。 # import tensorflow as tfimport tensorflow.compat.v1 as tft... 阅读全文
posted @ 2022-11-13 22:35 dlhl 阅读(22) 评论(0) 推荐(0)
摘要: conda install pytorch-cpu=1.0pip install torchvision==0.2 -i http... 阅读全文
posted @ 2022-11-13 22:35 dlhl 阅读(32) 评论(0) 推荐(0)
摘要: tifig:A fast HEIF image converter aimed at thumbnailingheif:High E... 阅读全文
posted @ 2022-11-13 22:35 dlhl 阅读(350) 评论(0) 推荐(0)
摘要: ```mermaidsequenceDiagramparticipant clientparticipant serverparti... 阅读全文
posted @ 2022-11-13 22:35 dlhl 阅读(10) 评论(0) 推荐(0)
摘要: 一、安装debian系统 1-切换到root,将当前用户添加到/etc/sudoers里面 chmod 777 /etc/sudoe... 阅读全文
posted @ 2022-11-13 22:35 dlhl 阅读(222) 评论(0) 推荐(0)
摘要: 1-XGBoost GPU Support https://xgboost.readthedocs.io/en/latest/gpu... 阅读全文
posted @ 2022-11-13 22:35 dlhl 阅读(35) 评论(0) 推荐(0)
摘要: 运行基于pytorch写的程序时出现"AttributeError: module ‘torch’ has no attribute... 阅读全文
posted @ 2022-11-13 22:35 dlhl 阅读(0) 评论(0) 推荐(0)
摘要: 这里写自定义目录标题 在ubuntu上安装apex时,出现报错信息“TypeError: Class advice imposs... 阅读全文
posted @ 2022-11-13 22:35 dlhl 阅读(28) 评论(0) 推荐(0)
摘要: import tensorflow as tffrom tensorflow.python.platform import gfile#path to your .pb fileGRAPH_PB_PATH = './model/tensorflow_incep... 阅读全文
posted @ 2022-11-13 22:35 dlhl 阅读(31) 评论(0) 推荐(0)
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 28 下一页