Skip to content

Commit

Permalink
Update train.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitchef authored Jul 9, 2024
1 parent 82da5ac commit 2f95ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
##################################################################
############### Dataloader for train and test data ###############
##################################################################
all_classes = ['real','fake']
all_classes = ['notcl','tcl']
class_assgn = {c: i for i, c in enumerate(all_classes)}

dataseta = datasetLoader(args.csvPath, args.datasetPath, args.method, train_test='train', c2i=class_assgn)
Expand Down

0 comments on commit 2f95ca9

Please sign in to comment.