James Chen

Results 5 comments of James Chen

Can you send me the image that generates the error, if possible. Thanks!

I've contacted you via email. Can you send me the image that causes the error? Thank you.

I think it's an `matplotlib` error. Update to the latest version of the project and not plotting will fix this error. Please let me know if this works, if possible....

I think it's simply the method of the actual implementation. This project is simply a rough guide of how RAISR works. So, without unrolling loop, parallelizing, etc. PyCUDA may be...

+1 In my case, `deserializeUser` is never called. So the user object is not attached to `req.user`. Adding the `passport` policy for `UserController` in `config/policies.js` will invoke `deserializeUser`, and the...