Ryan Louie

Results 9 comments of Ryan Louie

I have a similar need, since I want the preview to follow where the user scrolls the page view in my app. I might have an idea on how this...

To attempt to crop the image to match what is seen in the Image Preview, I tried replicating the [iOS source code on how the image preview is constructed](https://github.com/cordova-plugin-camera-preview/cordova-plugin-camera-preview/blob/master/src/ios/CameraRenderController.m#L166), using...

To attempt to crop the image to match what is seen in the Image Preview, I tried replicating the [iOS source code on how the image preview is constructed](https://github.com/cordova-plugin-camera-preview/cordova-plugin-camera-preview/blob/master/src/ios/CameraRenderController.m#L166), using...

@naeemulhassan Mind posting your code so I can try to reproduce this error? I turned the gender two class problem into a multiclass problem, by replacing `sigmoid` with `softmax`, setting...

I added a multi-class classification example using the blogger gender data set here: https://github.com/IndicoDataSolutions/Passage/pull/39 This addresses the multi class case for a single output at the end of the sequence...

Mind posting your unofficial working code? I would be very excited to see what you have, and perhaps, it would give us a starting point for making it an official...

Tried looking up your error, `AttributeError: 'TensorVariable' object has no attribute 'cast'` and it might be related to the issue encountered on this stack overflow post: http://stackoverflow.com/questions/19489259/accessing-data-of-a-theano-shared-variable Try updating Theano...

@adithyarao, I have a hunch that the slow execution when building and loading models has more to do with Theano than Passage itself. Theano takes time to compile graphs of...

@samim23 Unfortunately, I don't have that file currently on me, as it was on a computer I no longer have access to; I will see what I can do to...