Rodrigo Bermudez Schettino
Rodrigo Bermudez Schettino
Fix https://npmjs.com/advisories/1500 in yargs-parser.
`npm` allows installing directly from GitHub: > `npm install /[#]` See [npm-install documentation](https://docs.npmjs.com/cli/install). Installing with Node v12.5.0 using the full Git URL throws error: Error log ```sh npm ERR! git...
The Pixel-Flipping metric might have significant room for improvement regarding its performance because it is taking longer than expected for a batch of only one element. I'm not sure what...
It would be nice to be able to lint directories recursively. Currently, directories specified in `farch.json` or `package.json` [are not traversed](https://github.com/PaulRosset/linter-farch/blob/446f945ad7345d7267972a03be0d5c5d81196bef/src/index.js#L11) to lint files in subdirectories. I'd be glad to...
The link https://loginflow.mxstbr.com returns 404. 
The Docker container is mapping port `8888` from guest to host but Tensorboard starts on port `6006`. Add port option to Tensorboard to start on the specified port. Add `PYTHONPATH`...
Replace link to gcr.io and link instead to the same image on Docker Hub as it doesn't work anymore. See [link](https://hub.docker.com/layers/tensorflow/tensorflow/r0.9rc0-devel/images/sha256-8519aa28b3b47319511aedf896d0d914c5a8e28e5664a098f572165ed229c72d) to tensorflow/tensorflow:r0.9rc0-devel. Fixes https://github.com/openai/InfoGAN/issues/30.
Calculating the relevance on ResNet50 seems to be prone to a numerical instability, producing heatmaps where all attribution is concentrated in a few spots because the values in those spots...
Minor improvements to the documentation.
Truncate `kubectl` output using environment variables. #### Description Requires the following variables to be defined. Example variable definition: ```sh set -x tide_kubectl_truncation_strategy l set -x tide_kubectl_truncation_length 31 ``` #### Motivation...