darthjaja

Results 6 issues of darthjaja

c4 will soon be deprecated, using allenai/c4 instead

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug When I use the code below to create a collection...

kind/question

Hi, when I run this code I got vertical and horizontal lines on the image: ![image](https://github.com/dome272/VQGAN-pytorch/assets/139144277/5a30d1bf-4f6a-4eb7-b526-b3e97790e671) I came to this repo from the youtube video, and it seems the OP...

Hi, my discriminator loss curve looks like this: ![image](https://github.com/dome272/VQGAN-pytorch/assets/139144277/9597690e-a7e2-44cc-8089-49ba40645eb5) I don't think that's right because it means most of the times the discriminator knows the generated image is fake but...

The new updates introduced a syntax error

https://github.com/hkproj/pytorch-lora/blob/a2bdeadabd4ffcaf99b61d31579b7c8abe3f1af4/lora.ipynb#L459 When I do ``` for name, param in net.named_parameters(): print(name) ``` I got output ``` linear1.bias linear1.parametrizations.weight.original linear2.bias linear2.parametrizations.weight.original linear3.bias linear3.parametrizations.weight.original ``` So it seems that anyways the parametrization...