WPZ

Results 8 comments of WPZ
trafficstars

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,...

Hi @TdzBAS , Our impelmentation uses full-graph rather than mini-batch processing by design. Sorry that our approach doesn't take more consideration in reducing memory requirements. I've successfully tested it with...

Hi @maohub2008 , sorry for this issue. I will update the code soon.

We used Beeline's benchmarking datasets, including the provided trajectory information, and we didn't call beeline's interface. Thank you very much for your suggestions, I submitted some updates including the addition...