mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-17 07:00:37 +00:00
[misc] resolve code factor issues (#4433)
This commit is contained in:
@@ -139,7 +139,7 @@ class Booster:
|
||||
loss (torch.Tensor): The loss to be backpropagated.
|
||||
optimizer (Optimizer): The optimizer to be updated.
|
||||
"""
|
||||
# TODO: implement this method with plugin
|
||||
# TODO(frank lee): implement this method with plugin
|
||||
optimizer.backward(loss)
|
||||
|
||||
def execute_pipeline(self,
|
||||
|
Reference in New Issue
Block a user