Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/AsakoKabe/AdeleCV
Browse files Browse the repository at this point in the history
  • Loading branch information
AsakoKabe committed Apr 30, 2023
2 parents 457dcd2 + 2334589 commit 34b1635
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ based on [PyTorch](https://pytorch.org/), [Optuna](https://optuna.org/),
[![Read the Docs](https://img.shields.io/readthedocs/smp?style=for-the-badge&logo=readthedocs&logoColor=white)](https://adelecv.readthedocs.io/en/latest/)
[![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/AsakoKabe/AdeleCV/code-style.yaml?branch=main&style=for-the-badge)](https://github.com/AsakoKabe/AdeleCV/actions/workflows/code-style.yaml)

[//]: # ([![PyPI](https://img.shields.io/pypi/v/segmentation-models-pytorch?color=blue&style=for-the-badge&logo=pypi&logoColor=white)](https://pypi.org/project/segmentation-models-pytorch/) )
[//]: # ([![PyPI - Downloads](https://img.shields.io/pypi/dm/segmentation-models-pytorch?style=for-the-badge&color=blue)](https://pepy.tech/project/segmentation-models-pytorch) )
[//]: # (<br>)
[![PyPI](https://img.shields.io/pypi/v/adelecv?color=blue&style=for-the-badge&logo=pypi&logoColor=white)](https://pypi.org/project/adelecv/)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/adelecv?style=for-the-badge&color=blue)](https://pepy.tech/project/adelecv)
<br>
</div>

The main features of this library are:
Expand Down Expand Up @@ -74,7 +74,7 @@ TENSORBOARD_PORT=6006
NOTIFICATION_LEVEL=DEBUG
```

2. Run.
2. Run (about 30 seconds (I'm working on acceleration)).
```bash
adelecv_dashboard --envfile .env
```
Expand Down

0 comments on commit 34b1635

Please sign in to comment.