Skip to content

Commit

Permalink
Merge pull request #10 from leverxgroup/docs_fix_link
Browse files Browse the repository at this point in the history
docs: link to the raw config fixes
  • Loading branch information
bagxi authored Sep 17, 2022
2 parents c590a73 + 2b9ac4b commit 6dc0f85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Quick Start
pip install git+https://github.com/leverxgroup/esrgan.git

# step 2 - Load / prepare config with training details
wget https://github.com/leverxgroup/esrgan/blob/master/config.yml
wget https://raw.githubusercontent.com/leverxgroup/esrgan/master/config.yml

# step 3 - train ESRGAN
catalyst-dl run -C config.yml --benchmark
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ torchvision = "~0.9.1"
darglint = "^1.8"
doc8 = "^0.8"
flake8 = "^3.8"
flake8-broken-line = "^0.3."
flake8-broken-line = "^0.3"
flake8-comprehensions = "^3.5"
flake8-debugger = "^4.0"
flake8-docstrings = "^1.6"
Expand Down

0 comments on commit 6dc0f85

Please sign in to comment.