MANU S PILLAI
MANU S PILLAI
Added a working conda environment YAML file for easy setup to get going with the implementation.
There is an error at "4_adam_custom_loss_function.ipynb" in function "custom_loss". The weights matrix has no proper shape in the commented function while the uncommented one is not complete. Kindly have a...
Updated PNetLin to have resnet arch support
I came here from a research project requiring satellite images. I noticed somethings that are not mentioned in the project. First, getting the API access key, as soon as open...
Updated build.sh and count_sketch.py with changes mentioned in issue #8
Anybody facing the issue, the **build.sh** file should be changed to below given script. ```bash #!/usr/bin/env bash echo Building Native ops... TF_INC=$(python3 -c 'import tensorflow as tf; print(tf.sysconfig.get_include())') TF_CFLAGS=( $(python3...
Even after the main directory being a pkg, importing the module outside this pkg raises error due to the relative path issue with the load_op_library function.