zhengchen1999 / DAT

PyTorch code for our ICCV 2023 paper "Dual Aggregation Transformer for Image Super-Resolution"
Apache License 2.0
350 stars 27 forks source link

Ranning Error #26

Open 8596858 opened 5 months ago

8596858 commented 5 months ago

What should I do if I meet this problem? "No object named 'DATModel' found in 'model' registry!"

Thank you

zhengchen1999 commented 5 months ago

You can refer to #1, which is a similar question.

8596858 commented 5 months ago

Thank you for your answer.

I meet another problem like this: ModuleNotFoundError: No module named 'six'

What is a 'six' module?

zhengchen1999 commented 5 months ago

Sorry, I don't know. May be some library is dependent on it. Run pip install six to install it.

PS: If you create a new environment from scratch (https://github.com/zhengchen1999/DAT?tab=readme-ov-file#dependencies), similar problems should not occur.

8596858 commented 5 months ago

Can we see the PSNR during the training?

zhengchen1999 commented 5 months ago

Yes, this is the frequency.