Skip to content
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.

quinngroup/parkinsons_multimodal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Multimodal Parkinson's

TODO

There's a few #Todo's in the code, need to take a look at them

Verify quality of latent vectors by clustering into healthy and PD patients

Incorporate more modalities and ensure data_init and data_info can track multiple images per entry

Convert to beta VAE learning Bernoulli?

Implement Spatial Broadcast Decoding instead of conv transpose

Running Code

All commands should be run from the root github directory. Run python src/main.py --help for more information about arguments.

Training

python src/main.py --train [ARGS] where args can be -b BATCH_SIZE -e EPOCHS --save_frequency FREQUENCY. It is recommended to train the network with nohup python src/main.py --train [ARGS] & to avoid stopping training due to SSH disconnecting or any other reason.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages