Skip to content

Commit

Permalink
Remove nn.FastLSTM.usenngraph = true
Browse files Browse the repository at this point in the history
Broken (see Element-Research/rnn#172).
Irrelevant with #46.
  • Loading branch information
Kaixhin authored Aug 6, 2016
1 parent d2ebc06 commit 1e48018
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Model.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ require 'dpnn' -- Adds gradParamClip method
require 'modules/GuidedReLU'
require 'modules/DeconvnetReLU'
require 'modules/GradientRescale'
--nn.FastLSTM.usenngraph = true -- Use faster FastLSTM TODO: Re-enable once nngraph #109 is resolved

local Model = classic.class('Model')

Expand Down

0 comments on commit 1e48018

Please sign in to comment.