Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lvyiwei1 committed Oct 19, 2021
1 parent 09a2219 commit b1b71f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/multimedia/avmnist_simple_late_fusion.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

fusion=Concat().cuda()

train(encoders,fusion,head,traindata,validdata,3,optimtype=torch.optim.SGD,lr=0.1,weight_decay=0.0001)
train(encoders,fusion,head,traindata,validdata,30,optimtype=torch.optim.SGD,lr=0.1,weight_decay=0.0001)

print("Testing:")
model=torch.load('best.pt').cuda()
Expand Down

0 comments on commit b1b71f4

Please sign in to comment.