Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
SCL-my
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
YuxuanGuo
SCL-my
Commits
a9c7490e
Commit
a9c7490e
authored
Mar 14, 2022
by
yuxguo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
5ba8f5c2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
main.py
+1
-1
run.sh
+2
-2
No files found.
main.py
View file @
a9c7490e
...
...
@@ -383,7 +383,7 @@ def train(trainloader, optimizer, model, epoch):
# print(loss.shape)
# print(logits.shape)
# exit()
loss
=
loss
.
sum
()
loss
=
loss
.
mean
()
loss
.
backward
()
optimizer
.
step
()
...
...
run.sh
View file @
a9c7490e
python main.py
--dataset
"RAVEN"
--dataset_path
"./dataset/I-RAVEN"
-t
center_single left_right up_down in_out distribute_four distribute_nine in_distri
--use-gpu
-v
-lr
0.005
-vlr
0.005
-wd
0.01
-tsd
80
-fg
10
-nf
80
-chd
16 16 32 32
-rb
-erb
-vhd
128
-hd
64 32
-lhd
128
-bs
256
\ No newline at end of file
python main.py
--dataset
"RAVEN"
--dataset_path
"./dataset/I-RAVEN"
-t
center_single left_right up_down in_out distribute_four distribute_nine in_distri
--use-gpu
-v
-lr
0.005
-vlr
0.005
-wd
0.01
-tsd
80
-fg
10
-nf
80
-chd
16 16 32 32
-rb
-erb
-vhd
128
-hd
64 32
-lhd
128
-bs
2048
\ No newline at end of file
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