Skip to content

Commit

Permalink
Update python.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Jan 12, 2024
1 parent 9b3f0ca commit af6a4d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/python.js
Original file line number Diff line number Diff line change
Expand Up @@ -4382,10 +4382,12 @@ python.Execution = class {
this.registerType('torch.optim.lr_scheduler.ReduceLROnPlateau', class {});
this.registerType('torch.optim.lr_scheduler.StepLR', class {});
this.registerType('torch.optim.optimizer._RequiredParameter', class {});
this.registerType('torch.optim.radam.RAdam', class extends torch.optim.optimizer.Optimizer {});
this.registerType('torch.optim.rmsprop.RMSprop', class {});
this.registerType('torch.optim.sgd.SGD', class {});
this.registerType('torch.optim.sparse_adam.SparseAdam', class {});
this.registerType('torch.optim.swa_utils.SWALR', class {});
torch.optim.RAdam = torch.optim.radam.RAdam;
this.registerType('torch.quantization.fake_quantize.FakeQuantize', class {});
this.registerType('torch.quantization.observer._PartialWrapper', class {});
this.registerType('torch.quantization.observer.HistogramObserver', class {});
Expand Down

0 comments on commit af6a4d9

Please sign in to comment.