Dylan

Results 4 issues of Dylan

Hi. Can you help me to fix this problem. I have tried to run validate.py with AlexNet. thanks! Caused by op u'fc8/biases/read', defined at: File "./validate.py", line 102, in main()...

Hi. As the title. I wonder can we make the simulation with datawidth=1byte (8bits). such as 8-bit fixed-point. and system_bus =32 or 64 bits?

I followed https://github.com/intel/caffe/wiki/Install-Intel-Caffe to build intel-caffe. Using `gcc (Ubuntu 5.4.0-6ubuntu1~16.04.11) 5.4.0 20160609` Command line: `cd caffe` `scripts/prepare_env.sh --compiler gcc` I got the error: `CXX examples/cpp_classification/classification.cpp` `AR -o .build_release/lib/libcaffe.a` `LD -o...

The zero property of multiplication states that the product of any number and zero is always zero. However, in the implementation: zero = zero1&zero2; In my opinion, it should be:...