Dilshod Tadjibaev
Dilshod Tadjibaev
Someone filed a ticket regarding this: https://github.com/Tracel-AI/burn/issues/983
Could please share python version you have installed? Pip comes with python 3.4 version. Maybe we should add a version check or use ensurepip package to makes sure it is...
@benborder , thanks for the update. Hopefully, someone will have more details on this. This resource might help whoever is gonna be working on this: https://askubuntu.com/questions/879437/ensurepip-is-disabled-in-debian-ubuntu-for-the-system-python
@laggui removed python dependency. PR: https://github.com/tracel-ai/burn/pull/1283 Closing it as fixed.
@jt70 > Hey guys, good news! Cartpole/DQN is working. I will clean things up a bit a publish something today. > > `Episode 4090, reward 500` Great! Looking forward to...
Can you please give more context here? Just want to make sure my current deserialization won't break.
This broke my tests:  Clone is needed if item is behind vector.
@agelas, thank you for the update. Do not worry, the life is a priority. Regarding the coverage - it's not a hard requirement to hit 80%. We can override manually.
@ronofays Thanks for sharing your work! Yes, any addition in this space would be awesome. I suggest you create a draft PR and submit to the project. It's easier to...
I can confirm too. I use rust-analyzer (extension v0.3.1402) with vscode and the py03 gets recompiled every time. ```rust use pyo3::{types::PyDict, types::PyModule, PyResult, Python}; ``` ``` Compiling pyo3-build-config v0.18.0 Compiling...