Skip to content

Commit

Permalink
Update pytorch.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Dec 9, 2021
1 parent d066d9d commit 4aede5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/pytorch.js
Original file line number Diff line number Diff line change
Expand Up @@ -1233,6 +1233,7 @@ pytorch.Execution = class extends python.Execution {
this.registerType('torchvision.ops.feature_pyramid_network.FeaturePyramidNetwork', class {});
this.registerType('torchvision.ops.feature_pyramid_network.LastLevelMaxPool', class {});
this.registerType('torchvision.ops.feature_pyramid_network.LastLevelP6P7', class {});
this.registerType('torchvision.ops.misc.ConvNormActivation', class {});
this.registerType('torchvision.ops.misc.ConvTranspose2d', class {});
this.registerType('torchvision.ops.misc.FrozenBatchNorm2d', class {});
this.registerType('torchvision.ops.poolers.LevelMapper', class {});
Expand Down

0 comments on commit 4aede5f

Please sign in to comment.