LiuRJun
LiuRJun
hi, I tried to train the model by the deploy.prototxt . but it always take wrong ,can you share your trained document like train.prototxt ?
yes, I know that .I had tried to write my own train_val.prototxt file. but it still get wrong. Maybe somewhere is wrong, so I want to can get your own...
yes, I do that my own train_val.prototxt like this name: "MOBILENET" layer { name: "data" type: "Data" top: "data" top: "label" include { phase: TRAIN } transform_param { scale: 0.017...
hi,I tried to train the ShuffleNet on my own database, but it always got a wrong and I do not know how to deal with it, can you share you...
[libprotobuf ERROR google/protobuf/text_format.cc:245] Error parsing text-format caffe.NetParameter: 62:21: Message type "caffe.LayerParameter" has no field named "scale_param". That the error display, do you know the reason ? If somewhere need to...
> Detecting objects: 33%|█████████████████████▋ | 1/3 [00Detecting objects: 67%|███████████████████████████████████████████▎ Detecting objects: 100%|████████████████████████████████████████████████Detecting objects: 100%|█████████████████████████████████████████████████████████████████| 3/3 [00:08 Computing AP: 100%|██████████████████████████████████████████████████ ████████████████████████████| 1/1 [00:00
@XingyuXie 你好,请问在训练ShuffleNet时是不是需要 下面内容添加到caffe.proto中然后重新编译caffe? optional ShuffleChannelParameter shuffle_channel_param = 164; } message ShuffleChannelParameter { optional uint32 group = 1[default = 1]; // The number of group }
I have the same problem like this: ```(facechain) E:\facechain\facechain>python app.py 2023-11-30 20:08:24,885 - modelscope - INFO - PyTorch version 2.0.1 Found. 2023-11-30 20:08:24,885 - modelscope - INFO - Loading ast...