Dai Yan
Dai Yan
Hi, I am trying to figure out NNPACK API usage. - for convolution with stride = 1, I should use compute_convolution_output. - for convolution with stride >= 2, I should...
Hi, @Maratyszcza I want to support NNPACK for Intel SNB and IVB platform. I hope to reuse your current PeachPy kernel and use Macros in kernels as the following. `#if...
Such Issues are in your RBM different implementation. [python version] self.W += lr \* (numpy.dot(self.input.T, ph_sample) - numpy.dot(nv_samples.T, nh_means)) [C++ version] W[i][j] += lr \* (ph_mean[i] \* input[j] - nh_means[i]...
Hello, I am trying to follow your tutorial to build tensorflow with in branch dev/intel_gpu. Then I run one minimal testcases in tensorflow and it shows the following errors. Could...