Casey Li
Casey Li
EDIT: sorry, I see the issue is with respect to an **inline** admin view, not a regular one. Still, I will leave this comment in case it helps others. ------...
Ran into this today. Heads up that `babel-preset-react-native` is deprecated (see https://www.npmjs.com/package/babel-preset-react-native). If you've replaced it with `metro-react-native-babel-preset` and changed your `.babelrc`, you need to specify your asset extensions in...
Wow! Thanks so much for the super detailed and quick reply here. I just have one followup: > What we do instead is reduce the number of channels, to either...
Ah ok, I think I get it. So in (for example) `l2` in P4CNN we have 10 G-channels consisting of 4 planar channels each, which is more than the original...
Hi again Dr. Cohen - I've been trying to reproduce your `P4CNN.py` in Tensorflow on MNIST_rot by defining the network as follows, but I'm only getting max 85% test accuracy...
@Ning0Luo unfortunately all my changes above were tested against Python 3.6.7, and I'm not sure what specific versions of the necessary packages you're using. I suspect you just need to...
FWIW, I ran into this error as well and it can be resolved with a pretty simple change. I assume at some point between 2016 and now the cupy CArray.shape()...
> Hi, I came across the same issue when I run > `$ nosetests -v` > The error thrown out is : > `Failure: CompileException (/tmp/tmpwWc9HY/kern.cu(14): error: a value of...
Still an issue. For some reason my dots would only appear after I added `isAnimationActive={false}` to the `` component. YMMV, no idea why. (edit: ah I notice this is mentioned...
Just encountered today, Chrome + OSX. Any idea what's going on?