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
5933c0c5
Commit
5933c0c5
authored
Jul 23, 2021
by
lr119628
Browse files
[update] removed unsued attributes of DataClass
parent
cdb5225f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/resources/templates/gluon/CNNNet.ftl
View file @
5933c0c5
...
@@ -579,8 +579,6 @@ class DataClass():
...
@@ -579,8 +579,6 @@ class DataClass():
self.op_names = [] # list that holds the name of the added operations
self.op_names = [] # list that holds the name of the added operations
self.candidate_complexities =
{}
self.candidate_complexities =
{}
self.name_ = 'Net_$
{
networkInstruction
?
index
}
'
self.name_ = 'Net_$
{
networkInstruction
?
index
}
'
self.output = None # insert here the custom block
self.out_op = None
self.AdaNet = True
self.AdaNet = True
self.Builder = Builder
self.Builder = Builder
self.CandidateHull = CandidateHull
self.CandidateHull = CandidateHull
...
...
Write
Preview
Supports
Markdown
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