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
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
10 changed files
with
10 additions
and
16 deletions
+10
-16
sparseconvnet/sequential.py
sparseconvnet/sequential.py
+1
-1
sparseconvnet/shapeContext.py
sparseconvnet/shapeContext.py
+1
-1
sparseconvnet/sparseConvNetTensor.py
sparseconvnet/sparseConvNetTensor.py
+1
-1
sparseconvnet/sparseToDense.py
sparseconvnet/sparseToDense.py
+1
-1
sparseconvnet/sparsify.py
sparseconvnet/sparsify.py
+1
-7
sparseconvnet/spectral_norm.py
sparseconvnet/spectral_norm.py
+1
-1
sparseconvnet/submanifoldConvolution.py
sparseconvnet/submanifoldConvolution.py
+1
-1
sparseconvnet/tables.py
sparseconvnet/tables.py
+1
-1
sparseconvnet/unPooling.py
sparseconvnet/unPooling.py
+1
-1
sparseconvnet/utils.py
sparseconvnet/utils.py
+1
-1
No files found.
sparseconvnet/sequential.py
View file @
dcd1428d
# Copyright 2016-present, Facebook, Inc.
# 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.
import
torch
...
...
sparseconvnet/shapeContext.py
View file @
dcd1428d
# Copyright 2016-present, Facebook, Inc.
# 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.
# Fixed weight submanifold convolution - ineffcieit implementation
...
...
sparseconvnet/sparseConvNetTensor.py
View file @
dcd1428d
# Copyright 2016-present, Facebook, Inc.
# 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.
import
torch
...
...
sparseconvnet/sparseToDense.py
View file @
dcd1428d
# Copyright 2016-present, Facebook, Inc.
# 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.
"""
...
...
sparseconvnet/sparsify.py
View file @
dcd1428d
# Copyright 2016-present, Facebook, Inc.
# All rights reserved.
#
# This source code is licensed under the license found in the
# LICENSE file in the root directory of this source tree.
# Copyright 2016-present, Facebook, Inc.
# 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.
import
sparseconvnet
...
...
sparseconvnet/spectral_norm.py
View file @
dcd1428d
# Copyright 2016-present, Facebook, Inc.
# 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.
import
torch
from
torch.nn.functional
import
normalize
...
...
sparseconvnet/submanifoldConvolution.py
View file @
dcd1428d
# Copyright 2016-present, Facebook, Inc.
# 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.
# 'SubmanifoldConvolution == SubmanifoldConvolution'
...
...
sparseconvnet/tables.py
View file @
dcd1428d
# Copyright 2016-present, Facebook, Inc.
# 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.
from
torch.autograd
import
Function
...
...
sparseconvnet/unPooling.py
View file @
dcd1428d
# Copyright 2016-present, Facebook, Inc.
# 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.
import
sparseconvnet.SCN
...
...
sparseconvnet/utils.py
View file @
dcd1428d
# Copyright 2016-present, Facebook, Inc.
# 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.
import
torch
,
glob
,
os
...
...
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