From a153277be8b84236be41a9b971a10b8d365dc985 Mon Sep 17 00:00:00 2001 From: dcarron <daniel.carron@idiap.ch> Date: Mon, 22 Jan 2024 15:59:44 +0100 Subject: [PATCH] [doc] Remove "forward" and "predict_step" from extras.txt Lightning API was fixed so these can be removed. --- doc/extras.inv | 4 ++-- doc/extras.txt | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/extras.inv b/doc/extras.inv index d053cdcf..accf3afa 100644 --- a/doc/extras.inv +++ b/doc/extras.inv @@ -2,5 +2,5 @@ # Project: extras # Version: stable # The remainder of this file is compressed using zlib. -xÚA -1E÷ž¢ [[ÜÎôR§± ´MH£2žÞ‡A\ˆ.ÃÏ{OIútņTŠ¯íLRšá¡+.ÌÎ$Uns<èôlI¢› ×ÔŸ2¸h“–l¶«Œ1iÅíBõ$`g§Ý/ëa¾Gôæ%<« ‰ÂXõŒîƒåŸšëÍ×UØë±)ðÏibÅ‚wÿèĘ/ \ No newline at end of file +xÚEÍAÂ0À;¯ˆWbqíà (´¦±”Ä–mÚ×S‚*®«ÝYg󛌸E×ÔìÉZ-È2Tž^Ã%dw±@ÿ–#뿘§GAøcöZÂùÀâTiE½›£t=ó´qI +ÍÙµ9îèÈŠñºÇ·þݱãiã>·T> diff --git a/doc/extras.txt b/doc/extras.txt index 77fd0ca6..4be88505 100644 --- a/doc/extras.txt +++ b/doc/extras.txt @@ -3,6 +3,4 @@ # Version: stable # The remainder of this file is compressed using zlib. torchvision.transforms py:module 1 https://pytorch.org/vision/stable/transforms.html - -lightning.pytorch.core.module.LightningModule.forward py:method 1 api/lightning.pytorch.core.LightningModule.html#$ - -lightning.pytorch.core.module.LightningModule.predict_step py:method 1 api/lightning.pytorch.core.LightningModule.html#$ - optimizer_step py:method 1 api/lightning.pytorch.core.LightningModule.html#$ - -- GitLab