Andrew J Bonham
Andrew J Bonham
> That error normally means that your the current model is different from the pre-trained model. Double check to make sure that the shapes of all your variables are the...
I used the app route from @Fleker > ```python > @app.route('/prediction', methods=['POST', 'GET']) > def prediction(): > if request.form != None and 'message' in request.form: > msg = request.form['message'] >...
I am also encountering this error after updating Spaceship. Oh-My-Zsh, Ubuntu 22.04 on WSL2 on Windows 10. Can confirm that adding `SPACESHIP_PROMPT_ASYNC=false` to .zshrc removes the error, but also disables...
> @Paradoxdruid are you also encountering the error `_zsh_autosuggest_async_request:zle:9: No handler installed for fd 17`? No, @anoduck , I haven't seen that error. However, I have disabled async for the...
Can confirm this issue persists on v4.8.0; I re-enabled async in .zshrc, and the issue is still there. This is Ubuntu 20.04 inside WSL2 on Windows 11. Async works perfectly...
Mamba documentation ( https://mamba.readthedocs.io/en/latest/user_guide/mamba.html ) says: > The only difference is that you should still use conda for [activation](https://mamba.readthedocs.io/en/latest/user_guide/concepts.html#activation) and [deactivation](https://mamba.readthedocs.io/en/latest/user_guide/concepts.html#deactivation).
Hey @denysdovhan , unfortunately I still get `async_worker_eval: no such async worker: spaceship` using the latest pull from github.
I wanted to use jsonpickle for a bioinformatics project of mine, but this behavior is a killer; I regularly have dataframes with lists of floats. Could an implementation like this,...
Thanks, @Theelx ! Looking back at it this naïve implementation I wrote, we might need to use a special character in the f-string-- as I wrote it, if any of...