UpCoder
UpCoder
I try to execute ``` python3 -u /home/dl-box/ld/github/drn/segment.py test -d=/media/dl-box/HDD3/ld/Documents/datasets/CITYSCAPES -c=19 --arch=drn_d_22 --resume=/home/dl-box/ld/github/drn/pretrained/city_seg/drn_d_22_cityscapes.pth --phase=test --batch-size=1 ``` However, It will meet the Error like this: ``` Traceback (most recent call last):...
Hi, I am reading the code. And I am wondering what's the mean of the function----fill_up_weights. The code is [here](https://github.com/fyu/drn/blob/16acdba72f4115992e02a22be7e08cb3762f8e51/segment.py#L106). It seems that use the fill_up_weight to init the parameter...
你好,我想问一下怎么将生成的figure保存成矢量图呢?多谢🙏
Hi, I am using the library, but i find the figure generated alway fit the screen, I want it become smaller. But I don't know the way. Please help me,...
Hi, I run the demo without any problems. However, I write some code to achieve some goals that happen errors. When I call the roi_pool function, there is a error:...
Hi, I run the code but there are some error happened. When i run the inference.py, there is no mistake, and get the correct result. but when i run the...
I **successfully** run the code with TF 1.12.0 You need run two sh instead of the make file. In roi_pooling_layer, please run the sh file ```sh TF_INC=$(python -c 'import tensorflow...
Hi, I try to use this method to parallel my model. but it may do not work. For example, I use 3 gpus. but actually it seem use one gpu....
Hi, I try to download videos by vids. But some video maybe unavailable. For example https://www.youtube.com/watch?t=4&v=KsJOvayT31o VID is d3xAXCQWkQo can you provide some way to download the failed videos? Thanks
I use Verl to do rl training with Qwen3 VL and FSDP(not FSDP v2). In Verl, if use fsdp, it will call self.reward_module._handle.reshard(True) but it occur error, like "'Parameter' object...