Installation
October 2, 2022 ยท View on GitHub
Follow these intructions
- Clone our repository
git clone https://github.com/Sharifmhamza/TransResNet.git
cd TransResNet
- Make conda environment
conda create -n transresnet python=3.7
conda activate transresnet
- Install dependencies
pip install -r requirements.txt