Skip to content

Commit 4e50e9c

Browse files
authored
Nndocs (#301)
Also nuke modules we don't need/use --------- Signed-off-by: Francis Williams <francis@fwilliams.info>
1 parent beee80c commit 4e50e9c

File tree

3 files changed

+304
-304
lines changed

3 files changed

+304
-304
lines changed

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ spatial intelligence research and applications.
6666
fVDB Reality Capture Toolbox
6767
--------------------------------
6868

69-
In addition to the core fVDB library, we also provide the `fVDB Reality Capture <https://fvdb.ai/fvdb-reality-capture>`_ toolbox,
69+
In addition to the core fVDB library, we also provide the `fVDB Reality Capture <https://fvdb.ai/reality-capture>`_ toolbox,
7070
which is a collection of tools and utilities for 3D reconstruction and scene understanding using fVDB. Analogous to how `torchvision <https://pytorch.org/vision/stable/index.html>`_
71-
provides datasets, models, and transforms for computer vision tasks, `fVDB Reality Capture <https://fvdb.ai/fvdb-reality-capture>`_ provides datasets, models, and
71+
provides datasets, models, and transforms for computer vision tasks, `fVDB Reality Capture <https://fvdb.ai/reality-capture>`_ provides datasets, models, and
7272
algorithms for 3D reconstruction from sensor data.
7373

7474
.. toctree::

fvdb/nn/__init__.py

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,13 @@
22
# SPDX-License-Identifier: Apache-2.0
33
#
44
from .modules import (
5-
CELU,
6-
ELU,
7-
GELU,
8-
SELU,
95
AvgPool,
106
BatchNorm,
11-
Dropout,
127
GroupNorm,
13-
InjectFromGrid,
14-
LeakyReLU,
15-
Linear,
168
MaxPool,
17-
ReLU,
18-
Sequential,
19-
Sigmoid,
20-
SiLU,
219
SparseConv3d,
2210
SparseConvTranspose3d,
2311
SyncBatchNorm,
24-
Tanh,
2512
UpsamplingNearest,
2613
)
2714
from .simple_unet import (
@@ -39,20 +26,9 @@
3926
__all__ = [
4027
"AvgPool",
4128
"BatchNorm",
42-
"CELU",
43-
"Dropout",
44-
"ELU",
45-
"GELU",
4629
"GroupNorm",
4730
"InjectFromGrid",
48-
"LeakyReLU",
49-
"Linear",
5031
"MaxPool",
51-
"ReLU",
52-
"SELU",
53-
"Sequential",
54-
"Sigmoid",
55-
"SiLU",
5632
"SimpleUNet",
5733
"SimpleUNetBasicBlock",
5834
"SimpleUNetBottleneck",
@@ -65,6 +41,5 @@
6541
"SparseConv3d",
6642
"SparseConvTranspose3d",
6743
"SyncBatchNorm",
68-
"Tanh",
6944
"UpsamplingNearest",
7045
]

0 commit comments

Comments
 (0)