Having trouble with running brats_18 example #1547
-
Hello I am currently testing the brats_18 example with differential privacy. I have been following the tutorials and although I wasn't able to run the command in the 'prepare local configs' section, I was able to get around it by editing each config file individually However, when running the setup in the fl_simulator I encounter this error
I'm able to run other examples like Cifar10. Could it be an issue with using the python installed in my conda directory? Also, just to be sure, you guys are able to run the example right? Apologies if this is an odd question, I'm at my wits end here. Let me know if there's any other info that may be useful in figuring this out. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
@ZiyueXu77 can you check if there is some issues ? |
Beta Was this translation helpful? Give feedback.
-
Can you tell us some info, so we can better help you
|
Beta Was this translation helpful? Give feedback.
-
Hi @EvanGalea2 thanks for reaching out! the pt issue is most possibly caused by unrecognized path, you can try adding the brats18/pt to your python path. I will also test from my end when I get a chance and let you know. |
Beta Was this translation helpful? Give feedback.
-
Just did an experiment, and yes, please set PYTHONPATH to include custom files of this example for it to work: export PYTHONPATH=${PWD} |
Beta Was this translation helpful? Give feedback.
Just did an experiment, and yes, please set PYTHONPATH to include custom files of this example for it to work:
export PYTHONPATH=${PWD}