-
hi
2024-07-05 02:02:24.069589: E external/local_xla/xla/stream_executor/cuda/cuda_dnn.cc:9261] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has al…
-
The result of this repository and the original darknet are slightly different (a bit worse detection some objects missing).
It works 90% but isn't quite as good.
I converted the weights file wi…
-
-
The transformer stages are same, so I wonder how to combine x2, x3 and x4 SR training?
Looking forward to hearing from you!
-
now ,i have a 8k pcm, if i apply this project to my pcm,i need resample 8khz to 48khz,what method of sampling i clould apply and make no effect on noise reduction?
-
Firstly,in the 'README.md' file, you note FFHQ is distributed in a **cropped version**, how to crop FFHQ image?Can you give me a code to process it.
Secondly,when i use ‘compute_statistics.py’ file …
-
## 🐛 Bug
I was using PyTorch 1.1.0a0+828a6a3 for some network training. Found that results of the bicubic mode in nn.Upsample are different in 1.1.0a0+828a6a3 and 1.9.0
## To Reproduce
I just…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
When I turn off the synchronisation between the images to adjust one of the images and then t…
-
When I run the pixray.py script with the following parameters the vqgan drawer looks to correctly do 100 iterations and generates a correct looking image:
`python pixray.py --prompt=batman --drawer v…
-
Hi, thanks for the great works!
I was trying to finetune a x2 model with own dataset, got these errors of tensor size mismatch. Scale x4 works fine though.
Data prep included multi-scale images…