Bozhen Hu

Results 3 issues of Bozhen Hu

up1_2 = Conv2DTranspose(nb_filter[0], (2, 2), strides=(2, 2), name='up12', padding='same')(conv2_1) conv1_2 = concatenate([up1_2, conv1_1], name='merge12', axis=bn_axis) conv1_2 = standard_unit(conv1_2, stage='12', nb_filter=nb_filter[0]) all conv2DTranspose without activation...and activation: Activation function to use (see...

When I run python -m torch.distributed.launch --nproc_per_node=4 script/downstream.py -c config/downstream/GO-BP/gearnet_edge.yaml --gpus [0,1,2,3] --ckpt on worker*1 Tesla-V100-SXM2-32GB:4 GPU, 47 CPU, I got the error: [219013] [E ProcessGroupNCCL.cpp:587] [Rank 0] Watchdog caught...

Hi, Could you please consider adding this project? Segment Anything in Defect Dectection. paper link: https://arxiv.org/abs/2311.10245 code link: https://github.com/bozhenhhu/DefectSAM