Kobi Felton
Kobi Felton
You might want to pin prompt_toolkit in requirements.txt to version 1.0.15 until you can update the library to ver 2.0.
Thanks for flagging this up! I didn't even python 3.10 was available. Is this only an issue on 3.10?
It took me a while to get around to this. I merged in a PR that removes python 3.10 support due to pytorch not supporting python 3.10 (https://github.com/pytorch/pytorch/issues/66424). I'll leave...
Hi Ilario! I would love those two features as well, so I'd be willing to work on getting them written. Which strategy are you using? It would be easiest to...
On MTBO, you can use it in the case of having only experimental data from another case. There, MTBO will suggest a random experiment at first and then improve. I'll...
Was this fixed?
I've done that: https://pypi.org/project/gryffin/ @FlorianHase @aspuru-guzik-group If you want to transfer ownership, please contact me.
I agree that the transforms class needs a significant refactor. So if I understand correctly, you're suggesting changing the `Transform` API to something like this: ```python class Transform: """Pre/post-processing of...
Thanks for thinking this through; it made me think a bit more. I like the direction that option 2 is starting to go in since it allows 1) composability of...
Okay, sounds great! LMK if you need any help! On Mon, 20 Mar 2023 at 23:34, TSAndrews ***@***.***> wrote: > That would definitely be useful, I'll have a look into...