Skip to content

Commit

Permalink
Clarify the batch-size defination
Browse files Browse the repository at this point in the history
  • Loading branch information
wymanCV authored Feb 25, 2023
1 parent adfdd76 commit 3775d86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ The well-trained models are available at this [link](https://portland-my.sharepo
| KITTI | City | |COCO|V-16 | 22.6 |46.6 |20.0 |kitti_to_city_vgg16_46.45_mAP.pth|

## 🔥 Get start
NOTE: In the code comments, there is a small correction about batchsize: IMS_PER_BATACH=4 indicates 4 images per domain.

Train the model from the scratch with the default setting (batchsize = 4):
```
python tools/train_net_da.py \
Expand Down

0 comments on commit 3775d86

Please sign in to comment.