Skip to content
Snippets Groups Projects
Commit 5af56259 authored by Engin Eren's avatar Engin Eren
Browse files

typoo for critic

parent 61830702
No related branches found
No related tags found
1 merge request!43crit peter
Pipeline #4224807 passed
...@@ -274,7 +274,7 @@ def run(args): ...@@ -274,7 +274,7 @@ def run(args):
## HCAL Generator and critic ## HCAL Generator and critic
mCrit = CriticEMB(args.ndf, emb_size=64).to(device) mCrit = CriticEMB(args.ndf, size_embed=64).to(device)
mGen = Hcal_ecalEMB(args.ngf, 32, args.nz, emb_size=32).to(device) mGen = Hcal_ecalEMB(args.ngf, 32, args.nz, emb_size=32).to(device)
## ECAL GENERATOR ## ECAL GENERATOR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment