ankur6ue

Results 12 issues of ankur6ue

**Describe the bug** The body of a sqs message shows up as base64 encrypted, which seems to make sensor filtering not work **To Reproduce** Steps to reproduce the behavior: 1....

bug

Hello - Struggling to get kiam to work on a kops cluster using AWS. I used kops to set up a kubernetes cluster on AWS consisting of one master and...

I started off from your code and made a few modifications described in detail on this blog: http://www.telesens.co/2018/02/08/word2vec-experiments/ The major modification was adding the ability to use a pre-trained model...

/kind bug **1. What `kops` version are you running? The command `kops version`, will display this information.** Version 1.23.0 (git-a067cd7742a497a5c512762b9880664d865289f1) **2. What Kubernetes version are you running? `kubectl version` will...

kind/bug
lifecycle/stale

/kind feature Would like to see detailed, step by step instructions on how to set up IAM roles for service accounts for Kops on AWS. Following instructions here (https://kops.sigs.k8s.io/cluster_spec/#service-account-issuer-discovery-and-aws-iam-roles-for-service-accounts-irsa), I...

kind/feature
lifecycle/stale

I'm getting a crash in the mnist example at the end of the 1st epoch when I run with any num_workers > 0 I'm running the python code in PyCharm...

help wanted

While training on COCO 2014 dataset, I'm running into the following crash: ![image](https://user-images.githubusercontent.com/6232547/33666033-58d4e5ca-da5e-11e7-95dd-bdb61c6de18f.png) both bg_inds.numel() and fg_inds.numel() is 0, which leads to a crash in keep_inds = torch.cat([fg_inds, bg_inds], 0)...

I have written a post that describes how R-CNNs work in detail: http://www.telesens.co/2018/03/11/object-detection-and-classification-using-r-cnns/ any feedback/comments/suggestions for improvement welcome!

Hello, I took the code for finetuning the BERT model on the Squad dataset and refactored the code as follows: - Separated out feature generation in a separate file and...

Hello, I'm attempting to access web services running on the cluster through the network load balancer created by Kops, through which kubctl accesses the kubernetes API server. I first created...

kind/support