Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
seminar-breakout
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Shashank Suhas
seminar-breakout
Commits
9edc0ca5
Commit
9edc0ca5
authored
Feb 28, 2018
by
Siddhant Jain
Committed by
Yuxin Wu
Feb 28, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing a typo in variable name (#680)
parent
f870a49c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
examples/ResNet/cifar10-preact18-mixup.py
examples/ResNet/cifar10-preact18-mixup.py
+2
-2
No files found.
examples/ResNet/cifar10-preact18-mixup.py
View file @
9edc0ca5
...
@@ -134,8 +134,8 @@ if __name__ == '__main__':
...
@@ -134,8 +134,8 @@ if __name__ == '__main__':
if
args
.
gpu
:
if
args
.
gpu
:
os
.
environ
[
'CUDA_VISIBLE_DEVICES'
]
=
args
.
gpu
os
.
environ
[
'CUDA_VISIBLE_DEVICES'
]
=
args
.
gpu
log_foder
=
'train_log/cifar10-preact18
%
s'
%
(
'-mixup'
if
args
.
mixup
else
''
)
log_fo
l
der
=
'train_log/cifar10-preact18
%
s'
%
(
'-mixup'
if
args
.
mixup
else
''
)
logger
.
set_logger_dir
(
os
.
path
.
join
(
log_foder
))
logger
.
set_logger_dir
(
os
.
path
.
join
(
log_fo
l
der
))
dataset_train
=
get_data
(
'train'
,
args
.
mixup
,
args
.
alpha
)
dataset_train
=
get_data
(
'train'
,
args
.
mixup
,
args
.
alpha
)
dataset_test
=
get_data
(
'test'
,
args
.
mixup
,
args
.
alpha
)
dataset_test
=
get_data
(
'test'
,
args
.
mixup
,
args
.
alpha
)
...
...
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