We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bcdb5d commit 9587276Copy full SHA for 9587276
README.md
@@ -42,7 +42,7 @@ python scripts/main.py --root PATH_TO_DATAROOT \
42
--transforms random_flip\
43
--optim sgd --lr 0.02\
44
--stepsize 25 50\
45
- --staged-lr --height 384 --width 192\
+ --staged-lr --height 384 --width 128\
46
--batch-size 32 --base-lr-mult 0.5
47
```
48
## To train PVPM
torchreid/losses/hard_mine_triplet_loss.py
@@ -4,7 +4,7 @@
4
import torch
5
import torch.nn as nn
6
import numpy as np
7
-import miosqp
+# import miosqp
8
9
class TripletLoss(nn.Module):
10
"""Triplet loss with hard positive/negative mining.
0 commit comments