Skip to content

Commit

Permalink
edit README
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketFlash committed Jul 1, 2020
1 parent 369b4ae commit 21fd6d9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 16 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,12 @@ git clone git@github.com:RocketFlash/EmbeddingNet.git
Requirements could be installed using the following command:

```bash
$ pip3 install -r requirements.txt
$ pip install -r requirements.txt
```

To use **wandb** install it with:
```bash
$ pip install wandb
```

# Train
Expand Down
2 changes: 1 addition & 1 deletion configs/road_signs_apollo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ GENERAL:
project_name : 'road_signs_efnb1'
work_dir : 'work_dirs/'
tensorboard_callback: False
wandb_callback: True
wandb_callback: False
14 changes: 0 additions & 14 deletions tools/get_classification_model.py

This file was deleted.

0 comments on commit 21fd6d9

Please sign in to comment.