Skip to content
Snippets Groups Projects
Commit 0f71ab1d authored by Olivier BICHLER's avatar Olivier BICHLER
Browse files

Removed unused references to removed attributes

parent 81d562fa
No related branches found
No related tags found
1 merge request!14version 0.1.1
......@@ -149,9 +149,6 @@ class ConvCPP(ExportNode):
# Use PaddedConv to add padding attribute
self.padding = [0, 0]
self.nb_channels = node.get_operator().get_attr("InChannels")
self.nb_outputs = node.get_operator().get_attr("OutChannels")
if len(self.inputs_dims[0]) == 4:
# if dims == [batch, nb_channels, height, width]
# transform to [nb_channels, height, width]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment