Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021-1-capstone-design2
/
2015104209
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
이현규
2021-04-30 14:15:08 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d37636f4fa77322b3dc873f0fb72f02a876f6c18
d37636f4
1 parent
24fc256f
Exclude pretrained baseline model
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 additions
and
2 deletions
esot3ria/inference_pb.py
esot3ria/pretrained_model/saved_model.pb
esot3ria/pretrained_model/variables/variables.data-00000-of-00001
esot3ria/pretrained_model/variables/variables.index
esot3ria/inference_pb.py
View file @
d37636f
...
...
@@ -8,8 +8,7 @@ import esot3ria.video_recommender as recommender
import
esot3ria.video_util
as
videoutil
# Define model paths.
# MODEL_PATH = "./model/inference_model/segment_inference_model"
MODEL_PATH
=
"./pretrained_model/variables/variables"
MODEL_PATH
=
"./model/inference_model/segment_inference_model"
TAG_VECTOR_MODEL_PATH
=
"./model/tag_vectors.model"
VIDEO_VECTOR_MODEL_PATH
=
"./model/video_vectors.model"
...
...
esot3ria/pretrained_model/saved_model.pb
deleted
100644 → 0
View file @
24fc256
No preview for this file type
esot3ria/pretrained_model/variables/variables.data-00000-of-00001
deleted
100644 → 0
View file @
24fc256
This file is too large to display.
esot3ria/pretrained_model/variables/variables.index
deleted
100644 → 0
View file @
24fc256
No preview for this file type
Please
register
or
login
to post a comment