MemNet-Tensorflow icon indicating copy to clipboard operation
MemNet-Tensorflow copied to clipboard

Tensorflow implementation of MemNet(http://cvlab.cse.msu.edu/pdfs/Image_Restoration%20using_Persistent_Memory_Network.pdf).

Results 4 MemNet-Tensorflow issues
Sort by recently updated
recently updated
newest added

Please tell me if it is possible to process images larger than 256x256? All my attempts to process color images of larger size lead to errors. I would be glad...

我的命令是:python3 main.py --output_dir=model_output_0120 ==phase=train --training_set=.\datasets\tfrecords\VOC0712.tfrecords --training_steps=100000 --summary_steps=20 --checkpoint_steps=100 --save_steps=50 代码中的 batch_size 我改成 了 1,结果 c_step 跑到 2 的时候,每次都报 OOM…… 不知道有什么办法能让 train 跑起来?

Hi, Can you share the document 'datasets/VOC0712.txt'?

Thank you very much for sharing the code. I tried to modify your code to implement color image processing,but still error,I am more optimistic about your code, I hope you...