The stage one output is totally weird. I did run teststage1. I have attached a samples output for test stage 1.
I also did modify line 52 from tf.flags.DEFINE_integer("end", "2032", "") to tf.flags.DEFINE_integer("end", "1", "") or else the loop was trying to run for 2032 times and i got this error.
File "model_zalando_mask_content_test.py", line 161, in main
info = test_info[j].split()
IndexError: list index out of range
The stage one output is totally weird. I did run teststage1. I have attached a samples output for test stage 1. I also did modify line 52 from tf.flags.DEFINE_integer("end", "2032", "") to tf.flags.DEFINE_integer("end", "1", "") or else the loop was trying to run for 2032 times and i got this error. File "model_zalando_mask_content_test.py", line 161, in main info = test_info[j].split() IndexError: list index out of range
Can someone please help me with this?