Sense-X / UniFormer

[ICLR2022] official implementation of UniFormer
Apache License 2.0
812 stars 111 forks source link

What are these "tools/submit.py" and "tools/summit.py" for ? #129

Open Dev-ori opened 7 months ago

Dev-ori commented 7 months ago

Hi , When i try to run the "uniformer_b32x4_k600", could find that provided script file "run.sh" contains "python tools/submit.py" BUT there is no files name like it in the 'tools' directory and only 'summit' is exists.

is this just a simple miss typo?

for run this b32x4_k600, can i just change the script file to 'run_net.py' as other scripts files?

Andy1621 commented 7 months ago

Hi! Sorry for the late response. It is actually a simple typo.

You can just change the script files if you have enough GPU memory! Or you can follow UniFormerV2 to simply change the code for multiple nodes.