Skip to content

Commit

Permalink
ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfarhangi committed May 21, 2022
1 parent 9d2a4fe commit 1e722a8
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 1 deletion.
Binary file modified data/__pycache__/dataloader.cpython-38.pyc
Binary file not shown.
1 change: 1 addition & 0 deletions data/dataloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
import warnings
warnings.filterwarnings('ignore')
import sklearn
from sklearn.preprocessing import LabelEncoder
from sklearn.model_selection import train_test_split
from sklearn.metrics import confusion_matrix,classification_report
from collections import defaultdict
Expand Down
4 changes: 3 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
from src import utils
from data import dataloader
from src import metric,model,plot,trainer
from src.model import Protoformer



def run():
Expand All @@ -17,4 +19,4 @@ def run():
model.evaluate()

if __name__ == '__main__':
run()
run()
Binary file modified src/__pycache__/metric.cpython-38.pyc
Binary file not shown.
Binary file modified src/__pycache__/model.cpython-38.pyc
Binary file not shown.
Binary file modified src/__pycache__/utils.cpython-38.pyc
Binary file not shown.

0 comments on commit 1e722a8

Please sign in to comment.