Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 478 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 478 Bytes

3dgan-keras

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.

Versions

keras == 2.2.4

Todo

  • dataloader
  • test scripts
  • add tensorboard

Author

Chi Nok Enoch Kan/ @kanxx030