莫小苝

Results 12 issues of 莫小苝

你好,我如下配置文件,在 mmgen 中尝试复现你们给出的开源模型结果,但失败了。 我的训练配置信息如下: 配置文件使用是:https://github.com/open-mmlab/mmgeneration/blob/master/configs/cyclegan/cyclegan_lsgan_resnet_in_horse2zebra_b1x1_270k.py 显卡型号:1080 ti gpu 个数:4 下面是模型训练完之后使用 best 模型在 FID 和 IS 的评估结果 ![Xnip2022-03-17_17-59-04](https://user-images.githubusercontent.com/14770340/158786008-ce5fd948-5b27-4b69-adcc-bf7ae3387393.jpg) 下面这个是官方给出的开源模型评估结果 ![Xnip2022-03-17_17-59-25](https://user-images.githubusercontent.com/14770340/158786139-8d6a9b8b-7cfb-43ec-a49a-7de3457e3c82.jpg) 从指标上看,自己训练的和官方开源的差异挺大。 请问你们是在什么显卡上用多少个 gpu 训练出了上面的结果?

楼主,您好!我想问下您, x = [pnyn2idx.get(pnyn, 1) for pnyn in pnyn_sent] # 1: OOV y = [hanzi2idx.get(hanzi, 1) for hanzi in hanzi_sent] # 1: OOV xs.append(np.array(x, np.int32).tostring()) ys.append(np.array(y, np.int32).tostring()) 为什么这里要把x和y转换成字符串类型那?

兄弟,你好,有个疑问想向你请教一下,你对读入图像的大小是怎么处理的?

你好,请问demo接口是关闭了么?

I am very interesting in your program. Can you provide your latent_classifier model?

Hi, can you release your inpainting training code ?

### Description 请问,AltDiffusion-m18 的训练代码什么可以开放? ### Alternatives _No response_

question

# Describe the bug 在显卡 A10(24G 显存) 上,加速多分辨率,同时每个分辨率生成 2 张图片时,出现错误 # Your environment ``` diffusers==0.27.0 transformers==4.38.2 xformers==0.0.23.post1 peft==0.7.1 # For CN users python3 -m pip install -U --pre oneflow -f...

Request-bug
Response-need_minites
sig-kernel-and-runtime

# Describe the bug 使用 onediff 加速之后,生成图像质量变差。请问有什么解决的办法吗?详细对比如下: 加速前生成图像 ![base-0_0](https://github.com/siliconflow/onediff/assets/14770340/d5235296-907c-4536-b140-4d4c77ba93bc) 加速后生成图像 ![base-0_0-onediff](https://github.com/siliconflow/onediff/assets/14770340/34f94863-8a38-4db6-be82-f6c1b3f9cfe7) 生成变差的区域(红色圈中的地方) ![Xnip2024-03-22_16-51-30](https://github.com/siliconflow/onediff/assets/14770340/0622ea67-cdd8-4487-9074-1cd97a1755aa)

Request-bug
Response-need_days
Response-urgent_and_important
sig-quality

# Describe the bug 使用 下面的环境变量后报错 os.environ['ONEFLOW_CONV_ALLOW_HALF_PRECISION_ACCUMULATION'] = '0' os.environ['ONEFLOW_MATMUL_ALLOW_HALF_PRECISION_ACCUMULATION'] = '0' 错误信息如下: ``` F20240326 18:44:23.906044 1387 fused_matmul_bias_kernel.cu:84] Check failed: cublasLtMatmul( cuda_stream->cublas_lt_handle(), matmul_cache->operation_desc, &sp_alpha, weight->dptr(), matmul_cache->cublas_a_desc, x->dptr(), matmul_cache->cublas_b_desc, &sp_beta, (_add_to_output...

Request-bug
Response-important
sig-kernel-and-runtime