fixing bugs
This commit is contained in:
parent
20a9b3254f
commit
097d864ef5
|
@ -320,7 +320,8 @@ class EveryDreamOptimizer():
|
|||
betas = BETAS_DEFAULT
|
||||
epsilon = EPSILON_DEFAULT
|
||||
weight_decay = WEIGHT_DECAY_DEFAULT
|
||||
opt_class = None
|
||||
import bitsandbytes as bnb
|
||||
opt_class = bnb.optim.AdamW8bit
|
||||
optimizer = None
|
||||
|
||||
default_lr = 1e-6
|
||||
|
|
Loading…
Reference in New Issue