Skip to content

Commit

Permalink
Merge pull request #46 from Grutschus/paper-visualization
Browse files Browse the repository at this point in the history
Paper visualization
  • Loading branch information
Grutschus committed Jan 8, 2024
2 parents 28764b5 + c167e30 commit 52d2b6b
Show file tree
Hide file tree
Showing 9 changed files with 2,188 additions and 59 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,4 @@ cython_debug/
slurm-*.out
/experiments
/model_tests
/diagrams
6 changes: 6 additions & 0 deletions diagrams.dvc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
outs:
- md5: 4b5c4d731c1f713db2248c1667716ec8.dir
size: 609116
nfiles: 8
hash: md5
path: diagrams
2 changes: 2 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dependencies:
- pandas>=2.1
- openpyxl>=3.0
- scikit-learn>=1.3
- seaborn >= 0.12

- pip:
# code-checks
Expand All @@ -30,5 +31,6 @@ dependencies:
- pandas-stubs>=2.1
- ffmpeg-python>=0.2
- tensorboard>=2.15
- tbparse >=0.0
- torch-tb-profiler>=0.4
- moviepy>=1.0
3 changes: 3 additions & 0 deletions notebooks/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/predictions.pkl
/tb_event_reader.pkl
/result_data
173 changes: 114 additions & 59 deletions notebooks/dataset_label_analysis.ipynb

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions notebooks/predictions.pkl.dvc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
outs:
- md5: 0a737bd16cabb291c83aac7510441e78
size: 6261785
hash: md5
path: predictions.pkl
2,046 changes: 2,046 additions & 0 deletions notebooks/result_analysis.ipynb

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions notebooks/result_data.dvc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
outs:
- md5: fc1a513206db897593565f7024eba0e1.dir
size: 189619
nfiles: 8
hash: md5
path: result_data
5 changes: 5 additions & 0 deletions notebooks/tb_event_reader.pkl.dvc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
outs:
- md5: 948937e2cf861992f237e826454352d5
size: 8391171
hash: md5
path: tb_event_reader.pkl

0 comments on commit 52d2b6b

Please sign in to comment.