Skip to content

Commit 23f32fa

Browse files
authored
Merge pull request #255 from kozistr/feature/visualization
[Feature] Add visualizations
2 parents 232f72e + 00f4883 commit 23f32fa

File tree

144 files changed

+753
-9
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

144 files changed

+753
-9
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ init:
55
python -m poetry install --dev
66

77
format:
8-
isort --profile black -l 119 pytorch_optimizer tests hubconf.py
9-
black -S -l 119 pytorch_optimizer tests hubconf.py
8+
isort --profile black -l 119 pytorch_optimizer examples tests hubconf.py
9+
black -S -l 119 pytorch_optimizer examples tests hubconf.py
1010

1111
test:
1212
python -m pytest -p no:pastebin -p no:nose -p no:doctest -sv -vv --cov=pytorch_optimizer --cov-report=xml ./tests
1313

1414
check:
15-
black -S -l 119 --check pytorch_optimizer tests hubconf.py
16-
ruff check pytorch_optimizer tests hubconf.py
15+
black -S -l 119 --check pytorch_optimizer examples tests hubconf.py
16+
ruff check pytorch_optimizer examples tests hubconf.py
1717

1818
requirements:
1919
python -m poetry export -f requirements.txt --output requirements.txt --without-hashes

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,11 @@ Correcting the norm of a gradient in each iteration based on the adaptive traini
318318

319319
## Frequently asked questions
320320

321-
[here](./qa.md)
321+
[here](docs/qa.md)
322+
323+
## Visualization
324+
325+
[here](docs/visualization.md)
322326

323327
## Citation
324328

qa.md renamed to docs/qa.md

File renamed without changes.

0 commit comments

Comments
 (0)