hollowstrawberry/kohya-colab

Dataset Maker error

Closed this issue · 16 comments

same here it's happening :/

Same here!

Any news about the Fix anyone ? 😆

Not sure if it helps but
20240731 205127
this ERROR shows up just before reloading and giving the error TheRyukenOmega16 showed above.
It's too fast to scroll before reloading so couldn't exactly capture the full message.

I'm not sure which packages I need to change to fix it

ChatGPT said problem due to keras version. So I downgrade keras version and it works. Until hollowstrawberry solving the problem completely, just use !pip install tensorflow==2.15.0 & !pip install keras==2.15.0 before running tagging.

ChatGPT said problem due to keras version. So I downgrade keras version and it works. Until hollowstrawberry solving the problem completely, just use !pip install tensorflow==2.15.0 & !pip install keras==2.15.0 before running tagging.

How do you do that? How do you do !pip install for both of those???

20240802010136

ChatGPT said problem due to keras version. So I downgrade keras version and it works. Until hollowstrawberry solving the problem completely, just use !pip install tensorflow==2.15.0 & !pip install keras==2.15.0 before running tagging.

How do you do that? How do you do !pip install for both of those???

20240802010136

So I make a new line above tagging or..?

run the !pip cell before running 'Tag your images' cell

ChatGPT said problem due to keras version. So I downgrade keras version and it works. Until hollowstrawberry solving the problem completely, just use !pip install tensorflow==2.15.0 & !pip install keras==2.15.0 before running tagging.

Tried and it works fine.

Thanks!!!

ChatGPT said problem due to keras version. So I downgrade keras version and it works. Until hollowstrawberry solving the problem completely, just use !pip install tensorflow==2.15.0 & !pip install keras==2.15.0 before running tagging.

it's Working, Thank you so much

ChatGPT said problem due to keras version. So I downgrade keras version and it works. Until hollowstrawberry solving the problem completely, just use !pip install tensorflow==2.15.0 & !pip install keras==2.15.0 before running tagging.

Tried and it works fine.
Thanks!!!

I'm still not getting it :/ Do I make a new cell above the tagging one?

a
make a new code cell and input two !pip codes between 'curate your images' and 'tag your images'. and run the !pip cell. after finishing the cell then start 'tag your images' and other cells

ChatGPT said problem due to keras version. So I downgrade keras version and it works. Until hollowstrawberry solving the problem completely, just use !pip install tensorflow==2.15.0 & !pip install keras==2.15.0 before running tagging.

Tried and it works fine.
Thanks!!!

I'm still not getting it :/ Do I make a new cell above the tagging one?

a make a new code cell and input two !pip codes between 'curate your images' and 'tag your images'. and run the !pip cell. after finishing the cell then start 'tag your images' and other cells

wow I should have thought about checking the versions, I do this every time on the trainer when something fails I check the available version on pypi and change it since when they update it, some packages can't be installed anymore so I just update to the version number xD and fixes it every time hahaha

ChatGPT said problem due to keras version. So I downgrade keras version and it works. Until hollowstrawberry solving the problem completely, just use !pip install tensorflow==2.15.0 & !pip install keras==2.15.0 before running tagging.

thanks it works perfectly :D

ChatGPT said problem due to keras version. So I downgrade keras version and it works. Until hollowstrawberry solving the problem completely, just use !pip install tensorflow==2.15.0 & !pip install keras==2.15.0 before running tagging.

Thank you. I have edited the dataset maker to implement this change. Let me know if it works.

Works well

ChatGPT said problem due to keras version. So I downgrade keras version and it works. Until hollowstrawberry solving the problem completely, just use !pip install tensorflow==2.15.0 & !pip install keras==2.15.0 before running tagging.

Thank you. I have edited the dataset maker to implement this change. Let me know if it works.

works again, thank you very much