GA-17
GA-17
Hi,did you execute it successfully using python3?Because of the encoding question in python2,I try to use python3 to train ,and I meet the following error: dataset.py", line 32, in __init__...
@hafnerfe Thanks for your reply, and it solved my question.
`query = tokenizer.from_list_format([ {'image': "../data/dog.jpg"}, {'image': "../data/elephant.jpg"}, {'image': "../data/giraffe.jpg"}, {'text': prompt}, ])` Like this.
`query = tokenizer.from_list_format([ {'image': "../data/dog.jpg"}, {'image': "../data/elephant.jpg"}, {'image': "../data/giraffe.jpg"}, {'text': prompt}, ])` Like this.