yaojieliu / ECCV2018-FaceDeSpoofing

http://cvlab.cse.msu.edu/project-face-anti.html
MIT License
161 stars 42 forks source link

NameError: name 'cifar10_input' is not defined #7

Closed cvJie closed 5 years ago

cvJie commented 5 years ago

hi,yaojie: I want to run Train.py, and erroe is :

"Architecture.py", line 31, in IMAGE_SIZE = cifar10_input.IMAGE_SIZE NameError: name 'cifar10_input' is not defined

please give me some advices.thanks

yaojieliu commented 5 years ago

Fixed, it should be data_train. Thank you.