Kshitij Patil
Kshitij Patil
In [cnn_archs notebook](https://github.com/PPPW/deep-learning-random-explore/tree/master/CNN_archs/cnn_archs.ipynb) you mentioned we need to monkey patch the forward pass(excluding final layers). But it seems like you've also excluded initial transform_input part as well. ``` if self.transform_input:...
Want to learn how we contribute to open-source projects, so I'd like to add a simple age calculator function
I have written the ageCalculator function but need to test it once. I'm new to writing such test cases, so can you guide me for the same and review my...
Running `make setup` on Windows 10 as per the [Getting Started](https://github.com/OperationCode/resources_api#getting-started) instructions lead to following error - ``` Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/flask/cli.py", line 240, in locate_app __import__(module_name)...
## Observed Behavior Getting following crash while running detekt-cli with formatting plugin (version: 1.23.6) ``` java.lang.NullPointerException: Cannot invoke "org.jetbrains.kotlin.com.intellij.lang.ASTNode.getElementType()" because the return value of "org.jetbrains.kotlin.com.intellij.lang.ASTNode.getFirstChildNode()" is null Running detekt '1.23.6'...
Color preview screen is creating this weird effect due to applied shadow. We can add a border instead to separate this from card background. Happy to raise a PR for...
When we add showcase dependency as mentioned in the README ``` debugImplementation "com.airbnb.android:showkase:1.0.3" ``` and we would want to assign click action to launch showkase browser activity only in the...