WPZ
WPZ
Hi! I think there is something wrong with the version of pytorch installed in your environment, please make sure that the pytorch version
Hi! Sorry for the delayed response. For the first question: You can save the result image with this function `plt.savefig( )` . For example: ``` current_figure = plt.gcf() current_figure .savefig("filename.pdf",...
Hi! Please make sure you have sufficient GPU memory. You can use `nvidia-smi` to check the current memory usage.
I'm sorry for any inconvenience when using CEFCON. I've been taking the time lately to update some of the code as well as the previous readme file instructions to enhance...
I have provided the code script for obtaining differential expression information. Please refer to [MAST_script.R](https://github.com/WPZgithub/CEFCON/blob/main/cefcon/MAST_script.R), which uses the MAST method. Any other method for obtaining differentially expressed genes is acceptable,...