Skip to content

Commit

Permalink
configs | cleanup - remove/rename redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafa1728 committed Jun 2, 2021
1 parent f249c96 commit a4e2436
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 185 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Notebook added to show demo and verify working correctly:

Instructions to run:
~~~
python3 main_lightning.py --cfg configs/train_epic_RGB.yml
python3 test_models_lightning.py --cfg configs/test_epic_RGB.yml
python3 main.py --cfg configs/train_epic_RGB.yaml
python3 test.py --cfg configs/test_epic_RGB.yaml --ckpt <model.pth.tar>
~~~


Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
182 changes: 0 additions & 182 deletions script_test_ta3n_lightning.sh

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion utils/model_init.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

from models_lightning import VideoModel
from model import VideoModel

import torch
import torch.backends.cudnn as cudnn
Expand Down

0 comments on commit a4e2436

Please sign in to comment.