Skip to content

Commit

Permalink
Merge pull request liuzhuang13#27 from taineleau/master
Browse files Browse the repository at this point in the history
clean up
  • Loading branch information
liuzhuang13 authored Jul 28, 2017
2 parents d2a1d65 + 0ff78ec commit a1faf1a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions models/DenseConnectLayer.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
require 'nn'
require 'cudnn'
require 'cunn'
local nninit = require 'nninit'


local function ShareGradInput(module, key)
Expand Down Expand Up @@ -147,4 +146,4 @@ function DenseConnectLayerCustom:__tostring__()
str = str .. line .. tab .. last .. '{output}'
str = str .. line .. '}'
return str
end
end

0 comments on commit a1faf1a

Please sign in to comment.