Skip to content

ahmadhassandebugs/comyco-reproduce

Repository files navigation

Reproduce comyco results

Using comyco-lin repo to generate results.

Use the commands below to easily set up virtual envs and requirements without worrying about version issues.

Setup

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

Run

conda activate venv_tf2
python train.py
python test.py path_to_your_model
python plot.py

About

Reproduce comyco

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published