Results 4 issues of jakc4103

Hi Thanks for the great work again. I am wondering whether there might be something wrong with the learning rate scheduler. I tested "main_train_rrdb_psnr.py", found that the learning rate quickly...

Hi Thanks for sharing this awesome code! I noticed some customize pytorch modules is used in the trained pytorch models. I'm wondering if one could export the fine-tuned model to...

Hi, thanks again for sharing this repo for reproducing the awesome results. I am curious about is the BatchNorm layers folded into preceding Conv or FC layers while inference? I...

Hi, tks for sharing your work! I checked the binarization and encode part in the function [CABACEncoder::encodeWeightVal](https://github.com/fraunhoferhhi/DeepCABAC/blob/master/extensions/deepCABAC/source/Lib/EncLib/CABACEncoder.cpp#L125). Is it different from the method described in section "Lossless coder of DeepCABAC"...