Skip to content

Commit

Permalink
Bugfix Bidirectional layer
Browse files Browse the repository at this point in the history
  • Loading branch information
Thelukepet committed Sep 26, 2023
1 parent 290686a commit cc7219a
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions src/vgsl_model_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,44 +265,44 @@ def get_model_libary() -> dict:
model_library = {
"modelkeras":
("None,64,None,1 Cr3,3,32 Mp2,2,2,2 Cr3,3,64 Mp2,2,2,2 Rc "
"Fl64 D20 Lrs128 D20 Lrs64 D20 O1s92"),
"Fl64 D20 Bl128 D20 Bl64 D20 O1s92"),
"model10":
("None,64,None,1 Cr3,3,24 Bn Mp2,2,2,2 Cr3,3,48 Bn Mp2,2,2,2 "
"Cr3,3,96 Bn Cr3,3,96 Bn Mp2,2,2,2 Rc Grs256 Grs256 Grs256 "
"Grs256 Grs256 O1s92"),
"Cr3,3,96 Bn Cr3,3,96 Bn Mp2,2,2,2 Rc Bg256 Bg256 Bg256 "
"Bg256 Bg256 O1s92"),
"model9":
("None,64,None,1 Cr3,3,24 Bn Mp2,2,2,2 Cr3,3,48 Bn Mp2,2,2,2 "
"Cr3,3,96 Bn Cr3,3,96 Bn Mp2,2,2,2 Rc Lrs256 D20 Lrs256 D20 "
"Lrs256 D20 Lrs256 D20 Lrs256 D20 O1s92"),
"Cr3,3,96 Bn Cr3,3,96 Bn Mp2,2,2,2 Rc Bl256 D20 Bl256 D20 "
"Bl256 D20 Bl256 D20 Bl256 D20 O1s92"),
"model11":
("None,64,None,1 Cr3,3,24 Bn Ap2,2,2,2 Cr3,3,48 Bn Cr3,3,96 Bn"
"Ap2,2,2,2 Cr3,3,96 Bn Ap2,2,2,2 Rc Grs256 Grs256 Grs256 "
"Grs256 Grs256 Fe1024 O1s92"),
"Ap2,2,2,2 Cr3,3,96 Bn Ap2,2,2,2 Rc Bg256 Bg256 Bg256 "
"Bg256 Bg256 Fe1024 O1s92"),
"model12":
("None,64,None,1 Cr1,3,12 Bn Cr3,3,48 Bn Mp2,2,2,2 Cr3,3,96 "
"Cr3,3,96 Bn Mp2,2,2,2 Rc Grs256 Grs256 Grs256 Grs256 Grs256 "
"Cr3,3,96 Bn Mp2,2,2,2 Rc Bg256 Bg256 Bg256 Bg256 Bg256 "
"O1s92"),
"model13":
("None,64,None,1 Cr1,3,12 Bn Cr3,1,24 Bn Mp2,2,2,2 Cr1,3,36 "
"Bn Cr3,1,48 Bn Cr1,3,64 Bn Cr3,1,96 Bn Cr1,3,96 Bn Cr3,1,96 "
"Bn Rc Grs256 Grs256 Grs256 Grs256 Grs256 O1s92"),
"Bn Rc Bg256 Bg256 Bg256 Bg256 Bg256 O1s92"),
"model14":
("None,64,None,1 Ce3,3,24 Bn Mp2,2,2,2 Ce3,3,36 Bn Mp2,2,2,2 "
"Ce3,3,64 Bn Mp2,2,2,2 Ce3,3,96 Bn Ce3,3,128 Bn Rc Grs256 "
"Grs256 Grs256 Grs256 Grs256 O1s92"),
"Ce3,3,64 Bn Mp2,2,2,2 Ce3,3,96 Bn Ce3,3,128 Bn Rc Bg256 "
"Bg256 Bg256 Bg256 Bg256 O1s92"),
"model15":
("None,64,None,1 Ce3,3,8 Bn Mp2,2,2,2 Ce3,3,12 Bn Ce3,3,20 Bn "
"Ce3,3,32 Bn Ce3,3,48 Bn Rc Grs256 Grs256 Grs256 Grs256 "
"Grs256 O1s92"),
"Ce3,3,32 Bn Ce3,3,48 Bn Rc Bg256 Bg256 Bg256 Bg256 "
"Bg256 O1s92"),
"model16":
("None,64,None,1 Ce3,3,8 Bn Mp2,2,2,2 Ce3,3,12 Bn Ce3,3,20 Bn "
"Ce3,3,32 Bn Ce3,3,48 Bn Rc Gfs128 Gfs128 Gfs128 Gfs128 "
"Gfs128 O1s92"),
"model17":
("None,64,None,1 Bn Ce3,3,16 RB3,3,16 RB3,3,16 RBd3,3,32 "
"RB3,3,32 RB3,3,32 RB3,3,32 RB3,3,32 RBd3,3,64 RB3,3,64 "
"RB3,3,64 RB3,3,64 RB3,3,64 RBd3,3,128 RB3,3,128 Rc Lrs128 "
"Lrs128 Lrs128 Lrs128 Lrs128 O1s92")
"RB3,3,64 RB3,3,64 RB3,3,64 RBd3,3,128 RB3,3,128 Rc Gl128 "
"Gl128 Gl128 Gl128 Gl128 O1s92")
}

return model_library
Expand Down

0 comments on commit cc7219a

Please sign in to comment.