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

Tham notifications at github.com
Wed Aug 10 03:41:56 EDT 2016


> +  concatLayer0.Backward(d1, error, d2);
> +  arma::cube backout0 = arma::ones(5, 5, 3) * 2;
> +  Test(convLayer0.Delta(), backout0);
> +  arma::cube backout1 = arma::ones(5, 5, 3) * 6;
> +  Test(convLayer1.Delta(), backout1);
> +
> +  //! todo: Gradient update test for ConcatLayer.
> +}
> +
> +
> +BOOST_AUTO_TEST_CASE(SampleInceptionLayerTest)
> +{
> +  SampleInceptionNetwork();
> +  SmallNetworkTest();
> +  ConvLayerTest();
> +  ConcatLayerTest();

Maybe you can consider put these test cases in different test case, like

```
BOOST_AUTO_TEST_CASE(SampleInceptionNetworkTest)
{
}
```

This way the error messages of test case should be better

---
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#r74198713
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160810/68d8f4f9/attachment.html>


More information about the mlpack-git mailing list