You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
thanks for sharing your excellent work, and there is a problem when i run main.py:
File "main.py", line 107, in
args.current_hash = subprocess.check_output(["git", "rev-parse", "HEAD"]).rstrip()
subprocess.CalledProcessError: Command '['git', 'rev-parse', 'HEAD']' returned non-zero exit status 128.
/root/ISINet-main/temp_consistency_module/run.sh: line 2: --inference: command not found
/root/ISINet-main/temp_consistency_module/run.sh: line 3: --model: command not found
/root/ISINet-main/temp_consistency_module/run.sh: line 4: --batch_size: command not found
/root/ISINet-main/temp_consistency_module/run.sh: line 5: --number_workers: command not found
/root/ISINet-main/temp_consistency_module/run.sh: line 21: --num-classes: command not found
How can i solve it?
Thank you!
The text was updated successfully, but these errors were encountered:
Hi,
thanks for sharing your excellent work, and there is a problem when i run main.py:
File "main.py", line 107, in
args.current_hash = subprocess.check_output(["git", "rev-parse", "HEAD"]).rstrip()
subprocess.CalledProcessError: Command '['git', 'rev-parse', 'HEAD']' returned non-zero exit status 128.
/root/ISINet-main/temp_consistency_module/run.sh: line 2: --inference: command not found
/root/ISINet-main/temp_consistency_module/run.sh: line 3: --model: command not found
/root/ISINet-main/temp_consistency_module/run.sh: line 4: --batch_size: command not found
/root/ISINet-main/temp_consistency_module/run.sh: line 5: --number_workers: command not found
/root/ISINet-main/temp_consistency_module/run.sh: line 21: --num-classes: command not found
How can i solve it?
Thank you!
The text was updated successfully, but these errors were encountered: