Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksanderWWW committed Aug 8, 2023
1 parent 474a2c5 commit 678a7f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Neptune - Detectron2 integration

Experiment tracking, dataset and model versioning, and live model monitoring for Dectectron2 trained models.
Experiment tracking, dataset and model versioning, and live model monitoring for Detectron2 trained models.

## What will you get with this integration?

Expand Down Expand Up @@ -31,7 +31,7 @@ In the following example, we set the Trainer to save model checkpoints every 10t

```python
neptune_run = neptune.init_run(
project="workspace-name/project-name",
project="workspace-name/project-name",
name="My detectron2 run",
tags = ["validation"],
capture_stdout=False,
Expand Down

0 comments on commit 678a7f7

Please sign in to comment.