Devrim

Results 19 issues of Devrim

Fresh PR for jury, former PR -> #271.

When I'm try to install the repo as a package with `pip`, there is no problem in Linux, but in Windows Python 3.9 it fails due to fail in README.md....

Fixes #1986 Description: Former "remove & write" implementation order is reversed to "write & remove", api call has been added for ClearMLSaver remove functionality. Check list: - [ ] New...

module: handlers
module: contrib

Lately I experienced an issue with model checkpointing, so I wanted to move it to a discussion although I am unsure about this is a "bug", and thus I opened...

enhancement
question

Error propagation paper form Hinton & Rumelhart (1985) added under *Old Papers*.

Referring this issue https://github.com/thompsonb/prism/issues/13, since it seems like no activate maintanance is going on, we can add this support on a public fork.

enhancement

Due to the nature of the Jury API, all input strings must be a whole (not tokenized), the current implementation of BLEU score is tokenized by white spaces. However, one...

enhancement
help wanted

My issue is about [dervative function ](https://docs.scipy.org/doc/scipy/reference/generated/scipy.misc.derivative.html). While it outputs correct for loads of points for a function, it outputs an undesired value for non-differentiable function at given points. I...

scipy._lib
Documentation

I'm currently adding Prism to Jury. Current implementation forces using GPU if `cuda.is_available()` returns True; however, this behavior is problematic as a user is unable to use CPU e.g if...