-
Hi,
I set the input_size=200 ans text_scale=200,cause the size of train image is 200*100,.here is my multigpu_train paremeter
python multigpu_train.py --gpu_list=4 --input_size=200 --batch_size_p…
-
I tried to get location information for resnet-50 model in onnx-model-zoo.
**Command:**
onnx-mlir --preserveBitcode --preserveLocations --preserveMLIR /external/onnx-zoo/models/vision/classific…
-
When I was testing the official model (downloaded from Model ZOO), I got the wrong mAp, do you have any ideas or suggestions?
![image](https://github.com/facebookresearch/SlowFast/assets/52307287/175…
-
您好,非常感谢你的工作,我是做视频分割的,我现在的backbone是resnet50,我想把经过预训练的resnet50换成预训练好的swin,可以这样做吗?具体要怎么做?
-
### New Issue Checklist
- [ ] I have read the [Contribution Guidelines](https://github.com/tensorlayer/tensorlayer/blob/master/CONTRIBUTING.md)
- [ ] I searched for [existing GitHub issues](https:…
-
Hi,
Thanks for your open-source of the AdaptivFloat. It is an impressive paper.
I implemented your code in Resnet-50 model with imageNet dataset.(https://github.com/pytorch/vision/blob/master/t…
-
File "E:\Depression detect\Depression-detect-ResNet-main\main.py", line 24, in
test_loader = DataLoader(dataset=dataset_test, batch_size=batch_size, shuffle=True, pin_memory=True, drop_last=Tr…
-
我使用飞桨例子中dygraph文件夹下面的resnet模型,这个模型是用动态图方式实现的,参数名称与同一个模型在静态图下面的预训练参数不一样,怎么把这个静态图下面的预训练参数导入动态图中?
静态图的预训练参数是:http://paddle-imagenet-models-name.bj.bcebos.com/ResNet50_pretrained.tar
-
hi,this is my script below to run image_clf_train.py using subset of the data from DREAM challenge and h5 files that you have given in this project.
```
#!/bin/bash
TRAIN_DIR="./dream_data/train"…
-
### 问题确认 Search before asking
- [X] 我已经查询[历史issue](https://github.com/PaddlePaddle/PaddleDetection/issues),没有发现相似的bug。I have searched the [issues](https://github.com/PaddlePaddle/PaddleDetection/issu…