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
8bba17f7
Commit
8bba17f7
authored
Sep 18, 2018
by
Yuxin Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix lint
parent
1b8fc8f2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
.travis.yml
.travis.yml
+5
-0
tensorpack/input_source/input_source.py
tensorpack/input_source/input_source.py
+0
-1
No files found.
.travis.yml
View file @
8bba17f7
...
@@ -65,6 +65,11 @@ script:
...
@@ -65,6 +65,11 @@ script:
-
cd $TRAVIS_BUILD_DIR
# go back to root so that deploy may work
-
cd $TRAVIS_BUILD_DIR
# go back to root so that deploy may work
notifications
:
notifications
:
email
:
recipients
:
-
ppwwyyxxc@gmail.com
on_success
:
never
on_failure
:
always
webhooks
:
webhooks
:
urls
:
urls
:
-
https://webhooks.gitter.im/e/cede9dbbf6630b3704b3
-
https://webhooks.gitter.im/e/cede9dbbf6630b3704b3
...
...
tensorpack/input_source/input_source.py
View file @
8bba17f7
...
@@ -21,7 +21,6 @@ from ..tfutils.tower import get_current_tower_context
...
@@ -21,7 +21,6 @@ from ..tfutils.tower import get_current_tower_context
from
..tfutils.dependency
import
dependency_of_fetches
from
..tfutils.dependency
import
dependency_of_fetches
from
..utils
import
logger
from
..utils
import
logger
from
..utils.concurrency
import
ShareSessionThread
from
..utils.concurrency
import
ShareSessionThread
from
..utils.develop
import
deprecated
from
..callbacks.base
import
Callback
,
CallbackFactory
from
..callbacks.base
import
Callback
,
CallbackFactory
from
..callbacks.graph
import
RunOp
from
..callbacks.graph
import
RunOp
...
...
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