This repository contains the files required in the GenHack3 - Hands-on session on Git-Docker. It contains:
data/: folder containing the training data (data\_train.csv) and a noise file (noise.npy)requirements.txt: text file containing the libraries with their associated versions you used in themodel.pyfileDockerfile: docker image in order to create a containermain.py: main python file containing the simulation functionmodel.py: python file containing your generative model and for loading the parametersparameters/: folder where you must put the parameters of your modelrun.sh: bash script to run your simulation