Skip to content

Commit

Permalink
Update python.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Nov 28, 2024
1 parent 45ac0c7 commit e32209f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/python.js
Original file line number Diff line number Diff line change
Expand Up @@ -5288,6 +5288,7 @@ python.Execution = class {
this.registerType('torch.nn.utils.prune.L1Unstructured', class {});
this.registerType('torch.nn.utils.prune.LnStructured', class {});
this.registerType('torch.nn.utils.prune.PruningContainer', class {});
this.registerType('torch.nn.utils.prune.RandomUnstructured', class {});
this.registerType('torch.nn.utils.spectral_norm.SpectralNorm', class {});
this.registerType('torch.nn.utils.spectral_norm.SpectralNormStateDictHook', class {});
this.registerType('torch.nn.utils.spectral_norm.SpectralNormLoadStateDictPreHook', class {});
Expand Down

0 comments on commit e32209f

Please sign in to comment.