Kushashwa Ravi Shrimali
Kushashwa Ravi Shrimali
@Borda - PTAL. :)
Found this issue to be related with a couple of changes in tmux I made to help fix: https://github.com/neovim/neovim/issues/18667. The changes were: https://github.com/tiagovla/tmux/commit/f4a851c9c1aca136ee85169ee9e52dc9e5576ac3 I understand that it might not be...
Thanks, @akihironitta for the context. This helps! So does this mean that we'll have to rename `.azure-pipelines` folder to `.azure_pipelines`? `Check shchema` job is failing in this PR: ```python File...
> Awesome, thank you so much! 🔥 Let's merge once all relevant tests are green.
Hi, @daavoo - Thank you for creating the issue! I think it makes sense, note that `LightningCLI` has [`save_config_callback` ](https://github.com/Lightning-AI/lightning-flash/blob/0253d71588b582da326bb01ef116ebd7cd61f21e/flash/core/utilities/lightning_cli.py#L238) and we can set it to `None` in `LightningCLI` but...
I think a PR to add a boolean flag `--save-config` to enable/disable save config callback will be a good idea! Regarding the name, if there are any other suggestions, we...
Hi, @carmocca - Thank you! I am up for it, and it's only going to help us stay stable with respect to these utilities. Is it possible that we can...
> The two I pointed out in my previous message are the only ones I could find. These are the ones we currently have in the utilities: https://github.com/Lightning-AI/utilities/tree/main/src/lightning_utilities/core > >...
> Hi @carmocca @krshrimali, this definitely looks interesting. Can you give me some time, to explore about lightning_utility, and the existing codebase? I would surely get back to you. Oh...
Hi, @Modius22 - Thanks for raising the issue. Can you check if you have `torchvision` installed? Try installing using: `pip install torchvision`, and try running the script again? From the...