Nayoung Ko
Nayoung Ko
Hello, I am keep getting "ERROR:root:No token file found. Also make sure that a [prod] section with a 'token = value' assignment exists." And I have no idea why... Is...
Hello, I am just trying to rerun your codes. But I keep getting this error. How can I solve this problem? Traceback (most recent call last): File "/home/nayoung/.conda/envs/nayoung/lib/python3.7/site-packages/torch/multiprocessing/spawn.py", line 59,...
Hello, I am trying to reproduce disjoint 15-5s setting. But my result is very different from yours. My command is : /home/nayoung/nayoung/MiB/run.py --data_root '/home/nayoung/nayoung/' --batch_size 10 --dataset voc --name MIB...
Hello, https://github.com/zbwxp/SegVit/blob/85616388cd8983e2d4daafd971540b210e956666/configs/_base_/models/seg_vit-b16.py#L24C9-L24C23 I found that you set with_cls_token=False. Is this means that ViT encoder in your model do not use class token, and use it for the decoder(ATM)?