Jonathan Laurent

Results 17 issues of Jonathan Laurent

I am encountering a "no good algo found error" when running [AlphaZero.jl](https://github.com/jonathan-laurent/AlphaZero.jl) on some machines with `JULIA_NUM_THREADS > 1`: ``` No good algo found. Stacktrace: [1] error(::String) at ./error.jl:33 [2]...

CUDA.jl

In order to profile and optimize the current inference server architecture and best tune its hyper-parameters for various applications, it would be very useful for AlphaZero.jl to have a mode...

help wanted
good first issue

From the README: > JET explores the functions you call directly as well as their inferrable callees. However, if the argument-types for a call cannot be inferred, JET does not...

When executing this snippet: ```ocaml open Owl;; open Owl.Dense.Ndarray.Generic;; transpose (create Bigarray.int [|3;4|] 2) ``` I get the following exception: ``` Exception: Failure "_matrix_transpose: unsupported operation". ``` **Edit:** it seems...

bug
enhancement
help wanted

The following snippet leads to a seemingly undefined behavior: ```ocaml #require "owl";; open Owl;; open Owl.Dense.Ndarray.Generic;; of_array Bigarray.int64 [||] [|0|] + create Bigarray.int64 [||] 2L;; ``` ``` - : (int64,...

bug

When using the VSCode debugger on code that uses MLStyle, the debugger sometimes stops on spurious breakpoints before reaching the user-specified breakpoints. Any idea what's causing this? Has anyone else...

enhancement

Programs I write using ocaml-torch that use GPU acceleration segfault right before terminating: ``` Segmentation fault (core dumped) ``` This is not a huge deal as it happens when the...

I've been thinking for a while about doing an overhaul of AlphaZero.jl and this summer may be the right time to execute on it via the GSOC program. I would...

I tried to install owl on MacOS Monterey (x86-64) after running `brew install openblas`. Ideally, `opam install owl` should just work. However, I had to do: ``` export PKG_CONFIG_PATH="/usr/local/opt/openblas/lib/pkgconfig" export...

enhancement

Currently, the Replay module ignores tokens. This prevents external tools such as KaTie to perform queries involving tokens (e.g. https://github.com/jonathan-laurent/KaTie/issues/21 from @hmedina ). The simplest fix would be to add...

Wishlist