[mlpack-git] [mlpack/mlpack] Inception layer (#757)

Nilay Jain notifications at github.com
Sun Aug 14 08:07:45 EDT 2016


> +#include <mlpack/methods/ann/init_rules/random_init.hpp>
> +#include <mlpack/methods/ann/cnn.hpp>
> +
> +#include <boost/test/unit_test.hpp>
> +#include "test_tools.hpp"
> +
> +using namespace mlpack;
> +using namespace mlpack::ann;
> +using namespace mlpack::optimization;
> +
> +
> +BOOST_AUTO_TEST_SUITE(InceptionLayerTest);
> +
> +void Test(arma::mat m1, arma::mat m2)
> +{
> +  for (size_t i = 0; i < m1.n_cols; ++i)

I am comparing all columns of m1 with all columns of m2. Is this incorrect?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/pull/757/files/06d923321f246f2c6ead9ad56e99309fe24a6f5c#r74700627
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160814/386cc4f1/attachment.html>


More information about the mlpack-git mailing list