New Model running

This commit is contained in:
Si11ium
2020-06-23 14:37:33 +02:00
parent aea34de964
commit 53aa11521d
4 changed files with 39 additions and 3 deletions

View File

@ -52,7 +52,7 @@ class ModelParameters(Namespace, Mapping):
if name == 'stretch':
return False
else:
raise AttributeError(e)
return None
_activations = dict(
leaky_relu=nn.LeakyReLU,