ayoolaolafenwa / PixelLib

Visit PixelLib's official documentation https://pixellib.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vis_img.load_dataset("banana")

feitgemel opened this issue · comments

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