imsb-uke/scGAN

Something wrong with multiprocessing when executing the training step

Closed this issue · 3 comments

Hi, scGAN is very uesful for my research. No error occurred when I preprocessed the dataset but there was a problem when I was performing the training step.
image
Could you please help me solve this problem? Is there something wrong with the parameters.json file?
Thanks very much!

Hello @duohongrui ,
I guess the issue is that the GPU is not specified as a list. You can have a look here.
If this don't solve it for you, could you send me the parameters.json to debug the issue ?

OK, thanks again for helping me solve the problem. I have sent the parameters.json file and h5ad data to you by email. Please check it.
I just altered the experiments_dir, GPU, min_cells, min_genes, res, name_your_experiment and raw_input in the json file.

Hi, @fhausmann. I tried your suggestions and tested the process again and the error was solved.
Thanks for your help!