Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
generators
CNNArch2Gluon
Commits
70819612
Commit
70819612
authored
Jul 28, 2021
by
lr119628
Browse files
[update] added new output shape
parent
46f9b810
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/resources/templates/gluon/elements/AdaNet.ftl
View file @
70819612
...
...
@@ -60,7 +60,7 @@ class CandidateHull(gluon.HybridBlock):
<#else>
input_shape = None,
</#if>
model_shape =
<#list Block.outputTypes as type>(${tc.join(type.dimensions, ",")})</#list>
,
model_shape =
${tc.getDefinedOutputDimension()}
,
block_args=None,
**kwargs):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment