-
Dear Mr. Gao
Thank you so much for the great work. However, I met some problems when I implemented this code.
As described in you article, "For the visual frames, we use an ImageNet pre-tra…
-
Caffe's `time` command includes two timers: a per layer timer and an overall timer. However, the overall timer currently also includes the overhead of the per-layer timers. For instance, for forward p…
-
Hi,
I am fine-tuning an “imagenet-resnet-152-dag.mat”. I have compiled MatConvNet-24 using 2×1060 gpus, 64g ram in windows 10. However, after any epoch is finished, I get this error:
_Error usin…
-
Hi,
I read your human semantic parsing paper for person re-id and trying to reproduce results for cuhk03. For time being I am evaluating results just for re-id without semantic parsing. I have som…
-
Hi, thank you for these clear and efficient codes! May I ask, if you have trained this model on Optical Flow images?
-
Hi,
I used "imagenet-resnet-152-dag" for fine-tuning to my dataset. However, I got the error as below. I am using two 6G gpus.
_Caused by:
Error using dagnn.Sum/forward (line 15)
Out o…
-
From `trainval_net.py`, it seems res152 is supported, but when I run it with `--net res152`, it says the file `cfgs/res152.yml` cannot be found. So where is res152.yml?
-
Hello! I have carefully read your code and paper (FULL TRANSFORMER NETWORK FOR IMAGE CAPTIONING), and I have found some inconsistencies that confuse me. I would appreciate it if you could give me some…
-
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模型推理的结果…
-
### What happened + What you expected to happen
I ran this torch fine-tuning resnet example: https://docs.ray.io/en/latest/train/examples/pytorch/pytorch_resnet_finetune.html
The full output is at…