Taylor Denouden
Taylor Denouden
It would be nice if the tool-tip event was only fired when hovering over the slider bar or handles and not when hovering over the location where the tooltip shows...
Great plugin! It'd be great if you could choose custom colors via hexcode etc for the markerColor option.
In the sampler, when getting the labels of the dataset and counting the frequencies of each, the dataset target transform should be applied. Target transforms sometimes change the label (e.g....
In the FasterRCNN.py module's `_suppress` function, All BG class scores are ignored and the FG box scores are kept as long as they are > 0.05. These then go into...
The model is missing the weight decay of 0.0005 described in the paper. This could be the cause of lower model accuracy than expected
Would you consider adding the scripts you used to train the Resnet and Densenet models?
Could you please add information to the readme about how to interpret the output files? It's not clear what the values in the numpy arrays refer to.
When using the plugin like this: ```js // ... new DotenvPlugin({ path: './.env', }), // ... ``` with no sample .env file location defined, the plugin throws a `no such...
Do I have to clone the repo into my Django project to use this? Are there install instructions anywhere?
The demo is throwing errors on Chrome. I also can't seem to get this working in my site using the example.