Tobias Pütz
Tobias Pütz
I am trying to add my doc-string and an explicit signature for `__new__` and `__init__` to `Foo`: ~~~rust /// Foo(arg1, arg2) /// -- /// /// A Foo #[pyclass(name=Foo)] pub struct...
## 🐛 Bug Running `torch.unique` with any specified argument fails: ```py In [5]: torch.unique(torch.arange(10).view(2,5).cuda(), dim=1) [1] 17003 abort (core dumped) ipython ``` ```py In [2]: torch.unique(torch.arange(10).view(2,5).cuda(), dim=1, return_counts=True) ... RuntimeError:...
Writing the labels to yml or toml can still be done via serde but allows for manual inspection.
We could bucket sequences in the dev set by their length to speed up dev passes
Right now, the exponential decay lr schedule is not available for `sticker train`and `sticker pretrain`. Once #145 is merged, it would make sense to have it available for both subcommands....
Printing the gradient norm alongside the training output can be helpful when tuning learning rates and for finding the gradient clipping threshold.
### Feature Request / Improvement Hi all, while working on an un-drop feature for our catalog implementation, I noticed that `DROP TABLE some_tab PURGE` executed via spark 3.5 is not...
Forwards `gcs.credentials-json` & `gcs.oauth2.token` to opendal.
### Feature Description It seems that azdls-service currently only supports sas / sharedkey / imds auth but it doesn't support the client_secret auth method which would work with app registration...