Karthik Kannan

Results 13 comments of Karthik Kannan

I'm facing the same issue @jarkoAndroid. I've implemented both the solutions and also studied the example by @MortimerGoro. My cells load but the moment I click on them, the app...

@MortimerGoro I'm pasting the exact code snippet below. Do tell me what i'm missing. ``` let swipeToCard = MGSwipeButton(title: "", icon: DataService.resizeImage(UIImage(named: "swipeArrow")!, newWidth: 24), backgroundColor: UIColor.yellow) { (MGSwipeTableCell) ->...

I've tried and failed to get LP on run on AWS Lambda. Firstly the size of the dependencies make it near impossible to deploy a zip file to Lambda(cause all...

Attaching a pic for reference. ![img_4823](https://cloud.githubusercontent.com/assets/2094133/26027965/0f3c9a3c-3835-11e7-943c-76115245ead4.PNG)

I don't think I enabled optimising while compiling Tensorflow. I'll check it and let you know. On Fri, 5 May 2017 at 2:02 PM, Jay Young wrote: > for 1,...

Hi, I'm trying to use NodeRT in order to use windows.media.ocr. I'm running into the problem. Should I install VS 2017 or is there a workaround that is available for...

Hi @codeninja88, I'm having a very similar problem, how did you add the files manually? Did you just copy all the FRHyperlabel files? or did you copy something specific? Thanks

This seems to be resolved in iOS 11 public beta too. I still have to check whether it's running on the CPU or GPU. I shall do that in a...

Hi great work @jbochi! I'm trying to get this to work by pulling your forked repo and running it. I'm able to download the model but it's not working after...

Yay! Got it to work after your comment. Exciting stuff!