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

Tham notifications at github.com
Wed Aug 10 03:00:57 EDT 2016


> @@ -251,6 +269,26 @@ class ConvLayer
>      return std::floor(size + p * 2 - k) / s + 1;
>    }
>  
> +  template<typename eT>
> +  void Pad(const arma::Mat<eT>& input, size_t wPad, size_t hPad, arma::Mat<eT>& output)

I guess we can use the Pad functions of network_utility to replace them

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


More information about the mlpack-git mailing list