drazellan
drazellan
Thanks for your reply I just lauch a learning with modification in upsample to use align_corners=True like in the 0.3.1 version ________________________________ De : Hui-Po Wang Envoyé : mercredi 11...
Hello and first thank you for your work I try to use your code in jupyter lite ```python import piplite await piplite.install("ipywidgets") await piplite.install("jupyter_ui_poll") ``` ```python from ipywidgets import IntSlider,...
Hello Thanks for answering. " One has to complete cell execution event before any widget events can be delivered into Python. " this is bad news for what i was...