hht2001

Results 17 issues of hht2001

hello, I wonder can Pytorch_Android support Kotlin? :)

hi, I use the 'from_pretrain ' func to load the pretrain model ,but I found the linear param will be re-init when I simply replace the nn.Linear with lora.Linear

what's the difference between the 'evaluate' method and 'evaluate_raw' method in the class 'VQADataset' in 'vqa_data.py'?

Hi, great work I want to repeat it in diffusers in diffusers, what should the parameter original_size and target_size embedding be? thanks

`retry = 3 while retry > 0: try: img_bytes = self.file_client.get(gt_path, 'gt') except (IOError, OSError) as e: logger = get_root_logger() logger.warn(f'File client error: {e}, remaining retry times: {retry - 1}')...

how to solve it...there is no 'train.json' file in the download link

![截屏2023-06-29 11 09 47](https://github.com/lyh-18/TCVC-Temporally-Consistent-Video-Colorization/assets/61224076/398d9511-8ade-464d-8a7f-d3e0115c0f0b) 在计算M时采用L2范数的平方,理应为各元素的平方和 但是在codes/models/archs/TCVC_IDC_arch.py. line 215中为和的平方 不知道对结果有什么影响?

### Describe the bug When I use with torch.autocast("cuda"): images = pipe(...) the output is noise ![validation_0_fe0c3de4f9a024ad739f](https://github.com/huggingface/diffusers/assets/61224076/0529f04e-7e04-499a-b6ef-26e32b4bf033) ### Reproduction import torch from diffusers import PixArtAlphaPipeline pipe = PixArtAlphaPipeline.from_pretrained("PixArt-alpha/PixArt-XL-2-1024-MS", torch_dtype=torch.float16) pipe.enable_model_cpu_offload()...

bug

Hi, I found that u said there is a "sudden converge" I think that because of the uniform sampling of timestep in training. If use (large timestep, 1000) in the...