Please remove this post.
False alarm.
Hi @pedro.tobarra ,
To make idx cycle back to 0,
we do:
idx = j % len(examples)
Print statement is very useful for debugging. Put a couple of print statement to check if the value/s as expected.
You can print out the X and Y to see if they are as expected after the constructing the single example and appending the newline.
Hi @Kic ,
thank you very much for your message.
I coded your solution and everything finally worked.
Have a nice week!
Hi @pedro.tobarra ,
Great to know you have got it working. Thanks
1 Like