This is an implementation of 3dgan, originally proposed by MIT CSAIL.
Run python main.py
to train, don't forget to put your volumes under /data/train
.
To test, simply run python main.py --mode=test
and specify the test_epoch
you want.
keras == 2.2.4
- dataloader
- test scripts
- add tensorboard
Chi Nok Enoch Kan/ @kanxx030