This repository has been archived by the owner on Jan 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Superjomn
force-pushed
the
feature/alpha
branch
from
March 15, 2018 05:09
70a3b77
to
608a59d
Compare
Superjomn
force-pushed
the
feature/alpha
branch
from
March 16, 2018 02:49
a647580
to
1da4e62
Compare
Superjomn
force-pushed
the
feature/alpha
branch
from
March 16, 2018 02:57
1da4e62
to
be53da8
Compare
Superjomn
force-pushed
the
feature/alpha
branch
from
March 19, 2018 09:05
ba39ef2
to
5b791be
Compare
panyx0718
approved these changes
Mar 21, 2018
panyx0718
approved these changes
Mar 21, 2018
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can also track memory leak in the future. Currently we seems to have memory leak
panyx0718
approved these changes
Mar 21, 2018
@@ -23,16 +23,16 @@ class Factor(object): | |||
self.out_file = out_file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to add comments for this class
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
A live demo: http://172.19.61.250:8080/.
An initial implementation with a web frontend.
Current the evaluation tasks are working on a busy server, so some tests are fragile and easy to fail, requiring an exclusive machine.
Most of the script is written with xonsh, a python-powered BASH interpreter which enables mixing python with Linux command. In that way, the trivial commands can be better maintained for a growing project.
The baseline is currently maintained at https://github.com/Superjomn/paddle-modelci-baseline, will keep being updated in
master
branch with the latest successful evaluation result; the latest failed result will be persisted indevelop
branch.The ModelCE framework will keep updating with the baseline's
master
branch, so one can change the baseline directly by editing on the baseline repo.fixes: #3