Jordi Aranda

Results 19 comments of Jordi Aranda

Latest package version (1.19.0) has indeed a `delete` method but it does not seem to allow deleting experiments with runs: ```bash ipdb> Experiment.delete(ws, exp.id) *** msrestazure.azure_exceptions.CloudError: Azure Error: UserError Message:...

AFAIK runs can be deleted from the UI in private preview. I am not sure whether this feature has been already officially released.

@selitvin could you please have a look? Thank you!

Hi, I wanted to open a PR but I am not used to `cabal` but `stack` instead 😅. The following would be a possible solution although I am not sure...

Hi @kevinbird15. There is no pipe in [Stable Diffusion Deep Dive](https://github.com/fastai/diffusion-nbs/blob/master/Stable%20Diffusion%20Deep%20Dive.ipynb) notebook as it is (components are loaded independently). I think you may be talking about a different notebook (perhaps...

This is [what](http://octave.1599824.n4.nabble.com/attachment/3829107/0/loader2000Fast.pdf) R uses, might be of help for a possible implementation.

I am also facing this issue, but on CUDA 11.8. It is weird because I have a published pipeline on AzureML working fine, and if I publish it now it...

I also faced this issue today (poetry version is 1.5.1). I have 2 repositories with their corresponding credentials set up (via `poetry config`). When I try to install a package...