DALL-E
DALL-E copied to clipboard
PyTorch package for the discrete VAE used for DALL·E.
Removed the need to import math by implementing another method to calculate a sqrt.
When I tried to run `the example notebook`, it returned an error. This error was specifically on the `x_stats = dec(z).float()` line.
Maradona manejando un Ferrari
In this pull request, I solved problem #70 which focused on not being able to install DALL-E using pip install DALL-E. My updates to the README.MD file should allow users...
AttributeError: 'Upsample' object has no attribute 'recompute_scale_factor'. Can you please tell me why this error occurs?
Hi
.
When i install and ran the sample i am getting this error - AttributeError: 'Upsample' object has no attribute 'recompute_scale_factor' python 3.8
I have already installed this, but I don't know how to use it. I go to the "usage" page and there's a piece of Python code... What am I supposed...