greenelab / generic-expression-patterns

Distinguishing between generic and experiment-specific gene expression signals.
BSD 3-Clause "New" or "Revised" License
12 stars 6 forks source link

Run VAE training on screen when running remotely #37

Open ajlee21 opened 4 years ago

ajlee21 commented 4 years ago

VAE training on all of SRA data for recount2 is estimated to take ~2.5 days running on my lab machine (CPU). When running remotely, use screen to prevent so that data isn't lost when connection is unstable.

Additional changes to improve the computational efficiency of the simulation can be found in this issue

dongbohu commented 4 years ago

tmux might be a better choice than screen, based on my personal experience. More details at: https://www.howtogeek.com/671422/how-to-use-tmux-on-linux-and-why-its-better-than-screen/