Sebastian Callh

Results 9 issues of Sebastian Callh

Hi! I'm pretty excited to play around with Soss.jl, but it's a bit tricky to get off the ground without any examples. Are there any plans to add the missing...

# 🐛 Bug Running the example in [TorchScript_Exact_Models.ipynb ](https://github.com/cornellius-gp/gpytorch/blob/master/examples/08_Advanced_Usage/TorchScript_Exact_Models.ipynb) with more than ~500 observations causes the JIT compilation to fail with `torch.jit._trace.TracingCheckError: Tracing failed sanity checks! ERROR: Graphs differed across...

bug
help wanted
high priority

It is often very useful to invert feature normalization. I think it would be a very nice addition to the `FeatureNormalizer` to add an `inverse` function that does exactly that.

Replicated by running `ob init` to start a new project and then breaking/removing `Frontend/src/main.hs` or `Backend/src/main.hs` followed by `ob run` which happily launches the dev server. The main files do...

documentation
Low Severity

Hello! I need to do some efficient number crunching and was looking into Koma. However, I have need to take the element-wise exponent and logarithm of arrays, which does not...

Running the example in the readme ```julia using Embeddings const embtable = load_embeddings(Word2Vec) # or load_embeddings(FastText_Text) or ... ``` fails with ``` ERROR: HTTP.ExceptionRequest.StatusError(404, "GET", "/dl4j-distribution/GoogleNews-vectors-negative300.bin.gz", HTTP.Messages.Response: """ HTTP/1.1 404...

1. Installed `lsp-julia` from Melpa on `doom-emacs 2.0.9`, `Ubuntu 20.04`. 2. Open a `.jl` file 3. Server starts 4. A few seconds later the server crashes with the following error....

Would it be possible to, in addition to the colours from `group = :category1`, plot different markers based on `:category2`? For reference, this is possible in [StatsMakie](http://makie.juliaplots.org/stable/statsmakie.html).

### Bug Trying to use the docling `DocumentConverter` as in the [simple conversion](https://ds4sd.github.io/docling/examples/minimal/) example on a .docx file gives the error `docling.exceptions.ConversionError: File format not allowed: file.docx`, but from the...

bug
docx