Skip to content

Commit

Permalink
Update deepfake_detection_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vishal3477 authored Jul 24, 2021
1 parent aa67fa0 commit 36646ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepfake_detection_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
test_loader = torch.utils.data.DataLoader(test_set,batch_size=32,shuffle =True, num_workers=1)


model=fen.DnCNN().to(device)
model=fen.DnCNN(num_layers=31).to(device)

model_params = list(model.parameters())
optimizer = torch.optim.Adam(model_params, lr=opt.lr)
Expand Down

0 comments on commit 36646ac

Please sign in to comment.