Skip to content

Commit

Permalink
Add example shell script.
Browse files Browse the repository at this point in the history
  • Loading branch information
ckyleda committed Dec 12, 2023
1 parent 114272e commit 213dc6d
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.idea/
venv
*.pt
*.pt
Binary file removed ComplexityNet/__pycache__/__init__.cpython-38.pyc
Binary file not shown.
Binary file removed ComplexityNet/__pycache__/__init__.cpython-39.pyc
Binary file not shown.
Binary file not shown.
Binary file removed ComplexityNet/__pycache__/dataset.cpython-38.pyc
Binary file not shown.
Binary file removed ComplexityNet/__pycache__/evaluate.cpython-38.pyc
Binary file not shown.
Binary file removed ComplexityNet/__pycache__/evaluate.cpython-39.pyc
Binary file not shown.
Binary file not shown.
4 changes: 4 additions & 0 deletions example_run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

python3 run.py --model model/complexity_net.pt --directory samples/ --output output

0 comments on commit 213dc6d

Please sign in to comment.