Jonyond-lin

Results 3 issues of Jonyond-lin

你好,想请问一下,使用以下命令进行训练`python tools/train_net.py --config-file configs/DPText_DETR/Pretrain/R_50_poly.yaml --num-gpus 2`,完整报错信息如下: ```Warning: CUDA warning: misaligned address (function destroyEvent) terminate called after throwing an instance of 'c10::CUDAError' what(): CUDA error: misaligned address Exception raised from create_event_internal...

您好,我在复现的过程中碰到了如下问题 (CPT) [root@ts-8789b3171f704463b2163b0583223e52-launcher ~/jonyond/CentripetalText-main]# CUDA_VISIBLE_DEVICES=0,1,2,3 python train.py config/ct/ct_r18_tt.py { "model": { "type": "CT", "backbone": { "type": "resnet18", "pretrained": true }, "neck": { "type": "FPEM_v1", "in_channels": [ 64, 128, 256, 512...

Hello, Thank you for your nice job. I recently encountered an issue while running the training code for Diffuser on GitHub, and I would appreciate your guidance. During training, I...