Download this file
1 2 3 4 5 6 7
require 'torch' local metrics_package = {} metrics_package.roc = require 'metrics.roc' return metrics_package