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
MambaVision_pytorch
Commits
b1ce2942
Commit
b1ce2942
authored
Oct 17, 2024
by
luopl
Browse files
Update multidcu_validate.sh
parent
dd9dddf2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
mambavision/multidcu_validate.sh
mambavision/multidcu_validate.sh
+2
-2
No files found.
mambavision/multidcu_validate.sh
View file @
b1ce2942
...
@@ -3,5 +3,5 @@ DATA_PATH="/ImageNet/val"
...
@@ -3,5 +3,5 @@ DATA_PATH="/ImageNet/val"
BS
=
128
BS
=
128
checkpoint
=
'/model_weights/mambavision_tiny_1k.pth.tar'
checkpoint
=
'/model_weights/mambavision_tiny_1k.pth.tar'
python validate.py
--model
mamba_vision_T
--checkpoint
=
$checkpoint
--data_dir
=
$DATA_PATH
--batch-size
$BS
--input-size
3 224 224
\
python validate.py
--model
mamba_vision_T
--checkpoint
=
$checkpoint
--data-dir
=
$DATA_PATH
--batch-size
$BS
--input-size
3 224 224
\
--num-gpu
2
--num-gpu
2
\ No newline at end of file
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