Matěj Račinský
Matěj Račinský
I tried to use the lineare.linearize() function, but it created cyclic graph. I tried that to optimize CycleGAN, which has lots of gradients. Without the usage of lineare.linearize() everything works,...
On linux server, the style transfer is not working when using `lbfgs`, the output is following. ``` RUNNING THE L-BFGS-B CODE * * * Machine precision = 2.220D-16 N =...
Hello, do you plan to release the trained models in chainer? Technically, we can access models in web_dnn format, but having the chainer model would be more convenient.
Currentl,y when we have ````md ```@example a = 2 + 2 ``` ```` the output looks like this  specifically, when executed by documenter, generated code is ```html a =...
I'm not sure if this is issue on side of Literate, or Documenter, or both and fix needs to be applied to both of them. When I generate markdown, execute...
- Fixed bugs - Updated script to initialize fully workng PostgreSQL database - added docker-compose for PostgreSQL database - using same method for dumping screenshots via "N" button and automatically...
I am trying to modify `ENV` or other vars from python, but it's not working. I'm using Python 3.9.12 and Julia 1.7.3, PyCall v1.93.1, pyjulia 0.5.7. ``` >>> import julia...
I'm trying to reproduce basic example in https://fluxml.ai/Flux.jl/stable/models/overview/ using the pyjulia, computing the loss goes fine, but during the training it crashes: ```python import julia julia.install() from julia import Julia...
I have file `mutagenesis_python.py` and I use python 3.7.3 and Julia 1.7.2 on windows. ```python import julia from julia import Julia Julia(runtime='C:\\Users\\racinsky\\AppData\\Local\\Programs\\Julia-1.7.2\\bin\\julia.exe') from julia import Base print(Base.VERSION) from julia import...