zhihongzeng2002

Results 3 comments of zhihongzeng2002

I got the same above error mentioned by @w5688414. Here are my work env: virtualenv 15.1.0 python 2.7.10 tensorflow 1.4.0

@CharlesShang thanks for your response. I tried your idea. I got the same as before.

Here is my solution: In eval_ssd_network.py Line 319: eval_op = flatten(list(name_to_updates.values())), LIne 338: eval_op =flatten(list(names_to_updates.values())), @zhaowanqing: the function in your comment is almost same as the one in "from compiler.ast...