b0a7ec5f868efb0c68c0e1d37a2d9bb3da153f13,tensorflow_datasets/image/places365_small.py,Places365Small,_split_generators,#Places365Small#Any#,75
Before Change
name="train",
gen_kwargs={
"data_dir_path":
os.path.join(output_files["train"], "data_256"),
"annotation_path":
os.path.join(output_files["annotation"],
"places365_train_standard.txt"),
After Change
"test": urllib.parse.urljoin(_BASE_URL, _TEST_URL),
"validation": urllib.parse.urljoin(_BASE_URL, _VALID_URL),
})
annotation_path = dl_manager.download_and_extract(
urllib.parse.urljoin(_BASE_URL, _FILE_ANNOTATION_URL))
return [
tfds.core.SplitGenerator(
name="train",
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 2
Instances
Project Name: tensorflow/datasets
Commit Name: b0a7ec5f868efb0c68c0e1d37a2d9bb3da153f13
Time: 2020-01-07
Author: rsepassi@google.com
File Name: tensorflow_datasets/image/places365_small.py
Class Name: Places365Small
Method Name: _split_generators
Project Name: tensorflow/datasets
Commit Name: 7964bcbf925e6b37d09f733e51bf436139ca6f05
Time: 2018-12-11
Author: pierrot@google.com
File Name: tensorflow_datasets/core/download/download_manager_test.py
Class Name: DownloadManagerTest
Method Name: test_download_and_extract
Project Name: tensorflow/datasets
Commit Name: 298652bd95ad6d87986c566112cfb23b86161c22
Time: 2019-03-18
Author: rahmetsaritekin@gmail.com
File Name: tensorflow_datasets/image/mnist.py
Class Name: EMNIST
Method Name: _split_generators