issues
search
lxztju
/
pytorch_classification
利用pytorch实现图像分类的一个完整的代码,训练,预测,TTA,模型融合,模型部署,cnn提取特征,svm或者随机森林等进行分类,模型蒸馏,一个完整的代码
MIT License
1.38k
stars
339
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
关于train.py中LR调整的问题
#55
DanMerry
opened
11 months ago
0
训练十几个epoch可能会闪退
#54
CoderJackZhu
closed
1 year ago
0
V1 版本没有评估吗? 请教您
#53
wangsengithub
opened
1 year ago
1
是不是并不支持 resume 继续训练?
#52
deepConnectionism
opened
1 year ago
0
TypeError: __init__() got an unexpected keyword argument 'weights'
#51
gpf1991
closed
1 year ago
3
请问每次运行不保存 best.pt吗
#50
catch123
opened
2 years ago
0
cannot import name 'get_random_eraser' from 'data' (C:xxxxxxx\data\__init__.py)这个怎么解决额
#49
qiaosuobutouche
opened
2 years ago
1
请问pth模型如何转换onnx呢,按照转onnx教程转换失败,通过netron发现跟预训练版本结构不一样
#48
RoomYc
opened
2 years ago
0
RuntimeError: “nll_loss_forward_reduce_cuda_kernel_2d_index“ not implemented for ‘Int‘
#47
Sheep2706
opened
2 years ago
0
使用内置的VGG时报错__init__() missing 1 required positional argument: 'features'
#46
DanMerry
opened
2 years ago
0
数据集导入
#45
bestfzy
opened
2 years ago
0
多批次推理
#44
world2025
opened
2 years ago
0
关于多卡训练的问题
#43
Maxhyl
closed
2 years ago
0
是不是少了一些文件呢
#42
chuanfuye
opened
2 years ago
2
请问使用该框架训练的模型如何转为wts文件
#41
bodyncp
opened
2 years ago
0
请问 resnext101_32x32.pth 文件在哪里
#40
yuguangtongxing
opened
3 years ago
4
AttributeError: 'ResNet' object has no attribute 'extract_features'
#39
vaerdu
opened
3 years ago
25
您好,运行cnn_ml时出现torch.nn.modules.module.ModuleAttributeError: 'ResNet' object has no attribute 'extract_features'
#38
853219317
closed
3 years ago
1
RuntimeError
#37
yiheng321
opened
3 years ago
3
cnn_svm中的 get_test_transfrom 并未定义
#35
PandaK404
opened
3 years ago
3
老铁,有数据集吗?求分享
#34
ZZHHogan
opened
3 years ago
0
数据集的图片大小要相同吗?
#33
qlw-05
opened
3 years ago
0
Pytorch RuntimeError: element 0 of tensors does not require grad and does not have a grad_fn
#32
LeBron-Jian
opened
3 years ago
1
ValueError: too many values to unpack (expected 2)
#31
WangXH258
opened
3 years ago
3
AttributeError: Can't pickle local object 'get_random_eraser.<locals>.eraser'
#30
hs756149694
opened
3 years ago
1
ValueError: optimizer got an empty parameter list
#29
kk701710
opened
3 years ago
1
AttributeError: Can't pickle local object 'get_random_eraser.<locals>.eraser'
#28
GYQ-haha
opened
3 years ago
4
ModuleNotFoundError: No module named 'cfg'
#27
abstinentcode
opened
3 years ago
2
ValueError: optimizer got an empty parameter list
#26
Romitavia
opened
3 years ago
8
请问可以使用自己的模型做训练么?
#25
DDxk369
opened
3 years ago
0
Cannot import name 'Resnet50' from 'models'
#24
keithyh
opened
3 years ago
0
Corrupt EXIF data.
#23
starsky68
opened
3 years ago
0
多模型融合预测
#22
wanghuahua2019
opened
3 years ago
1
数据集请求
#21
UestcJay
opened
3 years ago
0
可以在cpu上跑吗
#20
Atiuiee
opened
3 years ago
1
为什么这几个代码不上传呢?
#19
shichengcn
closed
3 years ago
0
from utils import adjust_learning_rate_cosine, adjust_learning_rate_step
#18
zhong110020
opened
3 years ago
0
你好,请问在cnn_ml中NB_features主要是什么?
#17
ghost
opened
3 years ago
1
你好 请教一下怎么获得预测的类别分数呀
#16
wangyushengcp3
opened
4 years ago
1
数据类型问题
#15
chekistcccp
opened
4 years ago
2
LOCAL_PRETRAINED具体在哪部分代码实现的?
#14
tcexeexe
closed
4 years ago
0
出现错误ValueError: optimizer got an echuxian mpty parameter list
#13
Shank2358
closed
3 years ago
6
cnn-ml.py 属性错误 train_kd.py model问题
#12
QISIRUI
opened
4 years ago
2
预测得分为负数
#11
sky-fly97
opened
4 years ago
4
训练没报错但是运行一半结束了
#10
QISIRUI
closed
4 years ago
2
label smoothing loss问题
#9
angryhen
opened
4 years ago
2
关于训练的问题
#8
Joe-Mikey
closed
4 years ago
3
对文件获取做了改进,同时增加"normalize.py"用于val下批量重命名
#7
BarryAlanPan
closed
4 years ago
0
关于程序的问题
#6
fronter24
opened
4 years ago
1
使用dataloader时加载数据集时出现错误
#5
BarryAlanPan
closed
4 years ago
9
Next