greenelab / greenelab/LINCS_latent_space

Future changes to boost computational efficiency

Open
#2 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
3
Forks
2
PR merge metrics
No merged PRs in 30d

Description

Great PR @ajlee21. Combination of nitpicking coding style-wise and some confusion towards the purpose of some of your scripts/notebooks. After talking in person I have two practical suggestions to make this code run smoother:

Would suggest uploading your data onto the pmacs cluster. Since it is a cluster, it should provide access to greater memory than your personal computer. Plus it would allow for GPU availability, which in turn would speed up your computation.
Would recommend changing frameworks to pytorch, since it contains a dynamic computational graph compared to tensorflow's static graph. (i.e. Memory allocation is a lot smoother and the most amount of memory one would need is equal to batch size you feed the network.) Obviously this option would take more work, but something to think about as this project progresses.

from https://github.com/greenelab/LINCS_latent_space/pull/1#pullrequestreview-192310756

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.