sneiman
sneiman
Working on calling pytorch models from Julia using PyCall. Getting a consistent crash at exit of Julia with `free(): invalid pointer`. Easily reproduced: ``` julia> using PyCall julia> @pyimport torch...
I am failing to rebuild ocaml libs using provided instructions. I am on the master branch, using Ubuntu 20.04, python 3.8.10, opam version 2.0.5, ocaml version 4.06.1. I am not...
If you use the string 'function', it is indented as if you used the keyword function: For example: local a = type(x) == 'function' and x or nil indents one...