qwexacc

Results 9 comments of qwexacc

> > 如何直接输入带有蒙版的图像并修复它,而不是添加蒙版并输出 > > 你好,我和你有同样的问题。你解决了吗?谢谢! 你好,是使用自己的掩码图片进行训练吗?

你好,可以加个联系方式讨论一下吗 ------------------ 原始邮件 ------------------ 发件人: "otenim/GLCIC-PyTorch" ***@***.***>; 发送时间: 2024年4月23日(星期二) 下午5:29 ***@***.***>; ***@***.******@***.***>; 主题: Re: [otenim/GLCIC-PyTorch] Mask position (#24) 如何直接输入带有蒙版的图像并修复它,而不是添加蒙版并输出 你好,我和你有同样的问题。你解决了吗?谢谢! 你好,是使用自己的掩码图片进行训练吗? 我使用的是无掩码的原图 — Reply to this email directly, view it on GitHub, or unsubscribe....

Hello, I also changed the size of the global picture and the size of the local picture during training, and the error reported is the same as yours, may I...

When executing the following command python3 bin/train.py -cn lama-fourier-celeba data.batch_size=10 Report an error

> > val_check_interval > > 请问你能说一下数据集每个文件的数量(比例)吗,我调整了之后还是报错~谢谢 请问你解决这个问题了嘛?

> 请问各位解决了这个问题吗? > > Have you solved this problem? 请问你解决这个问题了嘛?

> The problem is most probably related to filenames and their extensions. Could you please share the structure of your dataset folder? Hello, I also encountered the same problem. I...

谢谢您如此快的回复,有什么联系方式可以关注您嘛?我想问一下之前ResNet版本是否还存在,我想学习一下,十分感谢! ------------------ 原始邮件 ------------------ 发件人: "Huaxhen ***@***.***>; 发送时间: 2024年7月20日(星期六) 下午5:19 收件人: ***@***.***>; 抄送: ***@***.***>; ***@***.***>; 主题: Re: [NICE-FUTURE/predict-gender-and-age-from-camera] 我在训练中遇到了下面问题,但是不知道问题出在了哪里,是环境版本不对应嘛? (Issue #8) 这几个都是warning提示,不改也问题不大,可能和你用的torch版本有关系。 报错意思是从数据集读取的标签target维度为 16维向量,但模型输出的预测结果是 16x1 的矩阵。 解决办法是手动将模型输出结果的多余维度压缩掉就好了。调用 .squeeze() 方法就行,如:outputs = outputs.squeeze() —...

忘了问您,请问您的pytorch是什么版本呢?谢谢! ------------------ 原始邮件 ------------------ 发件人: "NICE-FUTURE/predict-gender-and-age-from-camera" ***@***.***>; 发送时间: 2024年7月20日(星期六) 晚上7:00 ***@***.***>; ***@***.******@***.***>; 主题: Re: [NICE-FUTURE/predict-gender-and-age-from-camera] 我在训练中遇到了下面问题,但是不知道问题出在了哪里,是环境版本不对应嘛? (Issue #8) 之前的 ResNet 版本可以通过仓库的 commit 记录找到,在这里:https://github.com/NICE-FUTURE/predict-gender-and-age-from-camera/tree/ae38b936d55a7d7516d3ad717348797fac7e05b5 — Reply to this email directly, view it on GitHub, or...