nbdev-pytorch 0.0.2161__py3-none-any.whl → 0.0.2163__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of nbdev-pytorch might be problematic. Click here for more details.
- nbdev_pytorch/_modidx.py +36 -36
- {nbdev_pytorch-0.0.2161.dist-info → nbdev_pytorch-0.0.2163.dist-info}/METADATA +1 -1
- nbdev_pytorch-0.0.2163.dist-info/RECORD +9 -0
- nbdev_pytorch-0.0.2161.dist-info/RECORD +0 -9
- {nbdev_pytorch-0.0.2161.dist-info → nbdev_pytorch-0.0.2163.dist-info}/WHEEL +0 -0
- {nbdev_pytorch-0.0.2161.dist-info → nbdev_pytorch-0.0.2163.dist-info}/entry_points.txt +0 -0
- {nbdev_pytorch-0.0.2161.dist-info → nbdev_pytorch-0.0.2163.dist-info}/licenses/LICENSE +0 -0
- {nbdev_pytorch-0.0.2161.dist-info → nbdev_pytorch-0.0.2163.dist-info}/top_level.txt +0 -0
nbdev_pytorch/_modidx.py
CHANGED
|
@@ -4473,7 +4473,7 @@ d = { 'settings': {'lib_path': 'nbdev_pytorch'},
|
|
|
4473
4473
|
'torch.nn.modules.transformer': 'https://pytorch.org/docs/stable/nn.html#module-torch.nn.modules.transformer',
|
|
4474
4474
|
'torch.nn.modules.upsampling': 'https://pytorch.org/docs/stable/nn.html#module-torch.nn.modules.upsampling',
|
|
4475
4475
|
'torch.nn.modules.utils': 'https://pytorch.org/docs/stable/nn.html#module-torch.nn.modules.utils'},
|
|
4476
|
-
'torch.nn.modules.activation': { 'torch.nn.modules.activation.CELU': 'https://pytorch.org/docs/stable/generated/torch.nn.
|
|
4476
|
+
'torch.nn.modules.activation': { 'torch.nn.modules.activation.CELU': 'https://pytorch.org/docs/stable/generated/torch.nn.CELU.html#torch.nn.CELU',
|
|
4477
4477
|
'torch.nn.modules.activation.CELU.extra_repr': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.activation.CELU.html#torch.nn.modules.activation.CELU.extra_repr',
|
|
4478
4478
|
'torch.nn.modules.activation.CELU.forward': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.activation.CELU.html#torch.nn.modules.activation.CELU.forward',
|
|
4479
4479
|
'torch.nn.modules.activation.ELU': 'https://pytorch.org/docs/stable/generated/torch.nn.ELU.html#torch.nn.ELU',
|
|
@@ -4560,27 +4560,27 @@ d = { 'settings': {'lib_path': 'nbdev_pytorch'},
|
|
|
4560
4560
|
'torch.nn.modules.batchnorm': { 'torch.nn.modules.batchnorm.BatchNorm1d': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.batchnorm.BatchNorm1d.html#torch.nn.modules.batchnorm.BatchNorm1d',
|
|
4561
4561
|
'torch.nn.modules.batchnorm.BatchNorm2d': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.batchnorm.BatchNorm2d.html#torch.nn.modules.batchnorm.BatchNorm2d',
|
|
4562
4562
|
'torch.nn.modules.batchnorm.BatchNorm3d': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.batchnorm.BatchNorm3d.html#torch.nn.modules.batchnorm.BatchNorm3d',
|
|
4563
|
-
'torch.nn.modules.batchnorm.LazyBatchNorm1d': 'https://pytorch.org/docs/stable/generated/torch.nn.
|
|
4564
|
-
'torch.nn.modules.batchnorm.LazyBatchNorm2d': 'https://pytorch.org/docs/stable/generated/torch.nn.
|
|
4565
|
-
'torch.nn.modules.batchnorm.LazyBatchNorm3d': 'https://pytorch.org/docs/stable/generated/torch.nn.
|
|
4566
|
-
'torch.nn.modules.batchnorm.SyncBatchNorm': 'https://pytorch.org/docs/stable/generated/torch.nn.
|
|
4563
|
+
'torch.nn.modules.batchnorm.LazyBatchNorm1d': 'https://pytorch.org/docs/stable/generated/torch.nn.LazyBatchNorm1d.html#torch.nn.LazyBatchNorm1d',
|
|
4564
|
+
'torch.nn.modules.batchnorm.LazyBatchNorm2d': 'https://pytorch.org/docs/stable/generated/torch.nn.LazyBatchNorm2d.html#torch.nn.LazyBatchNorm2d',
|
|
4565
|
+
'torch.nn.modules.batchnorm.LazyBatchNorm3d': 'https://pytorch.org/docs/stable/generated/torch.nn.LazyBatchNorm3d.html#torch.nn.LazyBatchNorm3d',
|
|
4566
|
+
'torch.nn.modules.batchnorm.SyncBatchNorm': 'https://pytorch.org/docs/stable/generated/torch.nn.SyncBatchNorm.html#torch.nn.SyncBatchNorm',
|
|
4567
4567
|
'torch.nn.modules.batchnorm.SyncBatchNorm.convert_sync_batchnorm': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.batchnorm.SyncBatchNorm.html#torch.nn.modules.batchnorm.SyncBatchNorm.convert_sync_batchnorm',
|
|
4568
4568
|
'torch.nn.modules.batchnorm.SyncBatchNorm.forward': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.batchnorm.SyncBatchNorm.html#torch.nn.modules.batchnorm.SyncBatchNorm.forward'},
|
|
4569
4569
|
'torch.nn.modules.channelshuffle': { 'torch.nn.modules.channelshuffle.ChannelShuffle': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.channelshuffle.ChannelShuffle.html#torch.nn.modules.channelshuffle.ChannelShuffle',
|
|
4570
4570
|
'torch.nn.modules.channelshuffle.ChannelShuffle.extra_repr': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.channelshuffle.ChannelShuffle.html#torch.nn.modules.channelshuffle.ChannelShuffle.extra_repr',
|
|
4571
4571
|
'torch.nn.modules.channelshuffle.ChannelShuffle.forward': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.channelshuffle.ChannelShuffle.html#torch.nn.modules.channelshuffle.ChannelShuffle.forward'},
|
|
4572
|
-
'torch.nn.modules.container': { 'torch.nn.modules.container.ModuleDict': 'https://pytorch.org/docs/stable/generated/torch.nn.
|
|
4572
|
+
'torch.nn.modules.container': { 'torch.nn.modules.container.ModuleDict': 'https://pytorch.org/docs/stable/generated/torch.nn.ModuleDict.html#torch.nn.ModuleDict',
|
|
4573
4573
|
'torch.nn.modules.container.ModuleDict.clear': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.container.ModuleDict.html#torch.nn.modules.container.ModuleDict.clear',
|
|
4574
4574
|
'torch.nn.modules.container.ModuleDict.items': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.container.ModuleDict.html#torch.nn.modules.container.ModuleDict.items',
|
|
4575
4575
|
'torch.nn.modules.container.ModuleDict.keys': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.container.ModuleDict.html#torch.nn.modules.container.ModuleDict.keys',
|
|
4576
4576
|
'torch.nn.modules.container.ModuleDict.pop': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.container.ModuleDict.html#torch.nn.modules.container.ModuleDict.pop',
|
|
4577
4577
|
'torch.nn.modules.container.ModuleDict.update': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.container.ModuleDict.html#torch.nn.modules.container.ModuleDict.update',
|
|
4578
4578
|
'torch.nn.modules.container.ModuleDict.values': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.container.ModuleDict.html#torch.nn.modules.container.ModuleDict.values',
|
|
4579
|
-
'torch.nn.modules.container.ModuleList': 'https://pytorch.org/docs/stable/generated/torch.nn.
|
|
4579
|
+
'torch.nn.modules.container.ModuleList': 'https://pytorch.org/docs/stable/generated/torch.nn.ModuleList.html#torch.nn.ModuleList',
|
|
4580
4580
|
'torch.nn.modules.container.ModuleList.append': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.container.ModuleList.html#torch.nn.modules.container.ModuleList.append',
|
|
4581
4581
|
'torch.nn.modules.container.ModuleList.extend': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.container.ModuleList.html#torch.nn.modules.container.ModuleList.extend',
|
|
4582
4582
|
'torch.nn.modules.container.ModuleList.insert': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.container.ModuleList.html#torch.nn.modules.container.ModuleList.insert',
|
|
4583
|
-
'torch.nn.modules.container.ParameterDict': 'https://pytorch.org/docs/stable/generated/torch.nn.
|
|
4583
|
+
'torch.nn.modules.container.ParameterDict': 'https://pytorch.org/docs/stable/generated/torch.nn.ParameterDict.html#torch.nn.ParameterDict',
|
|
4584
4584
|
'torch.nn.modules.container.ParameterDict.clear': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.container.ParameterDict.html#torch.nn.modules.container.ParameterDict.clear',
|
|
4585
4585
|
'torch.nn.modules.container.ParameterDict.copy': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.container.ParameterDict.html#torch.nn.modules.container.ParameterDict.copy',
|
|
4586
4586
|
'torch.nn.modules.container.ParameterDict.fromkeys': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.container.ParameterDict.html#torch.nn.modules.container.ParameterDict.fromkeys',
|
|
@@ -4592,11 +4592,11 @@ d = { 'settings': {'lib_path': 'nbdev_pytorch'},
|
|
|
4592
4592
|
'torch.nn.modules.container.ParameterDict.setdefault': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.container.ParameterDict.html#torch.nn.modules.container.ParameterDict.setdefault',
|
|
4593
4593
|
'torch.nn.modules.container.ParameterDict.update': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.container.ParameterDict.html#torch.nn.modules.container.ParameterDict.update',
|
|
4594
4594
|
'torch.nn.modules.container.ParameterDict.values': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.container.ParameterDict.html#torch.nn.modules.container.ParameterDict.values',
|
|
4595
|
-
'torch.nn.modules.container.ParameterList': 'https://pytorch.org/docs/stable/generated/torch.nn.
|
|
4595
|
+
'torch.nn.modules.container.ParameterList': 'https://pytorch.org/docs/stable/generated/torch.nn.ParameterList.html#torch.nn.ParameterList',
|
|
4596
4596
|
'torch.nn.modules.container.ParameterList.append': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.container.ParameterList.html#torch.nn.modules.container.ParameterList.append',
|
|
4597
4597
|
'torch.nn.modules.container.ParameterList.extend': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.container.ParameterList.html#torch.nn.modules.container.ParameterList.extend',
|
|
4598
4598
|
'torch.nn.modules.container.ParameterList.extra_repr': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.container.ParameterList.html#torch.nn.modules.container.ParameterList.extra_repr',
|
|
4599
|
-
'torch.nn.modules.container.Sequential': 'https://pytorch.org/docs/stable/generated/torch.nn.
|
|
4599
|
+
'torch.nn.modules.container.Sequential': 'https://pytorch.org/docs/stable/generated/torch.nn.Sequential.html#torch.nn.Sequential',
|
|
4600
4600
|
'torch.nn.modules.container.Sequential.append': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.container.Sequential.html#torch.nn.modules.container.Sequential.append',
|
|
4601
4601
|
'torch.nn.modules.container.Sequential.extend': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.container.Sequential.html#torch.nn.modules.container.Sequential.extend',
|
|
4602
4602
|
'torch.nn.modules.container.Sequential.forward': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.container.Sequential.html#torch.nn.modules.container.Sequential.forward',
|
|
@@ -4608,28 +4608,28 @@ d = { 'settings': {'lib_path': 'nbdev_pytorch'},
|
|
|
4608
4608
|
'torch.nn.modules.conv.ConvTranspose1d': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.conv.ConvTranspose1d.html#torch.nn.modules.conv.ConvTranspose1d',
|
|
4609
4609
|
'torch.nn.modules.conv.ConvTranspose2d': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.conv.ConvTranspose2d.html#torch.nn.modules.conv.ConvTranspose2d',
|
|
4610
4610
|
'torch.nn.modules.conv.ConvTranspose2d.forward': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.conv.ConvTranspose2d.html#torch.nn.modules.conv.ConvTranspose2d.forward',
|
|
4611
|
-
'torch.nn.modules.conv.ConvTranspose3d': 'https://pytorch.org/docs/stable/generated/torch.nn.
|
|
4612
|
-
'torch.nn.modules.conv.LazyConv1d': 'https://pytorch.org/docs/stable/generated/torch.nn.
|
|
4613
|
-
'torch.nn.modules.conv.LazyConv2d': 'https://pytorch.org/docs/stable/generated/torch.nn.
|
|
4614
|
-
'torch.nn.modules.conv.LazyConv3d': 'https://pytorch.org/docs/stable/generated/torch.nn.
|
|
4615
|
-
'torch.nn.modules.conv.LazyConvTranspose1d': 'https://pytorch.org/docs/stable/generated/torch.nn.
|
|
4616
|
-
'torch.nn.modules.conv.LazyConvTranspose2d': 'https://pytorch.org/docs/stable/generated/torch.nn.
|
|
4617
|
-
'torch.nn.modules.conv.LazyConvTranspose3d': 'https://pytorch.org/docs/stable/generated/torch.nn.
|
|
4618
|
-
'torch.nn.modules.distance': { 'torch.nn.modules.distance.CosineSimilarity': 'https://pytorch.org/docs/stable/generated/torch.nn.
|
|
4611
|
+
'torch.nn.modules.conv.ConvTranspose3d': 'https://pytorch.org/docs/stable/generated/torch.nn.ConvTranspose3d.html#torch.nn.ConvTranspose3d',
|
|
4612
|
+
'torch.nn.modules.conv.LazyConv1d': 'https://pytorch.org/docs/stable/generated/torch.nn.LazyConv1d.html#torch.nn.LazyConv1d',
|
|
4613
|
+
'torch.nn.modules.conv.LazyConv2d': 'https://pytorch.org/docs/stable/generated/torch.nn.LazyConv2d.html#torch.nn.LazyConv2d',
|
|
4614
|
+
'torch.nn.modules.conv.LazyConv3d': 'https://pytorch.org/docs/stable/generated/torch.nn.LazyConv3d.html#torch.nn.LazyConv3d',
|
|
4615
|
+
'torch.nn.modules.conv.LazyConvTranspose1d': 'https://pytorch.org/docs/stable/generated/torch.nn.LazyConvTranspose1d.html#torch.nn.LazyConvTranspose1d',
|
|
4616
|
+
'torch.nn.modules.conv.LazyConvTranspose2d': 'https://pytorch.org/docs/stable/generated/torch.nn.LazyConvTranspose2d.html#torch.nn.LazyConvTranspose2d',
|
|
4617
|
+
'torch.nn.modules.conv.LazyConvTranspose3d': 'https://pytorch.org/docs/stable/generated/torch.nn.LazyConvTranspose3d.html#torch.nn.LazyConvTranspose3d'},
|
|
4618
|
+
'torch.nn.modules.distance': { 'torch.nn.modules.distance.CosineSimilarity': 'https://pytorch.org/docs/stable/generated/torch.nn.CosineSimilarity.html#torch.nn.CosineSimilarity',
|
|
4619
4619
|
'torch.nn.modules.distance.CosineSimilarity.forward': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.distance.CosineSimilarity.html#torch.nn.modules.distance.CosineSimilarity.forward',
|
|
4620
|
-
'torch.nn.modules.distance.PairwiseDistance': 'https://pytorch.org/docs/stable/generated/torch.nn.
|
|
4620
|
+
'torch.nn.modules.distance.PairwiseDistance': 'https://pytorch.org/docs/stable/generated/torch.nn.PairwiseDistance.html#torch.nn.PairwiseDistance',
|
|
4621
4621
|
'torch.nn.modules.distance.PairwiseDistance.forward': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.distance.PairwiseDistance.html#torch.nn.modules.distance.PairwiseDistance.forward'},
|
|
4622
4622
|
'torch.nn.modules.dropout': { 'torch.nn.modules.dropout.AlphaDropout': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.dropout.AlphaDropout.html#torch.nn.modules.dropout.AlphaDropout',
|
|
4623
4623
|
'torch.nn.modules.dropout.AlphaDropout.forward': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.dropout.AlphaDropout.html#torch.nn.modules.dropout.AlphaDropout.forward',
|
|
4624
|
-
'torch.nn.modules.dropout.Dropout': 'https://pytorch.org/docs/stable/generated/torch.nn.
|
|
4624
|
+
'torch.nn.modules.dropout.Dropout': 'https://pytorch.org/docs/stable/generated/torch.nn.Dropout.html#torch.nn.Dropout',
|
|
4625
4625
|
'torch.nn.modules.dropout.Dropout.forward': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.dropout.Dropout.html#torch.nn.modules.dropout.Dropout.forward',
|
|
4626
|
-
'torch.nn.modules.dropout.Dropout1d': 'https://pytorch.org/docs/stable/generated/torch.nn.
|
|
4626
|
+
'torch.nn.modules.dropout.Dropout1d': 'https://pytorch.org/docs/stable/generated/torch.nn.Dropout1d.html#torch.nn.Dropout1d',
|
|
4627
4627
|
'torch.nn.modules.dropout.Dropout1d.forward': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.dropout.Dropout1d.html#torch.nn.modules.dropout.Dropout1d.forward',
|
|
4628
|
-
'torch.nn.modules.dropout.Dropout2d': 'https://pytorch.org/docs/stable/generated/torch.nn.
|
|
4628
|
+
'torch.nn.modules.dropout.Dropout2d': 'https://pytorch.org/docs/stable/generated/torch.nn.Dropout2d.html#torch.nn.Dropout2d',
|
|
4629
4629
|
'torch.nn.modules.dropout.Dropout2d.forward': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.dropout.Dropout2d.html#torch.nn.modules.dropout.Dropout2d.forward',
|
|
4630
|
-
'torch.nn.modules.dropout.Dropout3d': 'https://pytorch.org/docs/stable/generated/torch.nn.
|
|
4630
|
+
'torch.nn.modules.dropout.Dropout3d': 'https://pytorch.org/docs/stable/generated/torch.nn.Dropout3d.html#torch.nn.Dropout3d',
|
|
4631
4631
|
'torch.nn.modules.dropout.Dropout3d.forward': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.dropout.Dropout3d.html#torch.nn.modules.dropout.Dropout3d.forward',
|
|
4632
|
-
'torch.nn.modules.dropout.FeatureAlphaDropout': 'https://pytorch.org/docs/stable/generated/torch.nn.
|
|
4632
|
+
'torch.nn.modules.dropout.FeatureAlphaDropout': 'https://pytorch.org/docs/stable/generated/torch.nn.FeatureAlphaDropout.html#torch.nn.FeatureAlphaDropout',
|
|
4633
4633
|
'torch.nn.modules.dropout.FeatureAlphaDropout.forward': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.dropout.FeatureAlphaDropout.html#torch.nn.modules.dropout.FeatureAlphaDropout.forward'},
|
|
4634
4634
|
'torch.nn.modules.flatten': { 'torch.nn.modules.flatten.Flatten': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.flatten.Flatten.html#torch.nn.modules.flatten.Flatten',
|
|
4635
4635
|
'torch.nn.modules.flatten.Flatten.extra_repr': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.flatten.Flatten.html#torch.nn.modules.flatten.Flatten.extra_repr',
|
|
@@ -4637,18 +4637,18 @@ d = { 'settings': {'lib_path': 'nbdev_pytorch'},
|
|
|
4637
4637
|
'torch.nn.modules.flatten.Unflatten': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.flatten.Unflatten.html#torch.nn.modules.flatten.Unflatten',
|
|
4638
4638
|
'torch.nn.modules.flatten.Unflatten.extra_repr': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.flatten.Unflatten.html#torch.nn.modules.flatten.Unflatten.extra_repr',
|
|
4639
4639
|
'torch.nn.modules.flatten.Unflatten.forward': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.flatten.Unflatten.html#torch.nn.modules.flatten.Unflatten.forward'},
|
|
4640
|
-
'torch.nn.modules.fold': { 'torch.nn.modules.fold.Fold': 'https://pytorch.org/docs/stable/generated/torch.nn.
|
|
4640
|
+
'torch.nn.modules.fold': { 'torch.nn.modules.fold.Fold': 'https://pytorch.org/docs/stable/generated/torch.nn.Fold.html#torch.nn.Fold',
|
|
4641
4641
|
'torch.nn.modules.fold.Fold.extra_repr': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.fold.Fold.html#torch.nn.modules.fold.Fold.extra_repr',
|
|
4642
4642
|
'torch.nn.modules.fold.Fold.forward': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.fold.Fold.html#torch.nn.modules.fold.Fold.forward',
|
|
4643
4643
|
'torch.nn.modules.fold.Unfold': 'https://pytorch.org/docs/stable/generated/torch.nn.Unfold.html#torch.nn.Unfold',
|
|
4644
4644
|
'torch.nn.modules.fold.Unfold.extra_repr': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.fold.Unfold.html#torch.nn.modules.fold.Unfold.extra_repr',
|
|
4645
4645
|
'torch.nn.modules.fold.Unfold.forward': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.fold.Unfold.html#torch.nn.modules.fold.Unfold.forward'},
|
|
4646
|
-
'torch.nn.modules.instancenorm': { 'torch.nn.modules.instancenorm.InstanceNorm1d': 'https://pytorch.org/docs/stable/generated/torch.nn.
|
|
4647
|
-
'torch.nn.modules.instancenorm.InstanceNorm2d': 'https://pytorch.org/docs/stable/generated/torch.nn.
|
|
4648
|
-
'torch.nn.modules.instancenorm.InstanceNorm3d': 'https://pytorch.org/docs/stable/generated/torch.nn.
|
|
4649
|
-
'torch.nn.modules.instancenorm.LazyInstanceNorm1d': 'https://pytorch.org/docs/stable/generated/torch.nn.
|
|
4650
|
-
'torch.nn.modules.instancenorm.LazyInstanceNorm2d': 'https://pytorch.org/docs/stable/generated/torch.nn.
|
|
4651
|
-
'torch.nn.modules.instancenorm.LazyInstanceNorm3d': 'https://pytorch.org/docs/stable/generated/torch.nn.
|
|
4646
|
+
'torch.nn.modules.instancenorm': { 'torch.nn.modules.instancenorm.InstanceNorm1d': 'https://pytorch.org/docs/stable/generated/torch.nn.InstanceNorm1d.html#torch.nn.InstanceNorm1d',
|
|
4647
|
+
'torch.nn.modules.instancenorm.InstanceNorm2d': 'https://pytorch.org/docs/stable/generated/torch.nn.InstanceNorm2d.html#torch.nn.InstanceNorm2d',
|
|
4648
|
+
'torch.nn.modules.instancenorm.InstanceNorm3d': 'https://pytorch.org/docs/stable/generated/torch.nn.InstanceNorm3d.html#torch.nn.InstanceNorm3d',
|
|
4649
|
+
'torch.nn.modules.instancenorm.LazyInstanceNorm1d': 'https://pytorch.org/docs/stable/generated/torch.nn.LazyInstanceNorm1d.html#torch.nn.LazyInstanceNorm1d',
|
|
4650
|
+
'torch.nn.modules.instancenorm.LazyInstanceNorm2d': 'https://pytorch.org/docs/stable/generated/torch.nn.LazyInstanceNorm2d.html#torch.nn.LazyInstanceNorm2d',
|
|
4651
|
+
'torch.nn.modules.instancenorm.LazyInstanceNorm3d': 'https://pytorch.org/docs/stable/generated/torch.nn.LazyInstanceNorm3d.html#torch.nn.LazyInstanceNorm3d'},
|
|
4652
4652
|
'torch.nn.modules.lazy': { 'torch.nn.modules.lazy.LazyModuleMixin': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.lazy.LazyModuleMixin.html#torch.nn.modules.lazy.LazyModuleMixin',
|
|
4653
4653
|
'torch.nn.modules.lazy.LazyModuleMixin.has_uninitialized_params': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.lazy.LazyModuleMixin.html#torch.nn.modules.lazy.LazyModuleMixin.has_uninitialized_params',
|
|
4654
4654
|
'torch.nn.modules.lazy.LazyModuleMixin.initialize_parameters': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.lazy.LazyModuleMixin.html#torch.nn.modules.lazy.LazyModuleMixin.initialize_parameters'},
|
|
@@ -4656,12 +4656,12 @@ d = { 'settings': {'lib_path': 'nbdev_pytorch'},
|
|
|
4656
4656
|
'torch.nn.modules.linear.Bilinear.extra_repr': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.linear.Bilinear.html#torch.nn.modules.linear.Bilinear.extra_repr',
|
|
4657
4657
|
'torch.nn.modules.linear.Bilinear.forward': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.linear.Bilinear.html#torch.nn.modules.linear.Bilinear.forward',
|
|
4658
4658
|
'torch.nn.modules.linear.Bilinear.reset_parameters': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.linear.Bilinear.html#torch.nn.modules.linear.Bilinear.reset_parameters',
|
|
4659
|
-
'torch.nn.modules.linear.Identity': 'https://pytorch.org/docs/stable/generated/torch.nn.
|
|
4659
|
+
'torch.nn.modules.linear.Identity': 'https://pytorch.org/docs/stable/generated/torch.nn.Identity.html#torch.nn.Identity',
|
|
4660
4660
|
'torch.nn.modules.linear.Identity.forward': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.linear.Identity.html#torch.nn.modules.linear.Identity.forward',
|
|
4661
|
-
'torch.nn.modules.linear.LazyLinear': 'https://pytorch.org/docs/stable/generated/torch.nn.
|
|
4661
|
+
'torch.nn.modules.linear.LazyLinear': 'https://pytorch.org/docs/stable/generated/torch.nn.LazyLinear.html#torch.nn.LazyLinear',
|
|
4662
4662
|
'torch.nn.modules.linear.LazyLinear.initialize_parameters': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.linear.LazyLinear.html#torch.nn.modules.linear.LazyLinear.initialize_parameters',
|
|
4663
4663
|
'torch.nn.modules.linear.LazyLinear.reset_parameters': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.linear.LazyLinear.html#torch.nn.modules.linear.LazyLinear.reset_parameters',
|
|
4664
|
-
'torch.nn.modules.linear.Linear': 'https://pytorch.org/docs/stable/generated/torch.nn.
|
|
4664
|
+
'torch.nn.modules.linear.Linear': 'https://pytorch.org/docs/stable/generated/torch.nn.Linear.html#torch.nn.Linear',
|
|
4665
4665
|
'torch.nn.modules.linear.Linear.extra_repr': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.linear.Linear.html#torch.nn.modules.linear.Linear.extra_repr',
|
|
4666
4666
|
'torch.nn.modules.linear.Linear.forward': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.linear.Linear.html#torch.nn.modules.linear.Linear.forward',
|
|
4667
4667
|
'torch.nn.modules.linear.Linear.reset_parameters': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.linear.Linear.html#torch.nn.modules.linear.Linear.reset_parameters'},
|
|
@@ -4671,9 +4671,9 @@ d = { 'settings': {'lib_path': 'nbdev_pytorch'},
|
|
|
4671
4671
|
'torch.nn.modules.loss.BCEWithLogitsLoss.forward': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.loss.BCEWithLogitsLoss.html#torch.nn.modules.loss.BCEWithLogitsLoss.forward',
|
|
4672
4672
|
'torch.nn.modules.loss.CTCLoss': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.loss.CTCLoss.html#torch.nn.modules.loss.CTCLoss',
|
|
4673
4673
|
'torch.nn.modules.loss.CTCLoss.forward': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.loss.CTCLoss.html#torch.nn.modules.loss.CTCLoss.forward',
|
|
4674
|
-
'torch.nn.modules.loss.CosineEmbeddingLoss': 'https://pytorch.org/docs/stable/generated/torch.nn.
|
|
4674
|
+
'torch.nn.modules.loss.CosineEmbeddingLoss': 'https://pytorch.org/docs/stable/generated/torch.nn.CosineEmbeddingLoss.html#torch.nn.CosineEmbeddingLoss',
|
|
4675
4675
|
'torch.nn.modules.loss.CosineEmbeddingLoss.forward': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.loss.CosineEmbeddingLoss.html#torch.nn.modules.loss.CosineEmbeddingLoss.forward',
|
|
4676
|
-
'torch.nn.modules.loss.CrossEntropyLoss': 'https://pytorch.org/docs/stable/generated/torch.nn.
|
|
4676
|
+
'torch.nn.modules.loss.CrossEntropyLoss': 'https://pytorch.org/docs/stable/generated/torch.nn.CrossEntropyLoss.html#torch.nn.CrossEntropyLoss',
|
|
4677
4677
|
'torch.nn.modules.loss.CrossEntropyLoss.forward': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.loss.CrossEntropyLoss.html#torch.nn.modules.loss.CrossEntropyLoss.forward',
|
|
4678
4678
|
'torch.nn.modules.loss.GaussianNLLLoss': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.loss.GaussianNLLLoss.html#torch.nn.modules.loss.GaussianNLLLoss',
|
|
4679
4679
|
'torch.nn.modules.loss.GaussianNLLLoss.forward': 'https://pytorch.org/docs/stable/generated/torch.nn.modules.loss.GaussianNLLLoss.html#torch.nn.modules.loss.GaussianNLLLoss.forward',
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
nbdev_pytorch/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
nbdev_pytorch/_modidx.py,sha256=T3imUwudv0qLk1tqr0JEJZb0HR_vre8yCm6iwJNs2S8,1082121
|
|
3
|
+
nbdev_pytorch/_nbdev.py,sha256=pszp1XJPRn4aqhJXSv8qChB-gCXbFSm8_jPIpak5IP8,308
|
|
4
|
+
nbdev_pytorch-0.0.2163.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
5
|
+
nbdev_pytorch-0.0.2163.dist-info/METADATA,sha256=2GlF9zfOj-5ME2WjTcBRyMWbwpckyatyCx0Y3zQbQ2k,1176
|
|
6
|
+
nbdev_pytorch-0.0.2163.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
7
|
+
nbdev_pytorch-0.0.2163.dist-info/entry_points.txt,sha256=Mopx5xWWY0Rie1DuubmSXC-czc8-QmPDb3THWIlHoCA,48
|
|
8
|
+
nbdev_pytorch-0.0.2163.dist-info/top_level.txt,sha256=n0joXyL2rJVaevNQCfz-EPrISbaH52gShAiqXRagFRY,14
|
|
9
|
+
nbdev_pytorch-0.0.2163.dist-info/RECORD,,
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
nbdev_pytorch/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
nbdev_pytorch/_modidx.py,sha256=gbJdqYNkAYitWUdZ0UWc_bd0lhjjXDUCOTLRTXoUMLY,1083313
|
|
3
|
-
nbdev_pytorch/_nbdev.py,sha256=pszp1XJPRn4aqhJXSv8qChB-gCXbFSm8_jPIpak5IP8,308
|
|
4
|
-
nbdev_pytorch-0.0.2161.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
5
|
-
nbdev_pytorch-0.0.2161.dist-info/METADATA,sha256=rxpGZflPTBFxsyeANxIKTUOn9cFuxLqZAdjz4eQ7250,1176
|
|
6
|
-
nbdev_pytorch-0.0.2161.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
7
|
-
nbdev_pytorch-0.0.2161.dist-info/entry_points.txt,sha256=Mopx5xWWY0Rie1DuubmSXC-czc8-QmPDb3THWIlHoCA,48
|
|
8
|
-
nbdev_pytorch-0.0.2161.dist-info/top_level.txt,sha256=n0joXyL2rJVaevNQCfz-EPrISbaH52gShAiqXRagFRY,14
|
|
9
|
-
nbdev_pytorch-0.0.2161.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|