Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
221cb0332
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Summer2022
221cb0332
Commits
31a96b56
Commit
31a96b56
authored
2 years ago
by
yuxiaodianyu
Browse files
Options
Downloads
Patches
Plain Diff
modify network RCAN scripts
parent
03f7c052
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
research/cv/RCAN/script/run_ascend_standalone.sh
+1
-1
1 addition, 1 deletion
research/cv/RCAN/script/run_ascend_standalone.sh
research/cv/RCAN/src/rcan_model.py
+1
-1
1 addition, 1 deletion
research/cv/RCAN/src/rcan_model.py
with
2 additions
and
2 deletions
research/cv/RCAN/script/run_ascend_standalone.sh
+
1
−
1
View file @
31a96b56
...
...
@@ -48,7 +48,7 @@ env >env.log
nohup
python train.py
\
--batch_size
16
\
--lr
1e-4
\
--scale
2
+3+4
\
--scale
2
\
--task_id
0
\
--dir_data
$PATH1
\
--epochs
500
\
...
...
This diff is collapsed.
Click to expand it.
research/cv/RCAN/src/rcan_model.py
+
1
−
1
View file @
31a96b56
...
...
@@ -185,7 +185,7 @@ class RCAN(nn.Cell):
n_feats
=
args
.
n_feats
kernel_size
=
3
reduction
=
args
.
reduction
scale
=
args
.
scale
[
0
]
scale
=
args
.
scale
self
.
dytpe
=
mstype
.
float16
# RGB mean for DIV2K
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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