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
78faa3e0
Commit
78faa3e0
authored
Jul 28, 2021
by
lr119628
Browse files
[update] test pass fix
parent
59531cb3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/resources/templates/gluon/CNNNet.ftl
View file @
78faa3e0
...
...
@@ -597,7 +597,6 @@ class EpisodicSubNet_${elements?index}(gluon.HybridBlock):
<#if elements?index == 0 >
def __init__(self, data_mean=None, data_std=None, mx_context=None, **kwargs):
super(EpisodicSubNet_${elements?index}, self).__init__(**kwargs)
self.AdaNet=False
with self.name_scope():
${tc.include(networkInstruction.body, elements?index, "ARCHITECTURE_DEFINITION")}
...
...
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