Douglas K. G. Araujo
Douglas K. G. Araujo
The following (pretty trivial) code works with the tensorflow and torch backends, but not with jax: ``` keras.ops.cumsum(keras.ops.eye(4)) ``` Below is the error: ``` .venv/lib/python3.10/site-packages/keras/src/backend/jax/numpy.py:306:0: note: see current operation: %31...
Hello! (I'm a reddit user that saw your post about litenn). I'm very glad to have had a chance to experiment with LiteNN. However, I encountered the following error upon...
Hi all! I couldn't find a solution to a problem preventing me to upload knitted notebooks into RPubs. First I will describe what I believe has been the root of...
Hi @JaseZiv , first off, let me congratulate you for the amazing {worldfootballR} package and this associated repo with its datasets. From the README file and the awareness you are...
### Abstract It would be easier for other researchers to know exactly how the authors want this codebase to be cited, whether pointing to the repo itself or to the...
## Positron Version: Positron Version: 2024.06.1 (Universal) build 27 Code - OSS Version: 1.90.0 Commit: a893e5b282612ccb2200102957ac38d3c14e5196 Date: 2024-06-26T02:08:06.673Z Electron: 29.4.0 Chromium: 122.0.6261.156 Node.js: 20.9.0 V8: 12.2.281.27-electron.0 OS: Darwin x64 23.5.0...
First off, congratulations on keras-core: keras is awesome, keras-core is awesomer! Using a Mac, I was trying to manually set a keras-core more with torch backend to benefit from the...
Very interesting library, but it failed with my model. See below also the model's architecture. Note there is one custom layer, but it is only a layer that rescales its...
`make_date` is very useful for those of us working with datasets that are stored with separate year and month columns. There are situations where we want to merge or compare...