Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
johndpope committed Aug 28, 2024
2 parents 2e34d71 + 9009dea commit 4f1be76
Show file tree
Hide file tree
Showing 20 changed files with 1,557 additions and 1,052 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,8 @@ jobs:
runs-on: self-hosted

steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run tests
run: python -m unittest discover tests
run: python test.py
working-directory: /media/oem/12TB/IMF


1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ recon_epoch_1.png
*.png
__pycache__/vit.cpython-311.pyc
__pycache__/helper.cpython-311.pyc
actions-runner/*
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ The frame_skip in VideoDataset - is only at 1.




**xformers + cuda **
https://github.com/facebookresearch/xformers

Expand Down
Binary file added __pycache__/framedecoder.cpython-311.pyc
Binary file not shown.
Binary file added __pycache__/helper.cpython-311.pyc
Binary file not shown.
Binary file added __pycache__/vit_mlgffn.cpython-311.pyc
Binary file not shown.
182 changes: 0 additions & 182 deletions common.py

This file was deleted.

76 changes: 0 additions & 76 deletions crossattention.py

This file was deleted.

Loading

0 comments on commit 4f1be76

Please sign in to comment.