Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.learn.pytorch
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
bob
bob.learn.pytorch
Commits
e3bebdc4
Commit
e3bebdc4
authored
6 years ago
by
Saeed SARFJOO
Browse files
Options
Downloads
Patches
Plain Diff
remove extend_path from all internal __init__ files
parent
6c2dac5f
No related branches found
No related tags found
1 merge request
!19
Add audio extractor
Pipeline
#26747
passed
6 years ago
Stage: build
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
bob/learn/pytorch/__init__.py
+0
-3
0 additions, 3 deletions
bob/learn/pytorch/__init__.py
bob/learn/pytorch/extractor/__init__.py
+0
-3
0 additions, 3 deletions
bob/learn/pytorch/extractor/__init__.py
bob/learn/pytorch/preprocessor/__init__.py
+0
-1
0 additions, 1 deletion
bob/learn/pytorch/preprocessor/__init__.py
with
0 additions
and
7 deletions
bob/learn/pytorch/__init__.py
+
0
−
3
View file @
e3bebdc4
# see https://docs.python.org/3/library/pkgutil.html
from
pkgutil
import
extend_path
__path__
=
extend_path
(
__path__
,
__name__
)
# gets sphinx autodoc done right - don't remove it
# gets sphinx autodoc done right - don't remove it
def
__appropriate__
(
*
args
):
def
__appropriate__
(
*
args
):
...
...
This diff is collapsed.
Click to expand it.
bob/learn/pytorch/extractor/__init__.py
+
0
−
3
View file @
e3bebdc4
# see https://docs.python.org/3/library/pkgutil.html
from
pkgutil
import
extend_path
__path__
=
extend_path
(
__path__
,
__name__
)
# gets sphinx autodoc done right - don't remove it
# gets sphinx autodoc done right - don't remove it
def
__appropriate__
(
*
args
):
def
__appropriate__
(
*
args
):
...
...
This diff is collapsed.
Click to expand it.
bob/learn/pytorch/preprocessor/__init__.py
+
0
−
1
View file @
e3bebdc4
# see https://docs.python.org/3/library/pkgutil.html
# gets sphinx autodoc done right - don't remove it
# gets sphinx autodoc done right - don't remove it
def
__appropriate__
(
*
args
):
def
__appropriate__
(
*
args
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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