minyoungg / selfconsistency

Code for the paper: Fighting Fake News: Image Splice Detection via Learned Self-Consistency
Apache License 2.0
190 stars 43 forks source link

AttributeError: Can't pickle local object 'EfficientBenchmark.update_queue_runner.<locals>.new_cr' #1

Closed c1a1o1 closed 6 years ago

c1a1o1 commented 6 years ago

win10, py3.5 error:

AttributeError: Can't pickle local object 'EfficientBenchmark.update_queue_runner..new_cr'

minyoungg commented 6 years ago

We were unable to replicate this error. At first glance, this seems like an issue with windows-specific tensorflow.

AndrewHLiu commented 6 years ago

Looks like an issue with the multiprocessing data loader, can you give us a more detailed trace? I recognize the different names but it's hard to tell what's going on.

c1a1o1 commented 6 years ago

Thank you very much!