Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
SENSE-PPI
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Konstantin Volzhenin
SENSE-PPI
Commits
358ad745
Commit
358ad745
authored
Dec 12, 2023
by
Konstantin Volzhenin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Default model change: from senseppi.ckpt to fly_worm_human_chicken.ckpt
parent
a7412068
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
1 deletions
+1
-1
__main__.py
senseppi/__main__.py
+1
-1
fly_worm_human_chicken.ckpt
senseppi/default_model/fly_worm_human_chicken.ckpt
+0
-0
senseppi.ckpt
senseppi/default_model/senseppi.ckpt
+0
-0
No files found.
senseppi/__main__.py
View file @
358ad745
...
...
@@ -47,7 +47,7 @@ def main():
if
hasattr
(
params
,
'model_path'
):
if
params
.
model_path
is
None
:
params
.
model_path
=
os
.
path
.
join
(
os
.
path
.
dirname
(
__file__
),
"default_model"
,
"
senseppi
.ckpt"
)
params
.
model_path
=
os
.
path
.
join
(
os
.
path
.
dirname
(
__file__
),
"default_model"
,
"
fly_worm_human_chicken
.ckpt"
)
params
.
func
(
params
)
...
...
senseppi/default_model/fly_worm_human_chicken.ckpt
0 → 100644
View file @
358ad745
File added
senseppi/default_model/senseppi.ckpt
deleted
100644 → 0
View file @
a7412068
File deleted
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