Dataset/LoRa not working?

#3
by Njikfmf - opened

I'm trying to figure out the problem with the lora training colab, are there any problems with not using gelbooru for tags? the first step worked in that it created a drive directory and I was able to import my images for analysis, but the second step has been nothing but problems and things not being defined? Am I missing something?

More specifically I started getting an os is not defined error (fixed temporarily by placing import os at the start of the code, but upon refreshing the page this fixed itself), and it then changed to root_dir is not defined error, which also later sorted itself out with no code changes. I've looked into zipfile is not defined, but am still unsure of why that happens? Also how does it grab the url for the drive directory? Do I not have to input it anywhere?

Hey, I don't know what's going on with that. It should work fine as long as you run step 1 every time you start the colab.

As for the drive directory, it's mounted automatically and uses the given project name.

Sign up or log in to comment