-
Hi!
First of all thank you for this great library! :-)
I've got a fairly small model (18 layers) for real-time applications, basically mainly consisting of 5 blocks of Conv2D/ReLu/MaxPool2D, and i…
-
-k sgf -g 2
i7-7700K
RX 480
-
Hello,
Thanks for contributing this awesome piece of software to the opensource world!
I have one question regarding the convolution inference functionality.
I've seen in many places the use of …
-
It will concat the output tensor names and results in a nonsense tensor name.
> Traceback (most recent call last):
> File "/home/ANT.AMAZON.COM/chanchaz/workspace/snpe/mace/bazel-bin/mace/python…
-
@Maratyszcza can you give me some hint about: in which cases nnpack may have a better performance compared with im2col+sgemm using openblas/eigen on armv7 cpu? I also got the similar result as [@conan…
-
Hi,
Thanks a lot for your welcome contribution of a winograd fprop step for the Xeon Phi.
I successfully incorporated your code width some minor tweaks to avoid the mkl dependency.
Now I'm trying…
ghost updated
7 years ago
-
When I run a piece of code from this repo:https://github.com/mikesj-public/dcgan-autoencoder
I'm trying to run this repo on AWS with theano 0.9 with cuda 8 and cudnn 7
I got bunch of exception like …
-
Hi,
First of all, this is an amazing effort. I am using this library for my research where I am investigating the micro-architectural bottlenecks for DNN applications on CPUs. This will lead to ideas…
-
Based on https://github.com/tensorflow/tensorflow/issues/7065#issuecomment-276648478
Recent update of [Benchmarking State-of-the-Art Deep Learning Software Tools](https://arxiv.org/abs/1608.07249) …
Randl updated
7 years ago
-
Hi there,
I am currently trying to implement winograd convolution in python. I wrote a small test program to check if the results I get are correct, but there are large deviations:
```
import n…