stable-diffusion-webui icon indicating copy to clipboard operation
stable-diffusion-webui copied to clipboard

[Bug]: FutureWarning: Dropping of nuisance columns in rolling operations is deprecated; in a future version this will raise TypeError. Select only valid columns before calling the operation. Dropped columns were Index(['Name'], dtype='object')

Open FurkanGozukara opened this issue 2 years ago • 2 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues and checked the recent builds/commits

What happened?

I am recording a new video with the latest version of web ui and dreambooth

This is the warning message during training

C:\web ui 2\extensions\sd_dreambooth_extension\dreambooth\utils.py:409: FutureWarning: Dropping of nuisance columns in rolling operations is deprecated; in a future version this will raise TypeError. Select only valid columns before calling the operation. Dropped columns were Index(['Name'], dtype='object')
  all_df_loss = all_df_loss.rolling(smoothing_window).mean()

image

Steps to reproduce the problem

a

What should have happened?

a

Commit where the problem happens

a

What platforms do you use to access UI ?

Windows

What browsers do you use to access the UI ?

Google Chrome

Command Line Arguments

a

Additional information, context and logs

a

FurkanGozukara avatar Jan 02 '23 22:01 FurkanGozukara

image image

i'm running into the same bug, doesn't seem to be stopping me from training my dreambooth model though.

delislej avatar Jan 04 '23 02:01 delislej

same here

caretaker0815 avatar Jan 05 '23 17:01 caretaker0815

same here :(

defensezone avatar Jan 18 '23 15:01 defensezone

you have to use [name] in text template - that is how i solved

hopefully i am going to release grand master tutorial on text embeddings very soon on https://www.youtube.com/@SECourses

@defensezone @caretaker0815 @delislej

FurkanGozukara avatar Jan 18 '23 18:01 FurkanGozukara