Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MaggotUBA-adapter
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Nyx
MaggotUBA-adapter
Commits
b895a3c0
Commit
b895a3c0
authored
2 years ago
by
François LAURENT
Browse files
Options
Downloads
Patches
Plain Diff
for use as modules
parent
d12bb23c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/maggotuba/models/predict_model.py
+1
-1
1 addition, 1 deletion
src/maggotuba/models/predict_model.py
src/maggotuba/models/train_model.py
+1
-1
1 addition, 1 deletion
src/maggotuba/models/train_model.py
with
2 additions
and
2 deletions
src/maggotuba/models/predict_model.py
+
1
−
1
View file @
b895a3c0
...
...
@@ -3,7 +3,7 @@ from taggingbackends.data.chore import load_spine
import
taggingbackends.data.fimtrack
as
fimtrack
from
taggingbackends.data.labels
import
Labels
from
taggingbackends.features.skeleton
import
get_5point_spines
from
denselayer
import
DenseLayer
from
maggotuba.models.
denselayer
import
DenseLayer
import
numpy
as
np
import
json
...
...
This diff is collapsed.
Click to expand it.
src/maggotuba/models/train_model.py
+
1
−
1
View file @
b895a3c0
from
taggingbackends.data.labels
import
Labels
from
taggingbackends.data.dataset
import
LarvaDataset
from
denselayer
import
DenseLayer
,
device
from
maggotuba.models.
denselayer
import
DenseLayer
,
device
import
numpy
as
np
import
json
import
torch
...
...
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