This is the tensorflow implementation of our recent work, "Computational Modeling of Cellular Structures Using Conditional Deep Generative Networks". The paper is currently under review and not released yet. We have released our experimental results, please check the results folder.
- Clone or download this repository to your working directory.
- Get the datasets ready. Please check data folder for detail.
- Set related arguments in main.py. There are three proposed skip connections, please choose the corresponding ops-XXX file and update the name to 'ops.py'.
- Call
python main.py
orpython main.py --action=train
to train the model. - If you wish to use "parzen window" to evaluate the model, set a checkpoint in arguments for the model to reload and then call
python main.py --action=test
.