-
您好,请问代码是不是不完整,在train_Stanford_Cars_TResNet_L.py文件中,“from src.models.tresnet_v2.tresnet_v2 import TResnetL_V2”中的“src"是什么呢?
-
Runtime Error occurs while loading state_dict for provided TResNet-L model. I think provided pretrained model and **TResnetL** class differ. **Selective (CSL) - TResNet-M** works without any problems.…
-
Hi authors,
I met an environment setting issue, when i run eval_PromptStealer.py file.
I notice that your torch version required is very outdated (pytorch 1.12.0a0+8a1a93a), which is unavailabl…
-
When I am training, this module ‘inplace_abn’ needs to be used.If you can help me solve, I will be very grateful. thanks
D:\Anaconda3\envs\torch18\python.exe E:/code/SPL-main/main.py
Traceback (most…
-
Is there a config file for training on the VOC dataset? If other backbones are used, such as TResNet-M, do the corresponding model parameters need to be adjusted?
-
Did you reproducing ASL successfully? I use [tihs](https://github.com/Alibaba-MIIL/ASL/blob/main/train.py) script, and follow these settings in [paper](https://arxiv.org/abs/2009.14119): 448 image siz…
-
For example this code will increase memory usage of GPU.
```julia
for i in 1:100 tresnet = resnet.layers |> torch end
```
And this code will occur same phenomena
```julia
using BenchmarkTo…
-
Hi
When I want to run 'train_Stanford_Cars_TResNet_L.py', I get this error:
RuntimeError: Some elements marked as dirty during the forward method were not returned as output. The inputs that are mod…
-
您好,我想知道您的项目的环境设置,也就是版本等等,您使用了inplace_abn,我在这个遇到了问题,关于_backend的问题,我去该项目的github找解决办法,找不到解决方法。我用的是ubuntu20,anaconda3。
希望能给一份requirment,谢谢。
-
I tried to set up experiment environment. But I can't find the requirements.txt, where is it?