Skip to content

Commit

Permalink
removing srl stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
davidBelanger committed Jan 5, 2017
1 parent 8371495 commit a4d220d
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 793 deletions.
4 changes: 0 additions & 4 deletions Imports.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,17 @@ package.path = package.path .. ';evaluate/?.lua'
require 'Evaluator'
require 'HammingEvaluator'
require 'MultiLabelEvaluation'
require 'SRLEvaluator'
require 'PSNREvaluator'


package.path = package.path .. ';batch/?.lua'
require 'BatcherFromFactory'
require 'BatcherFromFile'
require 'SRLBatcher'

package.path = package.path .. ';train/?.lua'
require 'Train'
require 'Independent'
require 'SSVM'
require 'InstanceWeightedNLL'
require 'TrainingWrappers'

package.path = package.path .. ';infer1d/?.lua'
Expand All @@ -60,7 +57,6 @@ require 'Inference1DUtil'
package.path = package.path .. ';model/?.lua'
require 'ChainSPEN'
require 'MLCSPEN'
require 'SRLSPEN'
require 'DepthSPEN'

package.path = package.path .. ';infer/?.lua'
Expand Down
330 changes: 0 additions & 330 deletions batch/SRLBatcher.lua

This file was deleted.

Loading

0 comments on commit a4d220d

Please sign in to comment.