mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 09:13:01 +00:00
ai: typo
This commit is contained in:
parent
e4edc68df5
commit
b2a320134e
1 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@ def make_convnext(input_shape, arch_name="convnext_tiny", **kwargs):
|
||||||
)
|
)
|
||||||
layer_out = convnext(layer_in, **depths_dims[arch_name], **kwargs)
|
layer_out = convnext(layer_in, **depths_dims[arch_name], **kwargs)
|
||||||
return tf.keras.Model(
|
return tf.keras.Model(
|
||||||
input = layer_in,
|
inputs = layer_in,
|
||||||
output = layer_out
|
outputs = layer_out
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue