himkt

Results 26 comments of himkt

I want to try `pytorch_lightning/trainer/trainer.py`. 🚋

Thank you for the advice! OK, let me try `training_epoch_loop.py`!

> Wouldn't we do something like Optional[Union[Sequence[Type[Exception]], Type[Exception]]]? I think so too (`|` operator is available from Python 3.10 so we cannot use it yet). > Similarly for states: Optional[Sequence[optuna.trial._state.TrialState]...

@nzw0301 > I prefer relaxing this type annotation to Optional[Container[optuna.trial._state.TrialState]] Do you think it's better to allow other container objects such as `set`? It feels little bit too general to...

@BasLaa, thank you for improving `states`! We wait another PR to modify `catch` as well (ref. https://github.com/optuna/optuna/pull/3359#issuecomment-1060454209). Please feel free to mention if I can help you!

Hi @BasLaa, please tell me if I can help you.

Hello @JRice15, is it possible to raise `TrialPruned` instead making the trial fail? AFAIK, failed trials are not used in samplers to pick a new parameter configuration. Catching the Out-Of-Memory...

@hppRC is now working on this topic. 👍

Hi @hppRC, please feel free to tell me if I can help you. :pray: