Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Cloud removal from solar imagery
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PRESAGE
Cloud removal from solar imagery
Commits
2453abe7
Commit
2453abe7
authored
1 year ago
by
Jay Paul Morgan
Browse files
Options
Downloads
Patches
Plain Diff
Remove unused parameter
parent
5e4f86a9
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/cloudremoval/model.py
+0
-2
0 additions, 2 deletions
src/cloudremoval/model.py
with
0 additions
and
2 deletions
src/cloudremoval/model.py
+
0
−
2
View file @
2453abe7
...
...
@@ -56,7 +56,6 @@ class CloudDivision(CloudIdentity):
class
UNet
(
nn
.
Module
):
def
__init__
(
self
,
n_blocks
:
int
=
6
,
cleaner
=
CloudAddition
(),
in_channels
=
1
,
out_channels
=
1
,
...
...
@@ -65,7 +64,6 @@ class UNet(nn.Module):
super
().
__init__
()
self
.
in_channels
=
in_channels
self
.
out_channels
=
out_channels
self
.
n_blocks
=
n_blocks
self
.
cleaner
=
cleaner
self
.
features
=
init_features
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment