Michael Diskin %!s(int64=4) %!d(string=hai) anos
pai
achega
9e97749f7d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/albert/optim.py

+ 1 - 1
examples/albert/optim.py

@@ -108,7 +108,7 @@ class Lamb(Optimizer):
 
                 if self.adam:
                     trust_ratio = 1
-
+                logger.info("222")
                 p.data.add_(adam_step, alpha=-step_size * trust_ratio)
 
         return loss