Skip to content
This repository was archived by the owner on Jun 22, 2022. It is now read-only.

Commit 762db62

Browse files
author
Kamil A. Kaczmarek
authored
Update README.md
1 parent 7e30356 commit 762db62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@ pip3 install -r requirements.txt
3434
```
3535

3636
2. Register to the [neptune.ml](https://neptune.ml/login) _(if you wish to use it)_
37-
3. Run experiment:
37+
3. Train RetinaNet:
3838

3939
:trident:
4040
```bash
41-
neptune run will appear here soon :)
41+
neptune run main.py train --pipeline_name retinanet
4242
```
4343

4444
:snake:
4545
```bash
46-
python command will appear here soon :)
46+
python main.py train --pipeline_name retinanet
4747
```
4848

4949
## Get involved

0 commit comments

Comments
 (0)