Steve McClain
Steve McClain
I just noticed that this is very similar to #77. I will leave this open and change the name to specifically request support for Pydantic in order to differentiate it.
As proof of concept of how support for Pydantic Models could be implemented, I built on the monkey-patched version of `get_click_type` that @ananis25 wrote in #77: ```python #!/usr/bin/env python3 from...
Just ran into this issue as well with occasional draws of `0` from `hp.quniform("batch_size", 16, 512, 64)` that were crashing our training loop. We have worked around it by ensuring...
Just ran into this issue as well with occasional draws of `0` from `hp.quniform("batch_size", 16, 512, 64)` that were crashing our training loop. We have worked around it by ensuring...
@kxiao-fn (or anyone else stumbling on this), here's some code that I wrote to do this: ```python #!/usr/bin/env python3 import json import tarfile from base64 import b64decode from io import...
@Bobgy, I am glad you think it's useful! Yes, I would be interested in contributing it -- do you have any thoughts on where it should be added (and whether...
Hi @Bobgy -- I wanted to follow up on this. I just got approved by my employer to contribute this repo, which is exciting news. I will work on submitting...