Skip to content

Pytorch Lightning VQVAE for compressing patches from WSIs

Notifications You must be signed in to change notification settings

Cryptheon/Lightning_VQVAE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lightning_VQVAE

Pytorch Lightning VQVAE for compressing patches from WSIs

Train

python train_pl.py --folder /projects/0/examode/lmdb/lmdb_magnification_10x/lmdb_patches/
--image_size 224
--batch_size 128
--max_epochs 10000
--gpus 4
--num_workers 4
--num_nodes 1
--shuffle True
--accelerator ddp
--precision 32
--shuffle True \

About

Pytorch Lightning VQVAE for compressing patches from WSIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published