-
Tried running distributed Tensorflow between 3 machines, with 1 as PS and the other 2 as workers.
The PS and one of the workers start good as expected. However the second worker errors out saying "Wa…
-
I'm trying to classify based on my own setup for UCF-101, where I added one of my own classes and trained using the 3D-Resnets-PyTorch library.
This is the command I run:
```python main.py --input…
-
https://huggingface.co/happyme531/Stable-Diffusion-1.5-LCM-ONNX-RKNN2#%E5%B7%B2%E7%9F%A5%E9%97%AE%E9%A2%98
>1. 截至目前,使用最新版本的rknn-toolkit2 2.2.0版本转换的模型仍然存在极其严重的精度损失!即使使用的是fp16数据类型。如图,上方是使用onnx模型推理的结果…
-
I was wondering if I can use this open-source code for my own dataset. I want to train ResNet-34 on my own dataset for human activity recognition. Also, what all is needed as an import to make sure th…
-
I am trying to use a self trained resnet101 in faster rcnn. I think that i can get more accurate inferences and results by using one. The issue that I have is when training starts, it throws a Pdb err…
-
Hi
I trained the dataset on resnet 34 followed the given cmd in readme, and it ran well, but after I changed the model depth into 50 and 101, it gave me the error.
![screen shot 2018-08-07 at 2 09…
-
作者,您好!请问可以提供一下5-shot下的配置yaml文件吗?在Pascal数据集上使用resnet在Fold-0上进行5-shot训练测试,指标仅达到了65.34,与公布的指标差异过大,请问有哪些配置文件需要修改的吗?麻烦您了
-
How can i change the resnet backborn to vgg16?
I see the backborn in culane.py can change to resnet18,34,50....
but in backborn.py form middle i see vgg16bn, Can the backborn change to vgg16bn?
-
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem
- 系统环境/System Environment:
- 版本号/Version:Paddle:2.5 PaddleOCR: 2.7
- 运行指令/Command Code:!python tools/trai…
-
--model ./pretrain_data/resnet-18-kinetics.pth --mode score --model_depth 18 --structure resnet18 --batch_size 128 --checkpoint ./logfile/save_8_resnet18.pth
新しく追加したのは
--structure
logfileに保存するとき…