pshashk
pshashk
Hi! Very cool project. There are some potential improvements to sequential model found in [Improved Recurrent Neural Networks for Session-based Recommendations](https://arxiv.org/abs/1606.08117). Randomly dropping items from sequences helps to avoid over-fitting...
Very nice package. Thank you for fixing this significant drawback of R language. In my opinion, these two features would make float matrices even more useful: 1. Wrapper for RcppArmadillo...
Communication via fanout exchange works fine. ```julia using AMQPClient ENV["JULIA_DEBUG"] = "all" const HOST = "localhost" const PORT = 5672 const EXCHANGE = "exchange" const AUTH = Dict{String,Any}( "MECHANISM" =>...
Is it possible to specify `--index-url` when adding a dependency to a project?
### Steps to Reproduce ```sh rye add "cowsay >= 4.0, =5.0 ; sys_platform != 'darwin'" ``` ### Expected Result pyproject.toml should keep both, so it's possible to generate a lockfile...
### Describe the bug When specifying example image via URL the application doesn't load with the following error: ```Failed to establish a new connection: [Errno 50] Protocol not available ```...