Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
HDETR_pytorch
Commits
84b97851
Commit
84b97851
authored
Dec 01, 2023
by
chenych
Browse files
First commit
parents
Pipeline
#656
failed with stages
in 0 seconds
Changes
122
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
val.sh
val.sh
+7
-0
val_multi.sh
val_multi.sh
+10
-0
No files found.
val.sh
0 → 100644
View file @
84b97851
#!/usr/bin/env bash
# coco_path是训练数据集地址,数据是coco format
sh <config path>
\
--coco_path
<coco path>
\
--resume
<checkpoint path>
\
--eval
val_multi.sh
0 → 100644
View file @
84b97851
#!/usr/bin/env bash
export
HIP_VISIBLE_DEVICES
=
0,1,2,3
# 自行修改为训练的卡号和数量
export
HSA_FORCE_FINE_GRAIN_PCIE
=
1
export
USE_MIOPEN_BATCHNORM
=
1
# coco_path是训练数据集地址,数据是coco format
GPUS_PER_NODE
=
4 ./tools/run_dist_launch.sh 4 <config path>
\
--coco_path
<coco path>
\
--resume
<checkpoint path>
\
--eval
Prev
1
…
3
4
5
6
7
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment