Caenorst / YeNet-Pytorch

Pytorch implementation of "Deep Learning Hierarchical Representations for Image Steganalysis"
52 stars 9 forks source link

how to rewrite it #4

Open airhandsome opened 5 years ago

airhandsome commented 5 years ago

the dataloaditer is out of date in pytorch1.0, how should I rewrite it or do something to instead? I use the dataloadFolder instead without pair, but the network seems didn't work.

liujiaocv commented 2 years ago

Hi, I met the same problem. Have you solved it?