Kshitij Patil
Kshitij Patil
@PPPW thanks for the clarification. Excellent work btw. [this](https://github.com/PPPW/deep-learning-random-explore/blob/master/CNN_archs/cnn_archs.ipynb) notebook has helped me a lot! Can I use this thread to ask any further questions or do you have any...
Any updates on this? I need this feature to be able refer an aggregate across multiple roots using a pojo class representing the composite key
How about integrating [captum](https://captum.ai/) for the same? They've wide range of interpretability alogorithms implemented with rigorous testing. We could simply write a Callback for captum and add 'captum' as explicit...
I'd like to work on this one. Could you please assign this to me? :slightly_smiling_face:
[LabelSmoothingCrossEntropy](https://arxiv.org/abs/1512.00567) Loss, originally proposed by Szegedy et al. and further expounded by Geoffrey Hinton et al. in [When does Label Smoothing Help?](https://arxiv.org/abs/1906.02629) have been proven effective strategy for building robust...
I've few things to discuss regarding the current implementation of `softmaxCrossEntropy`: 1. I found inconsistencies among docs of tensorflow's [sparse_softmax_cross_entropy](https://www.tensorflow.org/api_docs/python/tf/nn/sparse_softmax_cross_entropy_with_logits) and swift-api's [softmaxCrossEntropy(logits:labels:reduction)](https://www.tensorflow.org/swift/api_docs/Functions#softmaxcrossentropylogits:labels:reduction:). The reason for this comparison is the...
`paging3` integration with `Store` is something I'm interested to explore. Should I go ahead with the same or is there any other high-priority issue currently being worked upon that I...
> Hmm, this is odd. Just to clarify, you followed all of the steps in the `Getting Started` instructions before encountering this? Yes I followed every instruction and still got...
I'm using Latest release of Docker Toolbox and the [Toolbox Releases](https://github.com/docker/toolbox/releases) shows that it has Docker 19.03.1. Is it possible to update this Docker version? Please help me in this...
I don't meet the minimum system requirements for Docker Desktop. Hence forced to use the toolbox. Could someone try running the project on Docker 19.03.1 on your machine. This will...