Datasets:
timeout
#12
by
j35t3r
- opened
Downloading and preparing dataset diffusiondb/large_random_5k to /home/DATA/ITWM/user/huggingface/poloclub___diffusiondb/large_random_5k/0.9.1/b3bc1e64570dc7149af62c4bac49ecfbce16b683dd4fee083292fae1afa95f7c...
Downloading data: 2%|โโโโโ | 12.0M/619M [06:35<5:33:34, 30.3kB/s]
โญโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ Traceback (most recent call last) โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
โ /home/user/.conda/envs/cuda--11-1-1--pytorch--1-9-0/lib/python3.9/site-packages/urllib3/respo โ
โ nse.py:438 in _error_catcher โ
โ โ
โ 435 โ โ โ
โ 436 โ โ try: โ
โ 437 โ โ โ try: โ
โ โฑ 438 โ โ โ โ yield โ
โ 439 โ โ โ โ
โ 440 โ โ โ except SocketTimeout: โ
โ 441 โ โ โ โ # FIXME: Ideally we'd like to include the url in the ReadTimeoutError bu โ
โ โ
โ /home/user/.conda/envs/cuda--11-1-1--pytorch--1-9-0/lib/python3.9/site-packages/urllib3/respo โ
โ nse.py:519 in read โ
โ โ
โ 516 โ โ โ โ flush_decoder = True โ
โ 517 โ โ โ else: โ
โ 518 โ โ โ โ cache_content = False โ
โ โฑ 519 โ โ โ โ data = self._fp.read(amt) if not fp_closed else b"" โ
โ 520 โ โ โ โ if ( โ
โ 521 โ โ โ โ โ amt != 0 and not data โ
โ 522 โ โ โ โ ): # Platform-specific: Buggy versions of Python. โ
โ โ
โ /home/user/.conda/envs/cuda--11-1-1--pytorch--1-9-0/lib/python3.9/http/client.py:463 in read โ
โ โ
โ 460 โ โ if amt is not None: โ
โ 461 โ โ โ # Amount is given, implement using readinto โ
โ 462 โ โ โ b = bytearray(amt) โ
โ โฑ 463 โ โ โ n = self.readinto(b) โ
โ 464 โ โ โ return memoryview(b)[:n].tobytes() โ
โ 465 โ โ else: โ
โ 466 โ โ โ # Amount is not given (unbounded read) so we must check self.length โ
โ โ
โ /home/user/.conda/envs/cuda--11-1-1--pytorch--1-9-0/lib/python3.9/http/client.py:507 in โ
โ readinto โ
โ โ
โ 504 โ โ # we do not use _safe_read() here because this may be a .will_close โ
โ 505 โ โ # connection, and the user is reading more bytes than will be provided โ
โ 506 โ โ # (for example, reading in 1k chunks) โ
โ โฑ 507 โ โ n = self.fp.readinto(b) โ
โ 508 โ โ if not n and b: โ
โ 509 โ โ โ # Ideally, we would raise IncompleteRead if the content-length โ
โ 510 โ โ โ # wasn't satisfied, but it might break compatibility. โ
โ โ
โ /home/user/.conda/envs/cuda--11-1-1--pytorch--1-9-0/lib/python3.9/socket.py:704 in readinto โ
โ โ
โ 701 โ โ โ raise OSError("cannot read from timed out object") โ
โ 702 โ โ while True: โ
โ 703 โ โ โ try: โ
โ โฑ 704 โ โ โ โ return self._sock.recv_into(b) โ
โ 705 โ โ โ except timeout: โ
โ 706 โ โ โ โ self._timeout_occurred = True โ
โ 707 โ โ โ โ raise โ
โ โ
โ /home/user/.conda/envs/cuda--11-1-1--pytorch--1-9-0/lib/python3.9/ssl.py:1241 in recv_into โ
โ โ
โ 1238 โ โ โ โ raise ValueError( โ
โ 1239 โ โ โ โ "non-zero flags not allowed in calls to recv_into() on %s" % โ
โ 1240 โ โ โ โ self.__class__) โ
โ โฑ 1241 โ โ โ return self.read(nbytes, buffer) โ
โ 1242 โ โ else: โ
โ 1243 โ โ โ return super().recv_into(buffer, nbytes, flags) โ
โ 1244 โ
โ โ
โ /home/user/.conda/envs/cuda--11-1-1--pytorch--1-9-0/lib/python3.9/ssl.py:1099 in read โ
โ โ
โ 1096 โ โ โ raise ValueError("Read on closed or unwrapped SSL socket.") โ
โ 1097 โ โ try: โ
โ 1098 โ โ โ if buffer is not None: โ
โ โฑ 1099 โ โ โ โ return self._sslobj.read(len, buffer) โ
โ 1100 โ โ โ else: โ
โ 1101 โ โ โ โ return self._sslobj.read(len) โ
โ 1102 โ โ except SSLError as x: โ
โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
timeout: The read operation timed out
During handling of the above exception, another exception occurred:
โญโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ Traceback (most recent call last) โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
โ /home/user/.conda/envs/cuda--11-1-1--pytorch--1-9-0/lib/python3.9/site-packages/requests/mode โ
โ ls.py:816 in generate โ
โ โ
โ 813 โ โ โ # Special case for urllib3. โ
โ 814 โ โ โ if hasattr(self.raw, "stream"): โ
โ 815 โ โ โ โ try: โ
โ โฑ 816 โ โ โ โ โ yield from self.raw.stream(chunk_size, decode_content=True) โ
โ 817 โ โ โ โ except ProtocolError as e: โ
โ 818 โ โ โ โ โ raise ChunkedEncodingError(e) โ
โ 819 โ โ โ โ except DecodeError as e: โ
โ โ
โ /home/user/.conda/envs/cuda--11-1-1--pytorch--1-9-0/lib/python3.9/site-packages/urllib3/respo โ
โ nse.py:576 in stream โ
โ โ
โ 573 โ โ โ โ yield line โ
โ 574 โ โ else: โ
โ 575 โ โ โ while not is_fp_closed(self._fp): โ
โ โฑ 576 โ โ โ โ data = self.read(amt=amt, decode_content=decode_content) โ
โ 577 โ โ โ โ โ
โ 578 โ โ โ โ if data: โ
โ 579 โ โ โ โ โ yield data โ
โ โ
โ /home/user/.conda/envs/cuda--11-1-1--pytorch--1-9-0/lib/python3.9/site-packages/urllib3/respo โ
โ nse.py:541 in read โ
โ โ
โ 538 โ โ โ โ โ โ # addressing it here to make sure IncompleteRead is โ
โ 539 โ โ โ โ โ โ # raised during streaming, so all calls with incorrect โ
โ 540 โ โ โ โ โ โ # Content-Length are caught. โ
โ โฑ 541 โ โ โ โ โ โ raise IncompleteRead(self._fp_bytes_read, self.length_remaining) โ
โ 542 โ โ โ
โ 543 โ โ if data: โ
โ 544 โ โ โ self._fp_bytes_read += len(data) โ
โ โ
โ /home/user/.conda/envs/cuda--11-1-1--pytorch--1-9-0/lib/python3.9/contextlib.py:137 in โ
โ __exit__ โ
โ โ
โ 134 โ โ โ โ # tell if we get the same exception back โ
โ 135 โ โ โ โ value = typ() โ
โ 136 โ โ โ try: โ
โ โฑ 137 โ โ โ โ self.gen.throw(typ, value, traceback) โ
โ 138 โ โ โ except StopIteration as exc: โ
โ 139 โ โ โ โ # Suppress StopIteration *unless* it's the same exception that โ
โ 140 โ โ โ โ # was passed to throw(). This prevents a StopIteration โ
โ โ
โ /home/user/.conda/envs/cuda--11-1-1--pytorch--1-9-0/lib/python3.9/site-packages/urllib3/respo โ
โ nse.py:443 in _error_catcher โ
โ โ
โ 440 โ โ โ except SocketTimeout: โ
โ 441 โ โ โ โ # FIXME: Ideally we'd like to include the url in the ReadTimeoutError bu โ
โ 442 โ โ โ โ # there is yet no clean way to get at it from this context. โ
โ โฑ 443 โ โ โ โ raise ReadTimeoutError(self._pool, None, "Read timed out.") โ
โ 444 โ โ โ โ
โ 445 โ โ โ except BaseSSLError as e: โ
โ 446 โ โ โ โ # FIXME: Is there a better way to differentiate between SSLErrors? โ
โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
ReadTimeoutError: HTTPSConnectionPool(host='cdn-lfs.huggingface.co', port=443): Read timed out.
During handling of the above exception, another exception occurred:
โญโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ Traceback (most recent call last) โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
โ /home/user/DeepfakeDetection/gen.py:485 in <module> โ
โ โ
โ 482 โ โ elif args.mode == 'adv': โ
โ 483 โ โ โ from helper_gen.diffusiondb import ( train_loader ) โ
โ 484 โ โ โ โ
โ โฑ 485 โ โ โ train_loader(args, image_size=32) โ
โ 486 โ โ
โ 487 โ โ
โ 488 โ else: โ
โ โ
โ /home/user/DeepfakeDetection/helper_gen/diffusiondb.py:9 in train_loader โ
โ โ
โ 6 โ
โ 7 def train_loader(args, dataset_id, image_size=32): โ
โ 8 โ from cfg import huggingface_cache_path โ
โ โฑ 9 โ dataset = load_dataset('poloclub/diffusiondb', 'large_random_5k', cache_dir=huggingf โ
โ 10 โ โ
โ 11 โ breakpoint() โ
โ 12 โ
โ โ
โ /home/user/.conda/envs/cuda--11-1-1--pytorch--1-9-0/lib/python3.9/site-packages/datasets/load โ
โ .py:1791 in load_dataset โ
โ โ
โ 1788 โ try_from_hf_gcs = path not in _PACKAGED_DATASETS_MODULES โ
โ 1789 โ โ
โ 1790 โ # Download and prepare data โ
โ โฑ 1791 โ builder_instance.download_and_prepare( โ
โ 1792 โ โ download_config=download_config, โ
โ 1793 โ โ download_mode=download_mode, โ
โ 1794 โ โ verification_mode=verification_mode, โ
โ โ
โ /home/user/.conda/envs/cuda--11-1-1--pytorch--1-9-0/lib/python3.9/site-packages/datasets/buil โ
โ der.py:891 in download_and_prepare โ
โ โ
โ 888 โ โ โ โ โ โ โ prepare_split_kwargs["max_shard_size"] = max_shard_size โ
โ 889 โ โ โ โ โ โ if num_proc is not None: โ
โ 890 โ โ โ โ โ โ โ prepare_split_kwargs["num_proc"] = num_proc โ
โ โฑ 891 โ โ โ โ โ โ self._download_and_prepare( โ
โ 892 โ โ โ โ โ โ โ dl_manager=dl_manager, โ
โ 893 โ โ โ โ โ โ โ verification_mode=verification_mode, โ
โ 894 โ โ โ โ โ โ โ **prepare_split_kwargs, โ
โ โ
โ /home/user/.conda/envs/cuda--11-1-1--pytorch--1-9-0/lib/python3.9/site-packages/datasets/buil โ
โ der.py:1651 in _download_and_prepare โ
โ โ
โ 1648 โ โ yield job_id, True, (total_num_examples, total_num_bytes, writer._features, num_ โ
โ 1649 โ โ
โ 1650 โ def _download_and_prepare(self, dl_manager, verification_mode, **prepare_splits_kwar โ
โ โฑ 1651 โ โ super()._download_and_prepare( โ
โ 1652 โ โ โ dl_manager, โ
โ 1653 โ โ โ verification_mode, โ
โ 1654 โ โ โ check_duplicate_keys=verification_mode == VerificationMode.BASIC_CHECKS โ
โ โ
โ /home/user/.conda/envs/cuda--11-1-1--pytorch--1-9-0/lib/python3.9/site-packages/datasets/buil โ
โ der.py:964 in _download_and_prepare โ
โ โ
โ 961 โ โ # Generating data for all splits โ
โ 962 โ โ split_dict = SplitDict(dataset_name=self.name) โ
โ 963 โ โ split_generators_kwargs = self._make_split_generators_kwargs(prepare_split_kwarg โ
โ โฑ 964 โ โ split_generators = self._split_generators(dl_manager, **split_generators_kwargs) โ
โ 965 โ โ โ
โ 966 โ โ # Checksums verification โ
โ 967 โ โ if verification_mode == VerificationMode.ALL_CHECKS and dl_manager.record_checks โ
โ โ
โ /home/user/.cache/huggingface/modules/datasets_modules/datasets/poloclub--diffusiondb/b3bc1e6 โ
โ 4570dc7149af62c4bac49ecfbce16b683dd4fee083292fae1afa95f7c/diffusiondb.py:310 in โ
โ _split_generators โ
โ โ
โ 307 โ โ โ
โ 308 โ โ for cur_part_id in self.config.part_ids: โ
โ 309 โ โ โ cur_url = urls[cur_part_id] โ
โ โฑ 310 โ โ โ data_dir = dl_manager.download_and_extract(cur_url) โ
โ 311 โ โ โ โ
โ 312 โ โ โ data_dirs.append(data_dir) โ
โ 313 โ โ โ json_paths.append(join(data_dir, f"part-{cur_part_id:06}.json")) โ
โ โ
โ /home/user/.conda/envs/cuda--11-1-1--pytorch--1-9-0/lib/python3.9/site-packages/datasets/down โ
โ load/download_manager.py:564 in download_and_extract โ
โ โ
โ 561 โ โ Returns: โ
โ 562 โ โ โ extracted_path(s): `str`, extracted paths of given URL(s). โ
โ 563 โ โ """ โ
โ โฑ 564 โ โ return self.extract(self.download(url_or_urls)) โ
โ 565 โ โ
โ 566 โ def get_recorded_sizes_checksums(self): โ
โ 567 โ โ return self._recorded_sizes_checksums.copy() โ
โ โ
โ /home/user/.conda/envs/cuda--11-1-1--pytorch--1-9-0/lib/python3.9/site-packages/datasets/down โ
โ load/download_manager.py:427 in download โ
โ โ
โ 424 โ โ download_func = partial(self._download, download_config=download_config) โ
โ 425 โ โ โ
โ 426 โ โ start_time = datetime.now() โ
โ โฑ 427 โ โ downloaded_path_or_paths = map_nested( โ
โ 428 โ โ โ download_func, โ
โ 429 โ โ โ url_or_urls, โ
โ 430 โ โ โ map_tuple=True, โ
โ โ
โ /home/user/.conda/envs/cuda--11-1-1--pytorch--1-9-0/lib/python3.9/site-packages/datasets/util โ
โ s/py_utils.py:435 in map_nested โ
โ โ
โ 432 โ โ
โ 433 โ # Singleton โ
โ 434 โ if not isinstance(data_struct, dict) and not isinstance(data_struct, types): โ
โ โฑ 435 โ โ return function(data_struct) โ
โ 436 โ โ
โ 437 โ disable_tqdm = disable_tqdm or not logging.is_progress_bar_enabled() โ
โ 438 โ iterable = list(data_struct.values()) if isinstance(data_struct, dict) else data_str โ
โ โ
โ /home/user/.conda/envs/cuda--11-1-1--pytorch--1-9-0/lib/python3.9/site-packages/datasets/down โ
โ load/download_manager.py:453 in _download โ
โ โ
โ 450 โ โ if is_relative_path(url_or_filename): โ
โ 451 โ โ โ # append the relative path to the base_path โ
โ 452 โ โ โ url_or_filename = url_or_path_join(self._base_path, url_or_filename) โ
โ โฑ 453 โ โ return cached_path(url_or_filename, download_config=download_config) โ
โ 454 โ โ
โ 455 โ def iter_archive(self, path_or_buf: Union[str, io.BufferedReader]): โ
โ 456 โ โ """Iterate over files within an archive. โ
โ โ
โ /home/user/.conda/envs/cuda--11-1-1--pytorch--1-9-0/lib/python3.9/site-packages/datasets/util โ
โ s/file_utils.py:183 in cached_path โ
โ โ
โ 180 โ โ
โ 181 โ if is_remote_url(url_or_filename): โ
โ 182 โ โ # URL, so get it from the cache (downloading if necessary) โ
โ โฑ 183 โ โ output_path = get_from_cache( โ
โ 184 โ โ โ url_or_filename, โ
โ 185 โ โ โ cache_dir=cache_dir, โ
โ 186 โ โ โ force_download=download_config.force_download, โ
โ โ
โ /home/user/.conda/envs/cuda--11-1-1--pytorch--1-9-0/lib/python3.9/site-packages/datasets/util โ
โ s/file_utils.py:611 in get_from_cache โ
โ โ
โ 608 โ โ โ elif scheme not in ("http", "https"): โ
โ 609 โ โ โ โ fsspec_get(url, temp_file, storage_options=storage_options, desc=downloa โ
โ 610 โ โ โ else: โ
โ โฑ 611 โ โ โ โ http_get( โ
โ 612 โ โ โ โ โ url, โ
โ 613 โ โ โ โ โ temp_file, โ
โ 614 โ โ โ โ โ proxies=proxies, โ
โ โ
โ /home/user/.conda/envs/cuda--11-1-1--pytorch--1-9-0/lib/python3.9/site-packages/datasets/util โ
โ s/file_utils.py:403 in http_get โ
โ โ
โ 400 โ โ desc=desc or "Downloading", โ
โ 401 โ โ disable=not logging.is_progress_bar_enabled(), โ
โ 402 โ ) as progress: โ
โ โฑ 403 โ โ for chunk in response.iter_content(chunk_size=1024): โ
โ 404 โ โ โ progress.update(len(chunk)) โ
โ 405 โ โ โ temp_file.write(chunk) โ
โ 406 โ
โ โ
โ /home/user/.conda/envs/cuda--11-1-1--pytorch--1-9-0/lib/python3.9/site-packages/requests/mode โ
โ ls.py:822 in generate โ
โ โ
โ 819 โ โ โ โ except DecodeError as e: โ
โ 820 โ โ โ โ โ raise ContentDecodingError(e) โ
โ 821 โ โ โ โ except ReadTimeoutError as e: โ
โ โฑ 822 โ โ โ โ โ raise ConnectionError(e) โ
โ 823 โ โ โ โ except SSLError as e: โ
โ 824 โ โ โ โ โ raise RequestsSSLError(e) โ
โ 825 โ โ โ else: โ
โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
ConnectionError: HTTPSConnectionPool(host='cdn-lfs.huggingface.co', port=443): Read timed out.
Thanks for reaching out to us! The ConnectionError
looks like some network hiccup. Does it work for you now?
Yes, It works now.
j35t3r
changed discussion status to
closed