Reference from this repo - https://github.com/urchade/molgen
Paper link - https://arxiv.org/pdf/1805.11973.pdf
Steps to Achieve results via Notebook:
- Read the paper from mol_gan.pdf
- Then open the notebook from MolGAN_v2.ipynb
- Open Requirements file and install the packages
- Run all in the notebook
- The notebook has the detailed explanation of the paper and the code
Steps to Achieve results via .py files:
- copy the .py files and the .csv file to the local machine or colab
- python train.py (in your terminal) or drop to terminal from colab (! python train.py)