Chiyuan Zhang

Results 124 comments of Chiyuan Zhang

`scale` and `mean` can be mapped to `DataTransformer`s in Mocha. Caffe specifies everything together, but technically they cannot happen "together". For example, caffe subtract the mean first, and then do...

@waTeim That is brilliant! I'm not sure why do you need to decide the input blob dims? I'm not sure whether Caffe model stored this information somewhere. They will be...

@lelayf We have a deconv layer but that is currently only implemented for CPU backend, so I have not merged it into master yet. But we did not have a...

@philtomson I have pushed an implementation in the deconv branch, which added de conv support in convolution layer. You can have a look at that. In de convolution, nfilter also...

@JobJob Thanks for the pointer! I was not aware of this package. Yes, it's good to keep this in mind, and maybe make use of this in the future if...

Please replace the words used in demo with more appropriate ones.

Unfortunately, I currently don't have time to learn the python 3 native extension API and adopt the changes. Maybe one possible workaround is to try out an earlier branch that...

I'm having the same issue. How can I install the workaround?

@gerardroche Thanks a lot! This workaround seem to be good enough for me for now!

It is funny that I never remembered the shortcut for REDO in VIM, so whenever I try to undo and it undid a huge chunk of my code, I try...