Daniel Bershatsky

Results 69 comments of Daniel Bershatsky

> add the small term 1e-5 when clamping to prevent @gil2rok I think that small term should be tied with data element type. For example, ```python def tanh(x): limits =...

Here is another important observation. It turns out that `torch.jit` computes a function and traces it simultaneously. So, consecutive invocation of the `torch.jit`'ed function in general gives different result on...

> 3. Can you elaborate on the conflict? The package namespaces do not work on certain platforms? I mean that `orbax.__init__` is different in `orbax-checkpoint` \[[1][1]\] and `orbax-export` \[[2][2]\]. As...

> I found that the separate `__init__.py` file is causing trouble with editable installs. This is exactly my point.

What do you mean "wiki"? Wiki cluster of repository (disabled) or sphinx-generated documentation from rst/md-files?

Thanks for the link. ACM is in the plans, but I'm putting it off for now because of the issue with line numbers. However, it has a sense with the...

Totally agreed. The issue is that creating a CSL-file is not so simple and requires plenty of time and effort. I am going to solve the problem with a translator...

I doubt about direct implementation LSP for inference in nntile. The main point is that LSP is much large than just completion API. It defines a quite flexible protocol for...

But what about contributing guidelines? I cannot find any instructions. > This is unfortunately expected: in the gitlab repository there is a big commit that github refuses to take. We...

> There's not much more to say than what readme says: contributions are welcome both on github and gitlab :) It is unclear how to pass CI check and where...