Skip to content

Files

Latest commit

4f6de27 · Jul 25, 2024

History

History
47 lines (34 loc) · 666 Bytes

README.md

File metadata and controls

47 lines (34 loc) · 666 Bytes

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