This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
By: Evan Masutani | |
As of 11 May 2018, the Hsiao lab has been granted computational time on XSEDE/SDSC (San Diego Supercomputer Cluster), specifically | |
on the COMET shared-gpu resource, which currently boasts a number of K80s and P100s (see https://portal.xsede.org/sdsc-comet). | |
The purpose of many projects in the Hsiao lab is to apply machine learning principles to solve medical problems, specifically in | |
the realm of imaging. At the time of writing, the preferred framework developed in-house uses keras with a tensorflow-gpu backend. | |
That many dependencies are required is an understatement. Furthermore, for reproducibility's sake and the ability to run lab | |
software across multiple platforms (notably transferring load from lab workstations to the supercomputer cluster), it became | |
necessary to seamlessly and intuitively port both custom software and associated dependencies between servers. | |
For experienced users, skip the following section (BACKGROUND) and proceed to TECHNICAL DETAILS |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
By: Evan Masutani | |
As of 11 May 2018, the Hsiao lab has been granted computational time on XSEDE/SDSC (San Diego Supercomputer Cluster), specifically | |
on the COMET shared-gpu resource, which currently boasts a number of K80s and P100s (see https://portal.xsede.org/sdsc-comet). | |
The purpose of many projects in the Hsiao lab is to apply machine learning principles to solve medical problems, specifically in | |
the realm of imaging. At the time of writing, the preferred framework developed in-house uses keras with a tensorflow-gpu backend. | |
That many dependencies are required is an understatement. Furthermore, for reproducibility's sake and the ability to run lab | |
software across multiple platforms (notably transferring load from lab workstations to the supercomputer cluster), it became | |
necessary to seamlessly and intuitively port both custom software and associated dependencies between servers. | |
For experienced users, skip the following section (BACKGROUND) and proceed to TECHNICAL DETAILS |