Skip to content

Commit

Permalink
Commented type().
Browse files Browse the repository at this point in the history
  • Loading branch information
Sagar M Waghmare authored and Sagar M Waghmare committed Mar 14, 2016
1 parent b1f9553 commit 1a90bf2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions FireModule.lua
Expand Up @@ -32,6 +32,13 @@ function FireModule:__init(nInputPlane, s1x1, e1x1, e3x3, activation)
Parent.__init(self, self.module)
end
--[[
function FireModule:type(type, tensorCache)
assert(type, 'Module: must provide a type to convert to')
self.module = nn.utils.recursiveType(self.module, type, tensorCache)
end
--]]
function FireModule:__tostring__()
return string.format('%s inputPlanes: %d -> Squeeze Planes: %d -> '..
'Expand: %d(1x1) + %d(3x3), activation: %s',
Expand Down

0 comments on commit 1a90bf2

Please sign in to comment.