Zyin055 / Inspect-Embedding-Training

Python script to analyze textual inversion embedding files used with AI image generators
MIT License
102 stars 11 forks source link

polylines not scaling along with plot #1

Closed zrichz closed 1 year ago

zrichz commented 1 year ago

great tool - but the polylines showing the best fit line and the polynomial fit are not scaling along with the rest of the chart. (the rolling averages are behaving correctly) 20220111H256-3000-loss

Zyin055 commented 1 year ago

It may be because you have a relatively small number of data points. See if setting the loss logging to every step helps.

zrichz commented 1 year ago

Okay thanks will test if logging every step helps👍

zrichz commented 1 year ago

logging every step was the answer! - many thanks works fine :)