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
2e238998
You need to sign in or sign up before continuing.
Commit
2e238998
authored
Sep 09, 2016
by
Yuxin Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fix
parent
2387c622
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tensorpack/utils/logger.py
tensorpack/utils/logger.py
+1
-1
No files found.
tensorpack/utils/logger.py
View file @
2e238998
...
@@ -11,7 +11,6 @@ from six.moves import input
...
@@ -11,7 +11,6 @@ from six.moves import input
import
sys
import
sys
from
.utils
import
memoized
from
.utils
import
memoized
from
.fs
import
mkdir_p
__all__
=
[]
__all__
=
[]
...
@@ -88,6 +87,7 @@ If you're resuming from a previous run you can choose to keep it.""")
...
@@ -88,6 +87,7 @@ If you're resuming from a previous run you can choose to keep it.""")
else
:
else
:
raise
ValueError
(
"Unknown action: {}"
.
format
(
act
))
raise
ValueError
(
"Unknown action: {}"
.
format
(
act
))
LOG_DIR
=
dirname
LOG_DIR
=
dirname
from
.fs
import
mkdir_p
mkdir_p
(
dirname
)
mkdir_p
(
dirname
)
LOG_FILE
=
os
.
path
.
join
(
dirname
,
'log.log'
)
LOG_FILE
=
os
.
path
.
join
(
dirname
,
'log.log'
)
_set_file
(
LOG_FILE
)
_set_file
(
LOG_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