KleinXin

Results 21 comments of KleinXin

Same weird problem ![image](https://user-images.githubusercontent.com/13084622/133826638-bec1f02c-57be-4624-b124-5312355d3a01.png)

I also have this question I am also wondering if it is necessary to start the searching from imagnet pretrained models

![image](https://user-images.githubusercontent.com/13084622/64147313-76f63d80-ce52-11e9-98cc-c2e3c0bd2fad.png) Something is still missing while installing opencv-mat

@LL-Lee I followed your guide of conda, just like this ![image](https://user-images.githubusercontent.com/13084622/64309410-f9a40780-cfce-11e9-8272-4c6ec7561b43.png) and I think setup scripts can find opencv automatically

> > environment:Python 3.6.8 GCC 7.3.0 opencv4.1.0 > > ![image](https://user-images.githubusercontent.com/35646334/63753224-3e4fe480-c8e5-11e9-83ee-a983c09b3abb.png) > > I meet the same issue as you.Have you saved this issue yet?Can you tell me how to save...

> I have the same problem,and I change "nums_work=4" to "nums_work=0" ,it runs. > but,the bitch size only 1,I can not chang it. Are you also using docker? I think...

> Hi, token labeling can improve volo_d1 by 0.4% (from 83.8% to 84.2%). For larger volo models, token labeling can achieve improvement from 0.0 to 0.4%. Could you please also...

> Hi, @KleinXin , thanks for your interest of our work. As you mentioned that it is a different dataset and task. the hyperparamters need to be consistent with your...

Another question is that in 'train_search_imagenet.py' line 178, the parameter 'architect' is not transferred into train function as in 'train_searcch.py'. In line 206 of 'train_search_imagenet.py', architect.step is commented. Does this...

> model = nn.DataParallel(model) By following your suggestions, I used two GPUs to train the model swin-vit-p4w12. It gives errors as below ``` Traceback (most recent call last): File "train.py",...