forked from peteryuX/esrgan-tf2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,12 @@ Offical Implementation: [PyTorch](https://github.com/open-mmlab/mmsr) | |
|
||
Create a new python virtual environment by [Anaconda](https://www.anaconda.com/) or just use pip in your python environment and then clone this repository as following. | ||
|
||
### Clone this repo | ||
```bash | ||
git clone https://github.com/peteryuX/esrgan-tf2.git | ||
cd esrgan-tf2 | ||
``` | ||
|
||
### Conda | ||
```bash | ||
conda env create -f environment.yml | ||
|
@@ -40,12 +46,6 @@ conda activate esrgan-tf2 | |
pip install -r requirements.txt | ||
``` | ||
|
||
### Clone this repo | ||
```bash | ||
git clone [email protected]:peteryuX/esrgan-tf2.git | ||
cd esrgan-tf2 | ||
``` | ||
|
||
**** | ||
|
||
## Data Preparing | ||
|