Open guddulrk opened 7 years ago
I am getting following error: pt1 = tuple(reversed(map(int, pt1)))
TypeError: argument to reversed() must be a sequence
Can anybody help me please?
tuple(reversed(list(map(int, pt1))))
@tirtile Thank you so much. It's working now.
where can i get the weight.npz file and out.png file ?
I am getting following error: pt1 = tuple(reversed(map(int, pt1)))
TypeError: argument to reversed() must be a sequence
Can anybody help me please?