zzzqzhou / RAM-DSIR

[ECCV'22] Generalizable Medical Image Segmentation via Random Amplitude Mixup and Domain-Specific Image Restoration
37 stars 3 forks source link

training on prostate dataset #3

Closed hooxizz closed 1 year ago

hooxizz commented 1 year ago

hi, author,

I just want to run the code on prostate dataset and meet some mistakes. I use command as below:

cd code
python -W ignore train.py --data_root ../dataset --dataset prostate \
--domain_idxs 1,2,3,4,5 --test_domain_idx 0 \
--rec --is_out_domain --consistency --consistency_type kd \
--save_path ../outdir/prostate/target0 --gpu 0

Did I forget something?Looking forward your reply. Thanks in advance.

zzzqzhou commented 1 year ago

Could you please provide error logs, thus I can help you.

Zerua-bit commented 8 months ago

嗨,作者,

我只想在前列腺数据集上运行代码并遇到一些错误。我使用的命令如下:

cd code
python -W ignore train.py --data_root ../dataset --dataset prostate \
--domain_idxs 1,2,3,4,5 --test_domain_idx 0 \
--rec --is_out_domain --consistency --consistency_type kd \
--save_path ../outdir/prostate/target0 --gpu 0

我忘记了什么吗?期待你的回复。提前致谢。 I've tried several environments and graphics cards, but I keep encountering CUDA errors.

Zerua-bit commented 8 months ago

您能否提供错误日志,以便我可以为您提供帮助。

I have tried several environments and graphics cards, but I still encounter CUDA errors. However, the fundus dataset can run smoothly.