Hi,
a friend of mine and me are doing a university machine learning project. In order to generate new album cover art we need a large quantity of existing cover art to train a neural network (a cGAN to be precise). Currently we are going through all artists, letter by letter, using the python wrapper provided by alastair.
We noticed some artists are missing when searching a specific letter, for example “w” and the band “We Butter The Bread With Butter”.
Is there anyway to avoid this, is there a better way to systematically search the whole database without missing any artists?
Thank you all in advance