Suraj Pai

Results 16 comments of Suraj Pai

Interested in this feature for the sweep as well! It's extremely useful when integrating sweeps into existing codebases that don't natively integrate wandb config.

How about a google image downloader to assist with ML training/testing ? I'd like to work on this, What do you think?

## Review checklist for @surajpaib ### Conflict of interest - [x] I confirm that I have read the [JOSS conflict of interest (COI) policy](https://github.com/openjournals/joss/blob/master/COI.md) and that: I have no COIs...

Hi @emdupre! I will cross off the remainder of the checklist by the end of this week. I hope that timeline works.

Hi @emdupre I've opened an issue on the MIRP repo with more of my observations and with that I'm done with my initial review. Much thanks for your patience

Hi Team, I would like to add my 2 cents to the issue based on what @vikashg proposed. We primarily use MONAI for our config parsing (through `ConfigParser`), network architecture,...

Hi @wyli, do you think something like the above would be of interest?

Thank you very much for sharing this @wyli This looks very promising @KumoLiu. Let me know if you would like any help with testing

> `return_predictions=False` wasn't working without `gc.collect()`. Since we needed to call `gc.collect()` anyway, we figured let's just clean the predictions manually right there too via `trainer.predict_loop._predictions = [[] for _...