diff --git a/docs/index.rst b/docs/index.rst index 04bee3f..b612094 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 diff --git a/pyproject.toml b/pyproject.toml index de7a77c..70e4cce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"