robvanvolt

Results 33 comments of robvanvolt

I had issues with subprocess and list-arguments too, will pull request a hot fix soon!

> https://gist.github.com/borzunov/5f493e3c18bfa90d4de0530eb214a250 AttributeError: Can't pickle local object '_generate_examples_from_tables_wrapper..wrapper'

> new idea: use /dev/shm @rom1504 This only works on linux, doesn't it? But it looks good for this usecase... want to try that path anyway and make it linux-only?...

Sounds really promising! Would you like to commit a pull request for a model in the transformer folder?

Sure!:) The name-coding can also be found in https://github.com/robvanvolt/DALLE-models/readme.md 16L_64HD_8H_512I_128T_cc12m_cc3m_3E means 16 layers, 64 head dimensions, 8 heads, 512 image dimensions, 128 text dimensions trained on cc12m and cc3m for...

Agree 100%! It was actually meant to use the utilities one day to have a direct downloader - I used them separately the most time, so I forgot about the...

Definitely, awesome work! Can you do a PR so I can merge it? 👍 Also, the downloading times are amazing!:))

Really nice! I will most likely implement some features from this repo (not all uploaded to github, like the svg support) to image2dataset and use DALLE-datasets for wds examples, wds...

In the end, it would probably be easier to generate 256x256 or 512x512 pixels and seperately use a ML-algorithm to upscale the images :)

Agree! A good idea to stay focused on the current, important issues!