You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I attempted to train the model using the main.py script. The script starts off well but seems to get stuck when attempting to download the ocr_craft model. There's no progress in the download bar, I got these messages:
Global seed set to 7
Running on GPUs 0,
Working with z of shape (1, 256, 16, 16) = 65536 dimensions.
loaded pretrained LPIPS loss from taming/modules/autoencoder/lpips/vgg.pth
Downloading ocr_craft model from 1Jk4eGD7crsqCCg9C9VjCLkMN3ze8kutZ to taming/modules/autoencoder/ocr_perceptual/craft_mlt_25k.pth
After I have waited for a long time I got:
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='drive.google.com', port=443): Max retries exceeded with url: /uc?export=download&id=1Jk4eGD7crsqCCg9C9VjCLkMN3ze8kutZ&confirm=1 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7efbfded7b20>: Failed to establish a new connection: [Errno 110] Connection timed out'))
The text was updated successfully, but these errors were encountered:
you can find the download links for these two models in the terminal output, download them manually, and place them in the 'taming/modules/autoencoder/ocr_perceptual/' folder
Hi! I attempted to train the model using the main.py script. The script starts off well but seems to get stuck when attempting to download the ocr_craft model. There's no progress in the download bar, I got these messages:
After I have waited for a long time I got:
The text was updated successfully, but these errors were encountered: