PixelLib
PixelLib copied to clipboard
vis_img.load_dataset("banana")
Hi, I am trying to run a custom training.
vis_img.load_dataset("nature") -> does command does not working, gets this error : "TypeError: array() takes 1 positional argument but 2 were given"
What can be the problem ? and how can I solve it ?
Eran