Setu Shah

Results 50 comments of Setu Shah

Thanks for your work on this, @cbowdon! Would be great if this could be merged in.

@thomwolf: Thanks for porting this from the source Keras implementation, and your continuing work with HuggingFace (big fan of `transformers` and `tokenizers` 👏 )! When you have a chance, can...

@karfau : Did you find a solution to this? Just stumbled upon this issue when trying to do something similar.

`pyenv virtualenv 2.7.13 backend -f` should work. I just tried it and it continues to host previously installed packages.

The SageMaker session needs to be passed in during init. This works for me: ```python ... fg = FeatureGroup(name="test-fs", feature_definitions=fds, sagemaker_session=sagemaker_sess) ... ```

I don't think so. The [docs](https://sagemaker.readthedocs.io/en/stable/api/prep_data/feature_store.html#feature-group) do not say it is optional. The default value is the class `sagemaker.session.Session`, which is getting triggered in your example (I ran into the...

It looks like [v0.36.0 was published](https://pypi.org/project/tensorflow-io-gcs-filesystem/0.36.0/#files) ~3 weeks ago with all of the wheels. Is it safe to assume at this point that the missing wheels for v0.35.0 aren't going...

Just ran into the same issue.

Should be fixed in the latest release.

Hey folks, what's the ETA on this one? I see it's been on and off for ~9 months now. Would be great to have Python 3.11 support.