luyiyun
luyiyun
I have the same error without any nii.gz files.
batch_size is a hyperparameter of training of deep neural network, which means the number of samples send to neural network to update parameters. It is not the sample size of...
The feature size reduction is due to the data preprocessing: 1. remove peaks with more than 20% zeros 2. for each peaks, impute zeros with the half of minimum values
you can use -e e1 e2 e3 to adjust the number of training iterations, e1 means the number of autoencoder pretraining, e2 means the number of discriminators pretraining, e3 means...
I don't know the reason about this error, because I don't use urllib library or connection networks. I guess it is caused by visdom, so you can check the documentation...
"name" means the name of metabolites. They may be represented by m/z and retention time (M64T32 means m/z is 64 and retention time is 32), or represented by true metabolites...
yes,you need download the code and install the needful modules that have been shown in the readme. Then, rename your data files and put them into the data folder. Finally,...
Thanks for your advises. I will soon fix these problems.
I get a same problem.