Fabio M. Graetz, Ph.D.
Fabio M. Graetz, Ph.D.
Hi Umar, thank you for your interest! If you are interested in these kinds of models I suggest you next look at image caption generation: https://cs.stanford.edu/people/karpathy/cvpr2015.pdf The authors "describe neural...
No, the models proposed in the "Show and Tell" and "Show, Attend and Tell" papers directly generate captions using an RNN decoder taking the representations generated by a CNN encoder...
Hey, sorry it took me so long to react. First of all, thank you for taking the time to improve this tutorial! Would you be willing to change the following?...
> @fg91 thanks for reporting this! Does removing `kustomize` from your path work? DevSpace will prefer the `kustomize` binary over `kubectl` if it could be found in the path. Yes,...
> Usually our recommendation is to use `kustomize` over `kubectl -k` as that is usually several versions behind, but I was not aware of the extra features `kubectl` has over...
> @fg91 we have gone away from these settings and use FlyteAdmin to generate the storage request using signed urls Makes sense, I recently assigned the `iam.serviceAccounts.signBlob` permission to the...
Fully agree that this should be simplified. Questions to discuss: * Shared memory: * Do we need to specify an amount? We've had this volume configured in our default pod...
Notes from discussion in contribs' sync: This could be incorporated into fast registration. A user would specify e.g. `pyflyte run --local-package /some/path1/package1 --local-package /some/path2/package2 ...`. These packages would then be...
Discussion ongoing in https://github.com/flyteorg/flyte/issues/4543.