Nicolas Hug

Results 570 comments of Nicolas Hug

Hi @RishiMalhotra920 , can you please share a minimal reproducing example of the code you tried to run? I suspect the warning you're observing comes from torch core rather than...

Thanks for the reply @RishiMalhotra920 > However, to make this work for multiple images in a batch, i would just assign each image in the batch with a different category...

Thanks for the PR @ducha-aiki We certainly don't question your integrity and reputation. The main concern is more about sourcing the datasets from their official source, or from a vetted...

Yeah, it gets re-downloaded if `download` is set to True. I think the reason for this behavior is that this ensures the data is always correct and from the source,...

Thanks for the report @jeff-zimmerman . Would you be able to share a minimal reproducing example that doesn't include one of the datatasets? Maybe sharing the original input shapes of...

Discussing this with @thomasjpfan : why do we want `isinstance(freeze(obj), type(obj)) == True`? If I freeze an SVC, I shouldn't expect it to behave like an SVC... so why do...

@GaelVaroquaux @jnothman :) ?

It would be difficult for me to provide an informed opinion without spending a lot of time diving back into the codebase, which unfortunately I can't really do right now,...

> Shouldn't we be doing another iteration with 1000 samples? No, since `min_resources` was hard-coded to `10` the algorithm has to start at 10 and double its value each time....

@fickas for us to answer your question, could you please provide a minimal reproducing example showing that setting `min_resoures="exhaust"` does not lead to 1050 resources being used? I am unable...