OFA-Sys / ONE-PEACE

A general representation model across vision, audio, language modalities. Paper: ONE-PEACE: Exploring One General Representation Model Toward Unlimited Modalities
Apache License 2.0
935 stars 57 forks source link

cfg.gpus_ids = [args.gpu_id] error #32

Closed PL23K closed 11 months ago

PL23K commented 11 months ago

ONE-PEACE/one_peace_vision/seg/train.py line 147 cfg.gpus_ids = [args.gpu_id] spell error. means: cfg.gpu_ids = [args.gpu_id] ? gpu_ids not gpus_ids

simonJJJ commented 11 months ago

@PL23K, thanks for pinpointing this, we fix it.