Using comyco-lin repo to generate results.
Use the commands below to easily set up virtual envs and requirements without worrying about version issues.
Set up conda:
conda create -n venv_tf2 python=3.7
conda activate venv_tf2
conda init
Install dependencies:
conda install tqdm
conda install tensorflow
pip install tflearn
conda install matplotlib
Set up libcore:
conda install pybind11
cd core
bash build.sh
conda activate venv_tf2
python train.py
python test.py path_to_your_model
python plot.py