You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running several nested bars. The inner bars may be run many times for each step of the outer bars. When an inner bar completes, it "stays around", and a new version of the bar pops up underneath.
After many iterations, it winds up looking like this:
However, there's only ever one gradient_updates bar around at a time, so when I start writing a new one, I'd like it to replace/override the previous one. Here's how I'd like it to look:
I'm running several nested bars. The inner bars may be run many times for each step of the outer bars. When an inner bar completes, it "stays around", and a new version of the bar pops up underneath.
After many iterations, it winds up looking like this:
However, there's only ever one
gradient_updates
bar around at a time, so when I start writing a new one, I'd like it to replace/override the previous one. Here's how I'd like it to look:Is this possible?
The text was updated successfully, but these errors were encountered: