Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
704 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in python/cpython that received 5 comments
bpo-42043: Inheritance support for zipfile.Path for `.parent`, /, joinpath
Copying https://bugs.python.org/issue42043
Currently, zipfile.Path inheritance behavior is inconsistent with pathlib.Path:
class MyPath(zipfile.Pat…
- Updated URLS for deep_weeds
- Change splitlines() to split("\n") to avoid AssertionErrors caused by…
- Script to record filenames
- Fix #2624 issue : scene_parse150 dead _TRAIN_URL
- Check Manual downloads
- Pathlib interface for tf.io.gfile - GcsPath
- Fix url bug in docs
- Design adjustment and Typo
- DOC Fix indentation and displayed list numbers
- checksums.py: use importlib_resources
- Solve #2286. Download imagenet train/val splits alone
- Remove dependency on dm-tree
- Add UrlInfo.filename
- Minor spelling corrections for en-US
- Update __init__.py
- Make sure tfds.load supports loading datasets from GCS without the builder class imported
- Fix GCS support for looking up existing versions
- add config_description to the dataset_info.proto
- CBIS-DDSM: fix random patch cropping minimum position (min_x, min_y)
- Cleanup Code for Open Images and others
- Update release notes - 12
- Accept bytes, instead of file object for tfds.features.Images.
- Update release notes - 11
- Update release notes - 7
- Update release notes - 6
- Some pull request reviews not shown.
Created an issue in tensorflow/datasets that received 12 comments
Add a Pathlib-like API around tf.io.gfile
pathlib.Path is a modern, typed, oriented object file API. However, it can't access GCS and other filesystem. It would be nice to have a GPath wrap…
- Add recursive support for `GPath`
- Record filenames for all checksum files.
- Support sequence length 0 for images with unknown shape
- Add a Pathlib-like protocol in type_utils.py
- [Cleanup] Rewrite checksums.py to use `importlib_resources`
- Add a test to check that filename isn't used as key
- Add config_description to the dataset_info.proto
- Better API to define splits
- `version` should be optional for `BuilderConfig`
- Accept bytes, instead of file object for tfds.features.Images.