Liu

Results 9 issues of Liu

Hi, there, I noticed that in main.py we used the cv2.dnn. It seems we are using DNN, why this project is titled CNN in readme.md

I got this problem when i am trying to run the GPU verison, may i know why this happen. Thank you from the bottom of my heart. My environment: Window11...

# What does this PR do? update LLaMa family ![image](https://github.com/meta-llama/llama-recipes/assets/20925537/fd496d4c-7ac7-421b-b1f4-15b769a24625) Fixes # (issue) ## Feature/Issue validation/testing Please describe the tests that you ran to verify your changes and relevant result...

cla signed

# What does this PR do? This PR solve an old quesiton. prepare_model_for_int8_training has been deprecated for quite some time, with PEFT v0.10.0, it has been removed. Please use prepare_model_for_kbit_training...

cla signed

Hi,May I ask is this the normal output? or the file is locked or something that I need to fix. Would you mind give me some suggestions? `A fatal error...

## 1、TypeError: ('Keyword argument not understood:', 'input') A: Model文件里面的input修改为 `model = Model(inputs=inputs, outputs=conv10)` ## 2、cannot write mode F as PNG A: 参见问题3,修改saveResult ## 3、训练完结果是黑色的/白色的 A: 训练的轮数太少了,loss不下降 / saveResult 函数没有改过来 ```...

detailed can be seen here: https://github.com/zhixuhao/unet/issues/256