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
OpenDAS
dcnv3
Commits
67ec7188
Unverified
Commit
67ec7188
authored
Jan 06, 2025
by
Dr. Artificial曾小健
Committed by
GitHub
Jan 06, 2025
Browse files
Delete meaningless dot (#311)
Delete meaningless dot
parent
ac5ed37f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
classification/README.md
classification/README.md
+2
-2
No files found.
classification/README.md
View file @
67ec7188
...
...
@@ -7,7 +7,7 @@ This folder contains the implementation of the InternImage for image classificat
*
[
Data Preparation
](
#data-preparation
)
*
[
Evaluation
](
#evaluation
)
*
[
Training from Scratch on ImageNet-1K
](
#training-from-scratch-on-imagenet-1k
)
*
[
Manage Jobs with Slurm
.
](
#manage-jobs-with-slurm
)
*
[
Manage Jobs with Slurm
](
#manage-jobs-with-slurm
)
*
[
Training with Deepspeed
](
#training-with-deepspeed
)
*
[
Extracting Intermediate Features
](
#extracting-intermediate-features
)
*
[
Export
](
#export
)
...
...
@@ -165,7 +165,7 @@ python -m torch.distributed.launch --nproc_per_node <num-of-gpus-to-use> --maste
--cfg
<config-file>
--data-path
<imagenet-path>
[
--batch-size
<batch-size-per-gpu>
--output
<output-directory>
--tag
<job-tag>]
```
### Manage Jobs with Slurm
.
### Manage Jobs with Slurm
For example, to train
`InternImage`
with 8 GPU on a single node for 300 epochs, run:
...
...
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