Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
SparseConvNet
Commits
dcd1428d
"segmentation/mmseg_custom/vscode:/vscode.git/clone" did not exist on "ff20ea392230c7ec1e0ca30be6e0ec01834be6c8"
Commit
dcd1428d
authored
Dec 18, 2018
by
Benjamin Graham
Browse files
BSD license
parent
879d0b68
Changes
110
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
20 additions
and
20 deletions
+20
-20
sparseconvnet/__init__.py
sparseconvnet/__init__.py
+1
-1
sparseconvnet/activations.py
sparseconvnet/activations.py
+1
-1
sparseconvnet/averagePooling.py
sparseconvnet/averagePooling.py
+1
-1
sparseconvnet/batchNormalization.py
sparseconvnet/batchNormalization.py
+1
-1
sparseconvnet/classificationTrainValidate.py
sparseconvnet/classificationTrainValidate.py
+1
-1
sparseconvnet/convolution.py
sparseconvnet/convolution.py
+1
-1
sparseconvnet/deconvolution.py
sparseconvnet/deconvolution.py
+1
-1
sparseconvnet/denseToSparse.py
sparseconvnet/denseToSparse.py
+1
-1
sparseconvnet/dropout.py
sparseconvnet/dropout.py
+1
-1
sparseconvnet/fullConvolution.py
sparseconvnet/fullConvolution.py
+1
-1
sparseconvnet/identity.py
sparseconvnet/identity.py
+1
-1
sparseconvnet/inputBatch.py
sparseconvnet/inputBatch.py
+1
-1
sparseconvnet/ioLayers.py
sparseconvnet/ioLayers.py
+1
-1
sparseconvnet/maxPooling.py
sparseconvnet/maxPooling.py
+1
-1
sparseconvnet/metadata.py
sparseconvnet/metadata.py
+1
-1
sparseconvnet/networkArchitectures.py
sparseconvnet/networkArchitectures.py
+1
-1
sparseconvnet/networkInNetwork.py
sparseconvnet/networkInNetwork.py
+1
-1
sparseconvnet/permutohedralSubmanifoldConvolution.py
sparseconvnet/permutohedralSubmanifoldConvolution.py
+1
-1
sparseconvnet/randomizedStrideConvolution.py
sparseconvnet/randomizedStrideConvolution.py
+1
-1
sparseconvnet/randomizedStrideMaxPooling.py
sparseconvnet/randomizedStrideMaxPooling.py
+1
-1
No files found.
sparseconvnet/__init__.py
View file @
dcd1428d
# Copyright 2016-present, Facebook, Inc.
# Copyright 2016-present, Facebook, Inc.
# All rights reserved.
# All rights reserved.
#
#
# This source code is licensed under the license found in the
# This source code is licensed under the
BSD-style
license found in the
# LICENSE file in the root directory of this source tree.
# LICENSE file in the root directory of this source tree.
forward_pass_multiplyAdd_count
=
0
forward_pass_multiplyAdd_count
=
0
...
...
sparseconvnet/activations.py
View file @
dcd1428d
# Copyright 2016-present, Facebook, Inc.
# Copyright 2016-present, Facebook, Inc.
# All rights reserved.
# All rights reserved.
#
#
# This source code is licensed under the license found in the
# This source code is licensed under the
BSD-style
license found in the
# LICENSE file in the root directory of this source tree.
# LICENSE file in the root directory of this source tree.
import
sparseconvnet
import
sparseconvnet
...
...
sparseconvnet/averagePooling.py
View file @
dcd1428d
# Copyright 2016-present, Facebook, Inc.
# Copyright 2016-present, Facebook, Inc.
# All rights reserved.
# All rights reserved.
#
#
# This source code is licensed under the license found in the
# This source code is licensed under the
BSD-style
license found in the
# LICENSE file in the root directory of this source tree.
# LICENSE file in the root directory of this source tree.
import
sparseconvnet.SCN
import
sparseconvnet.SCN
...
...
sparseconvnet/batchNormalization.py
View file @
dcd1428d
# Copyright 2016-present, Facebook, Inc.
# Copyright 2016-present, Facebook, Inc.
# All rights reserved.
# All rights reserved.
#
#
# This source code is licensed under the license found in the
# This source code is licensed under the
BSD-style
license found in the
# LICENSE file in the root directory of this source tree.
# LICENSE file in the root directory of this source tree.
import
sparseconvnet.SCN
import
sparseconvnet.SCN
...
...
sparseconvnet/classificationTrainValidate.py
View file @
dcd1428d
# Copyright 2016-present, Facebook, Inc.
# Copyright 2016-present, Facebook, Inc.
# All rights reserved.
# All rights reserved.
#
#
# This source code is licensed under the license found in the
# This source code is licensed under the
BSD-style
license found in the
# LICENSE file in the root directory of this source tree.
# LICENSE file in the root directory of this source tree.
import
torch
import
torch
...
...
sparseconvnet/convolution.py
View file @
dcd1428d
# Copyright 2016-present, Facebook, Inc.
# Copyright 2016-present, Facebook, Inc.
# All rights reserved.
# All rights reserved.
#
#
# This source code is licensed under the license found in the
# This source code is licensed under the
BSD-style
license found in the
# LICENSE file in the root directory of this source tree.
# LICENSE file in the root directory of this source tree.
import
sparseconvnet
,
sparseconvnet
.
SCN
import
sparseconvnet
,
sparseconvnet
.
SCN
...
...
sparseconvnet/deconvolution.py
View file @
dcd1428d
# Copyright 2016-present, Facebook, Inc.
# Copyright 2016-present, Facebook, Inc.
# All rights reserved.
# All rights reserved.
#
#
# This source code is licensed under the license found in the
# This source code is licensed under the
BSD-style
license found in the
# LICENSE file in the root directory of this source tree.
# LICENSE file in the root directory of this source tree.
import
sparseconvnet
,
sparseconvnet
.
SCN
import
sparseconvnet
,
sparseconvnet
.
SCN
...
...
sparseconvnet/denseToSparse.py
View file @
dcd1428d
# Copyright 2016-present, Facebook, Inc.
# Copyright 2016-present, Facebook, Inc.
# All rights reserved.
# All rights reserved.
#
#
# This source code is licensed under the license found in the
# This source code is licensed under the
BSD-style
license found in the
# LICENSE file in the root directory of this source tree.
# LICENSE file in the root directory of this source tree.
from
torch.autograd
import
Function
from
torch.autograd
import
Function
...
...
sparseconvnet/dropout.py
View file @
dcd1428d
# Copyright 2016-present, Facebook, Inc.
# Copyright 2016-present, Facebook, Inc.
# All rights reserved.
# All rights reserved.
#
#
# This source code is licensed under the license found in the
# This source code is licensed under the
BSD-style
license found in the
# LICENSE file in the root directory of this source tree.
# LICENSE file in the root directory of this source tree.
from
torch.autograd
import
Function
from
torch.autograd
import
Function
...
...
sparseconvnet/fullConvolution.py
View file @
dcd1428d
# Copyright 2016-present, Facebook, Inc.
# Copyright 2016-present, Facebook, Inc.
# All rights reserved.
# All rights reserved.
#
#
# This source code is licensed under the license found in the
# This source code is licensed under the
BSD-style
license found in the
# LICENSE file in the root directory of this source tree.
# LICENSE file in the root directory of this source tree.
import
sparseconvnet
,
sparseconvnet
.
SCN
import
sparseconvnet
,
sparseconvnet
.
SCN
...
...
sparseconvnet/identity.py
View file @
dcd1428d
# Copyright 2016-present, Facebook, Inc.
# Copyright 2016-present, Facebook, Inc.
# All rights reserved.
# All rights reserved.
#
#
# This source code is licensed under the license found in the
# This source code is licensed under the
BSD-style
license found in the
# LICENSE file in the root directory of this source tree.
# LICENSE file in the root directory of this source tree.
from
torch.nn
import
Module
from
torch.nn
import
Module
...
...
sparseconvnet/inputBatch.py
View file @
dcd1428d
# Copyright 2016-present, Facebook, Inc.
# Copyright 2016-present, Facebook, Inc.
# All rights reserved.
# All rights reserved.
#
#
# This source code is licensed under the license found in the
# This source code is licensed under the
BSD-style
license found in the
# LICENSE file in the root directory of this source tree.
# LICENSE file in the root directory of this source tree.
import
torch
import
torch
...
...
sparseconvnet/ioLayers.py
View file @
dcd1428d
# Copyright 2016-present, Facebook, Inc.
# Copyright 2016-present, Facebook, Inc.
# All rights reserved.
# All rights reserved.
#
#
# This source code is licensed under the license found in the
# This source code is licensed under the
BSD-style
license found in the
# LICENSE file in the root directory of this source tree.
# LICENSE file in the root directory of this source tree.
import
sparseconvnet.SCN
import
sparseconvnet.SCN
...
...
sparseconvnet/maxPooling.py
View file @
dcd1428d
# Copyright 2016-present, Facebook, Inc.
# Copyright 2016-present, Facebook, Inc.
# All rights reserved.
# All rights reserved.
#
#
# This source code is licensed under the license found in the
# This source code is licensed under the
BSD-style
license found in the
# LICENSE file in the root directory of this source tree.
# LICENSE file in the root directory of this source tree.
import
sparseconvnet.SCN
import
sparseconvnet.SCN
...
...
sparseconvnet/metadata.py
View file @
dcd1428d
# Copyright 2016-present, Facebook, Inc.
# Copyright 2016-present, Facebook, Inc.
# All rights reserved.
# All rights reserved.
#
#
# This source code is licensed under the license found in the
# This source code is licensed under the
BSD-style
license found in the
# LICENSE file in the root directory of this source tree.
# LICENSE file in the root directory of this source tree.
"""
"""
...
...
sparseconvnet/networkArchitectures.py
View file @
dcd1428d
# Copyright 2016-present, Facebook, Inc.
# Copyright 2016-present, Facebook, Inc.
# All rights reserved.
# All rights reserved.
#
#
# This source code is licensed under the license found in the
# This source code is licensed under the
BSD-style
license found in the
# LICENSE file in the root directory of this source tree.
# LICENSE file in the root directory of this source tree.
import
sparseconvnet
as
scn
import
sparseconvnet
as
scn
...
...
sparseconvnet/networkInNetwork.py
View file @
dcd1428d
# Copyright 2016-present, Facebook, Inc.
# Copyright 2016-present, Facebook, Inc.
# All rights reserved.
# All rights reserved.
#
#
# This source code is licensed under the license found in the
# This source code is licensed under the
BSD-style
license found in the
# LICENSE file in the root directory of this source tree.
# LICENSE file in the root directory of this source tree.
import
sparseconvnet
,
sparseconvnet
.
SCN
import
sparseconvnet
,
sparseconvnet
.
SCN
...
...
sparseconvnet/permutohedralSubmanifoldConvolution.py
View file @
dcd1428d
# Copyright 2016-present, Facebook, Inc.
# Copyright 2016-present, Facebook, Inc.
# All rights reserved.
# All rights reserved.
#
#
# This source code is licensed under the license found in the
# This source code is licensed under the
BSD-style
license found in the
# LICENSE file in the root directory of this source tree.
# LICENSE file in the root directory of this source tree.
import
sparseconvnet
import
sparseconvnet
...
...
sparseconvnet/randomizedStrideConvolution.py
View file @
dcd1428d
# Copyright 2016-present, Facebook, Inc.
# Copyright 2016-present, Facebook, Inc.
# All rights reserved.
# All rights reserved.
#
#
# This source code is licensed under the license found in the
# This source code is licensed under the
BSD-style
license found in the
# LICENSE file in the root directory of this source tree.
# LICENSE file in the root directory of this source tree.
import
sparseconvnet
,
sparseconvnet
.
SCN
import
sparseconvnet
,
sparseconvnet
.
SCN
...
...
sparseconvnet/randomizedStrideMaxPooling.py
View file @
dcd1428d
# Copyright 2016-present, Facebook, Inc.
# Copyright 2016-present, Facebook, Inc.
# All rights reserved.
# All rights reserved.
#
#
# This source code is licensed under the license found in the
# This source code is licensed under the
BSD-style
license found in the
# LICENSE file in the root directory of this source tree.
# LICENSE file in the root directory of this source tree.
import
sparseconvnet.SCN
import
sparseconvnet.SCN
...
...
Prev
1
2
3
4
5
6
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment