mjkwon2021 / CAT-Net

Official code for CAT-Net: Compression Artifact Tracing Network. Image manipulation detection and localization.
229 stars 25 forks source link

Questions about NaN #52

Open TwitchOnly111 opened 1 week ago

TwitchOnly111 commented 1 week ago

I was training on tampCOCO, and after the first layer of RGB and DCT streams when I used the pre-trained model, the data became NaN and a lot of zeros, while without the pre-trained model it was some big numbers.

before: 487885f1b74ef4c192eba32d391ea783 after: 08e107aca8ccd58f6592c8ffecd719f7

TwitchOnly111 commented 1 week ago

Same as issue 10