They say you shouldn’t train on synthetic data, still worth a shot.

  • Pennomi
    link
    English
    81 year ago

    The whole “don’t train on synthetic data” thing only holds true if you want to represent real world data, and even then it can be extremely useful.

    But if the synthetic data is what you’re trying to replicate anyway, train away!

    • @zorlan
      link
      English
      61 year ago

      I feel like it’s similar to image compression, you lose a bit every iteration. Consider that the original model was weighted towards common aspects across the training set. Even with some creative prompting for your source images you could unintentionally introduce bias and reduce variations across images generated by your new model. You also get any mistakes or inconsistencies baked in.

      • Pennomi
        link
        English
        51 year ago

        Yep. What’s the worst that can happen? You bias your model towards what you’re actually trying to achieve?

        It’s really only a problem for targeting realism, because generated images simply aren’t real.