Skip to content

Commit

Permalink
Merge pull request #255 from kozistr/feature/visualization
Browse files Browse the repository at this point in the history
[Feature] Add visualizations
  • Loading branch information
kozistr committed Jul 7, 2024
2 parents 232f72e + 00f4883 commit 23f32fa
Show file tree
Hide file tree
Showing 144 changed files with 753 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ init:
python -m poetry install --dev

format:
isort --profile black -l 119 pytorch_optimizer tests hubconf.py
black -S -l 119 pytorch_optimizer tests hubconf.py
isort --profile black -l 119 pytorch_optimizer examples tests hubconf.py
black -S -l 119 pytorch_optimizer examples tests hubconf.py

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

check:
black -S -l 119 --check pytorch_optimizer tests hubconf.py
ruff check pytorch_optimizer tests hubconf.py
black -S -l 119 --check pytorch_optimizer examples tests hubconf.py
ruff check pytorch_optimizer examples tests hubconf.py

requirements:
python -m poetry export -f requirements.txt --output requirements.txt --without-hashes
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,11 @@ Correcting the norm of a gradient in each iteration based on the adaptive traini

## Frequently asked questions

[here](./qa.md)
[here](docs/qa.md)

## Visualization

[here](docs/visualization.md)

## Citation

Expand Down
File renamed without changes.
Loading

0 comments on commit 23f32fa

Please sign in to comment.