Matthias Matt
Matthias Matt
Hi 👋 First of all thanks for the fantastic framework! I started to work on this issue since I need model saving for my visualization project. Model saving seems to...
Ah, it seems like someone hit the same roadblock before: https://github.com/Lightning-AI/lightning/discussions/6144
API stability it is not a major concern for me. I only planned on using the hydra configs but maybe using the Python API is more useful for me (since...
Created pull request #37
I will fix the configs now! Thanks for your answer! I will try it with MSE but with a higher learning rate because when I tested the beta-VAE with MSE...
Thank you for bringing up this issue! This seems to be a problem of third-party `ipywidgets` such as the `FigureWidget` of plotly that is used. See: https://github.com/maartenbreddels/ipyvolume/issues/147 and https://github.com/googlecolab/colabtools/issues/60. Will...
Currently not, however, each individual plot can be saved through the usual plotly interface (camera icon in the toolbar). The focus currently lies in fast interactive analysis that is not...
@hugokoopmans Were you able to solve the issue with the `iss` arg?
Hi @jeflem, thanks for the answer! I deploy Moodle locally using https://github.com/moodlehq/moodle-docker. Maybe this helps with reproducibility if you still want to try. Indeed, the `POST` request to the `LTI13LoginInitHandler`...
Hi @jeflem, thanks for your help, my error is unrelated to the `ltiauthenticator`! We actually forked the implementation because we needed special handling for usernames and used a different `BaseHandler`,...