Vincent Chong

Results 7 issues of Vincent Chong

Hi, thanks for sharing your file. For below code extracted from your [file](https://github.com/AdalbertoCq/Deep-Learning-Specialization-Coursera/blob/master/Convolutional%20Neural%20Networks/week1/convolution_model.py), I propose changes below ``` a_prev_pad = A_prev[i] # Select ith training example's padded activation #your original...

Hi, Thanks for sharing your code. I wish to try it on STM board. May I know 165ms@400MHz is on NUCLEO board with single or dual M7 core? Thanks.

Hi @frotms , @mttbx, @MenSanYan, Based on your [mobilenet_v3.py](https://github.com/frotms/MobilenetV3-Tensorflow/blob/master/mobilenet_v3.py), I added training code below but I cannot reduce training loss from 6.9. Do you have sample training code and its...

error CL/opencl.h: No such file or directory solution ``` file: papaa-opencl-master/opencl-src/alexnet-altera/Makefile INC_DIRS += /home/ubuntu/altera/16.0/hld/host/include ```

hi @gplhegde debugging error below, maybe I miss some part [test_fc_layer.cpp](https://github.com/gplhegde/papaa-opencl/blob/master/opencl-src/alexnet-altera/host/src/test_fc_layer.cpp) error location line 68 ` status = clSetKernelArg(kernel, argi++, sizeof(int), &fc.bot_shape->x); ` log ``` Initializing OpenCL Platform: Altera SDK...

Hi @prashantrar @gplhegde found error below 94:10: fatal error: '../host/inc/matrixMult.h' file not found #include "../host/inc/matrixMult.h" when I compile as follow papaa-opencl-master/opencl-src/alexnet-altera source compile_gemm.sh matrixMult.h called from file below and not...