Kapil Sachdeva

Results 29 issues of Kapil Sachdeva

for e.g ``` json { "587b0cc9-d6e5-40c3-b874-aee034b40001" : { name : 'Tom', age: 32 }, "232b0cc9-d6e5-40c3-b874-aee034b40001" : { name : 'Hilding', age: 31 } } ``` where 587b0cc9-d6e5-40c3-b874-aee034b40001 is guid (a...

Hi, From the documentation: > **WARNING**: This samplers assume that classes examples are contigious, > at least enough that you can get `example_per_class` numbers > of them consecutively. This requirements...

type:bug
component:samplers

Hi, I have an extensive background in dotnet stack however for about 1 year and half I have been using python to perform all things machine learning. For last few...

Hi Vincent, Trust you are doing well. Was reading DavisKings blog (http://blog.dlib.net/2017/09/fast-multiclass-object-detection-in.html) and saw this - > Unlike the 68-point landmarking model included with dlib, this model is over 10x...

Hi, Thanks for this great work. Your paper is well written as well. Based on your paper & code my understanding is as follows - a) You construct a batch...

Hi, First thanks for this excellent book and the teaching approach. I am a newbie with some theoretical understanding and no real-world experience in this domain. These sets of examples...

There is only line change in terms of code - You have an extra unreachable return statement. The diff will show many changes because I have removed unnecessary empty between...

Hi, Thank you for such a great and clean implementation. It seems that `anp-rnn_1d_regression.ipynb` is missing from the repo. It is mentioned in the Usage section in your Readme. https://github.com/3springs/attentive-neural-processes/blob/master/anp-rnn_1d_regression.ipynb...

Hi @laurent-dinh I have a decent understanding of Normalizing Flows and now have read both of your paper - NICE & Real NVP. I understand the notion of Affine transform...

Hi, Starting to use this tool and have some questions. Some how feel uncomfortable posting these questions in the "Issues" section and can not find anywhere any forum or google...