Stephan Holzgruber

Results 7 comments of Stephan Holzgruber

Can confirm that after updating to PL 1.7 the former random wandb run names (e.g., “noble-snowball-37”) all have the same (project) name. Not useful (for me). Since 1.7 introduced other...

Thank you, @manangoel99, that's good to know. For now, I stay with 1.6.5 mainly for this reason: https://github.com/Lightning-AI/lightning/issues/14021 but once it's resolved, and I adapt my code to work with...

Thank you, @ierezell, for mentioning `Faker`, I did not know that. I think, I (we) cannot expect that a single API (in this case `pytorch lightning`) can cover all features/cases...

After reading a bit of https://github.com/Lightning-AI/lightning/issues/12028#issuecomment-1088325894 I know that I am not deep enough in all the details that I feel comfortable to give any advice or raise concerns. I...

I think I have a similar problem and came here looking for a solution. I have/had existing code which worked for at least a couple of months: ```python datasets.utils.logging.set_verbosity(log_level) datasets.utils.logging.disable_progress_bar()...

Well, that hack lasted only until my `metric = evaluate.load("accuracy")` call which resulted in `AttributeError: module 'evaluate' has no attribute 'load'` With this it started to dawn on me... that's...