Marc Ferradou
Marc Ferradou
I don't see any reason why this code would not run in a lower version of python. Could you explain why is there such a requirement?
Fixes # Description: This add exponential annealing to the contrib handler. The goal being to be able to mimic fast.ai learning rate ability. The [LRFinder](https://github.com/fastai/fastai/blob/master/fastai/callbacks/lr_finder.py#L9) [uses](https://github.com/fastai/fastai/blob/master/fastai/callbacks/lr_finder.py#L14) [annealing_exp](https://github.com/fastai/fastai/blob/3ff819262ff0896e4b66febbc2ffabf56e8e95f2/fastai/callback.py#L320) to find the...
Hello, The only auth method right now is by password. Could you please add an option to auth by a key file? Best,
## 🚀 Feature Have fbeta binary metric following sklearn ### Motivation This is used and is the default in sklearn. It can be misleading if people use it without thinking....
It would be nice to have an alternative to `CTRL + C` that goes to the next line of the selection.
Using google JWT. i.e. in node js `googleapis` it works like that: ``` var google = require('googleapis'); var analytics = google.analytics({ version: 'v3' }); var jwtClient = new google.auth.JWT( config.ga.client_email,...
Hey @ray-x , Thanks for this awesome plugin. I have been trying to use your plugin for my completion and I have a few questions: 1. is it possible to...
Hey, It would be great if it was possible to use the toggle argument with your own parameters. By default it would toggle everything as it currently does (`dapui.toggle()`) but...
### 🚀 Feature I suggest we add a log with `verbose=2` that describe if preprocess_obs normalized any of the input for the network. ### Motivation This is a very small...
The paper from masknet uses layernorm. however the code implementation uses batchnorm.