I\'m following a tutorial on neural nets1
It\'s in Python 2.7. I\'m using 3.4. This is the line that troubles me:
if test_data: n_test = len(test_data)>
Force the zip() to evaluate.
zip()
foo = list(zip(...))