Narrow hyperparams
This commit is contained in:
parent
6c2a20c73b
commit
cb8a791477
2 changed files with 85 additions and 251 deletions
|
|
@ -15,13 +15,13 @@ MODELS = {
|
|||
# "v1": v1,
|
||||
"SimpleCNN": SimpleCNN,
|
||||
"Residual": Residual,
|
||||
"NormalisedCNN": NormalisedCNN,
|
||||
"SmartRes": SmartRes,
|
||||
# "NormalisedCNN": NormalisedCNN,
|
||||
# "SmartRes": SmartRes,
|
||||
# "AttentionNet": AttentionNet,
|
||||
"attention2": EnhancedAestheticHistogramNet,
|
||||
"advanced_attention": advanced_attention,
|
||||
"Res2": Res2,
|
||||
"attention1": PhotoEnhanceNetAdvanced,
|
||||
# "attention2": EnhancedAestheticHistogramNet,
|
||||
# "advanced_attention": advanced_attention,
|
||||
# "Res2": Res2,
|
||||
# "attention1": PhotoEnhanceNetAdvanced,
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue