Hi, thanks for sharing this great work. I have some questions about the code.
- I wonder how many steps the program takes to train a model for a 248×186 image like
balloons.png.
- In my training environment, I can only pip install
certifi==2022.9.24, PyWavelets==1.3.0 and tqdm==4.63.1. However, the requirements in your repo are certifi==2022.12.7, PyWavelets==1.4.1 and tqdm==4.64.1. So I wonder if the downgraded version of the three packages will affect my training results. All the other packages are the same as yours.
Thank you in advance!
Hi, thanks for sharing this great work. I have some questions about the code.
balloons.png.certifi==2022.9.24,PyWavelets==1.3.0andtqdm==4.63.1. However, the requirements in your repo arecertifi==2022.12.7,PyWavelets==1.4.1andtqdm==4.64.1. So I wonder if the downgraded version of the three packages will affect my training results. All the other packages are the same as yours.Thank you in advance!