We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8cc0e7 commit 4510fa6Copy full SHA for 4510fa6
keras_sequential_ascii/main.py
@@ -62,7 +62,7 @@ def print_layers(jsonized_layers, sparser=False, simplify=False, header=True):
62
63
print(data_template.format(
64
activation="Input",
65
- shape=jsonized_layers[0]["input_shape"],
+ shape=" ".join([str(x) forxinjsonized_layers[0]["input_shape"]]),
66
# length=product(jsonized_layers[0]["output_shape"])
67
))
68
@@ -83,7 +83,7 @@ def print_layers(jsonized_layers, sparser=False, simplify=False, header=True):
83
84
85
activation=each["activation"] if each["activation"] != "linear" else "",
86
- shape=each["output_shape"],
+ shape=" ".join([str(x) forxineach["output_shape"]]),
87
# length=product(each["output_shape"])
88
89
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments