Based on https://arxiv.org/abs/2007.03964
- Clone this repository:
git clone … - open Anaconda Prompt and type
conda create -n tensorflow python=3.6 - type
conda activate tensorflowto active the virtual environment - enter the folder where requirements.txt is in Anaconda Prompt
- Execute
pip install -r requirement.txtto to start downloading the required modules
- enter pycharm, choose edit Configuration, choose python interpreter as the virtual environment that you just created.
- run "run.py"