Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
gm_strategy_cvr
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
rank
gm_strategy_cvr
Commits
47a2e455
Commit
47a2e455
authored
Aug 27, 2020
by
赵威
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update time
parent
4746ec7f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
main_portrait.py
src/main_portrait.py
+2
-2
No files found.
src/main_portrait.py
View file @
47a2e455
...
...
@@ -168,5 +168,5 @@ if __name__ == "__main__":
# device_id = "androidid_a25a1129c0b38f7b"
# offline_predict_diary(device_id, device_dict, diary_dict, diary_predict_fn, size=300)
total_time
=
(
time
.
time
()
-
time_begin
)
/
60
print
(
"total cost {:.2f}
min
s at {}"
.
format
(
total_time
,
datetime
.
datetime
.
now
()))
total_time
=
(
time
.
time
()
-
time_begin
)
/
60
/
60
print
(
"total cost {:.2f}
hour
s at {}"
.
format
(
total_time
,
datetime
.
datetime
.
now
()))
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