Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.learn.em
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
Package registry
Model registry
Operate
Environments
Terraform modules
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
Show more breadcrumbs
bob
bob.learn.em
Commits
5bb94044
Commit
5bb94044
authored
2 years ago
by
André MAYORAZ
Committed by
Yannick DAYER
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[conda] Removed bob extension
parent
b230708a
No related branches found
No related tags found
1 merge request
!69
Cookiecutter restructuration
Pipeline
#65932
passed
2 years ago
Stage: qa
Stage: test
Stage: doc
Stage: dist
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
conda/meta.yaml
+0
-1
0 additions, 1 deletion
conda/meta.yaml
src/bob/learn/em/__init__.py
+0
-7
0 additions, 7 deletions
src/bob/learn/em/__init__.py
with
0 additions
and
8 deletions
conda/meta.yaml
+
0
−
1
View file @
5bb94044
...
...
@@ -24,7 +24,6 @@ requirements:
-
python {{ python }}
-
setuptools {{ setuptools }}
-
pip {{ pip }}
-
bob.extension
-
numpy {{ numpy }}
-
dask {{ dask }}
-
dask-ml {{ dask_ml }}
...
...
This diff is collapsed.
Click to expand it.
src/bob/learn/em/__init__.py
+
0
−
7
View file @
5bb94044
import
bob.extension
from
.factor_analysis
import
ISVMachine
,
JFAMachine
from
.gmm
import
GMMMachine
,
GMMStats
from
.ivector
import
IVectorMachine
...
...
@@ -9,11 +7,6 @@ from .wccn import WCCN
from
.whitening
import
Whitening
def
get_config
():
"""
Returns a string containing the configuration information.
"""
return
bob
.
extension
.
get_config
(
__name__
)
# gets sphinx autodoc done right - don't remove it
def
__appropriate__
(
*
args
):
"""
Says object was actually declared here, an not on the import module.
...
...
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