Voice-Converter-CycleGAN icon indicating copy to clipboard operation
Voice-Converter-CycleGAN copied to clipboard

Fix: You must call "start" before calling "update"

Open carcinocron opened this issue 2 years ago • 0 comments

✗ python3 download.py --download_dir ./download2 --data_dir ./download_data2 --datasets vcc2016
Attempting to download: vcc2016_training.zip
Traceback (most recent call last):
  File "/Users/iomcr/code/gan/download.py", line 93, in <module>
    download_vcc2016(download_dir = download_dir, data_dir = data_dir)
  File "/Users/iomcr/code/gan/download.py", line 68, in download_vcc2016
    dataset_filepath = maybe_download(filename = data_file, url = url, destination_dir = download_dir, force = False)
  File "/Users/iomcr/code/gan/download.py", line 36, in maybe_download
    filepath, _ = urlretrieve(url, filepath, reporthook = progress_bar)
  File "/usr/local/Cellar/[email protected]/3.9.6/Frameworks/Python.framework/Versions/3.9/lib/python3.9/urllib/request.py", line 265, in urlretrieve
    reporthook(blocknum, bs, size)
  File "/Users/iomcr/code/gan/download.py", line 22, in progress_bar
    pbar.update(downloaded)
  File "/usr/local/lib/python3.9/site-packages/progressbar/progressbar.py", line 257, in update
    raise RuntimeError('You must call "start" before calling "update"')
RuntimeError: You must call "start" before calling "update"

carcinocron avatar Aug 20 '21 18:08 carcinocron