lucidrains / DALLE2-pytorch

Implementation of DALL-E 2, OpenAI's updated text-to-image synthesis neural network, in Pytorch
MIT License
11.08k stars 1.08k forks source link

Replace the training dataset of the train decoder #222

Closed Mrak6192 closed 2 years ago

Mrak6192 commented 2 years ago

When I ran train_decoder.py, I replaced "webdataset_base_url" with my own dataset, and changed the parameters "start_shard": 0, "end_shard": 1242, "shard_width": 5, "index_width": 4, but it kept reporting an error :''json.decoder.JSONDecodeError: Expecting ',' delimiter: line 90 column 2 (char 2157), where is my problem, thank you!