Spaces:
Runtime error
Runtime error
Jihwan Park
commited on
Commit
•
b5fd524
1
Parent(s):
eaeddbd
Update README.md
Browse files
README.md
CHANGED
@@ -102,7 +102,7 @@ VCOCO
|
|
102 |
```
|
103 |
python -m torch.distributed.launch \
|
104 |
--nproc_per_node=8 \
|
105 |
-
--use_env
|
106 |
--batch_size 2 \
|
107 |
--HOIDet \
|
108 |
--path_id 0 \
|
@@ -127,4 +127,4 @@ python -m torch.distributed.launch \
|
|
127 |
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
|
128 |
year={2022}
|
129 |
}
|
130 |
-
```
|
|
|
102 |
```
|
103 |
python -m torch.distributed.launch \
|
104 |
--nproc_per_node=8 \
|
105 |
+
--use_env main.py \
|
106 |
--batch_size 2 \
|
107 |
--HOIDet \
|
108 |
--path_id 0 \
|
|
|
127 |
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
|
128 |
year={2022}
|
129 |
}
|
130 |
+
```
|