Grantham Taylor

Results 10 comments of Grantham Taylor

@imjasonh I am still experiencing this issue with `latest` and `v1.8.1` for an image with pytorch installed. `v1.3.0` seems to work as expected. Thank you @tk42 for the suggestion!

If you really, really want to be able to store the type of the value, you could use a more complex data class that also stores the type of the...

I do not believe you understand the functionality of `MyOutput` as it is implemented above. In the above example, it will automatically coerce those floats back to integers upon deserialization,...

Hey folks. I am working on a project that would greatly benefit from being able to have tasks be able to utilize GPUs in Sandbox. What is the current status...

I am building a PC to function as private workstation. I will be getting a 4090 in about two weeks. I can test once it is finished. This contribution is...

The robot emoji (🤖) is used in the "About" of the Justfile repo. Personally, I have associated this emoji with the Justfile project.

I just wanted to add my +1 here. I'm trying to write up a whitepaper in IEEE format and floating tables / figures are not possible AFAIK.

I came across the same issue 1.5 years later. I cannot use both `BaseFinetuning` and `LearningRateFinder` at the same time, otherwise I get hit with `KeyError: 0`.

I came across this issue because this also annoyed me. It would be nice if `generate_client_file` was set to `False` by default, and then set to `True` in the (literally)...

> Should this be API for `PodTemplate` itself, to allow for mutating an existing pod template? > > > > ```python > > from flytekit.core.pod_template import PodTemplate > > >...