-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix build in Travis #1137
fix build in Travis #1137
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1137 +/- ##
========================================
Coverage ? 66%
========================================
Files ? 41
Lines ? 2335
Branches ? 0
========================================
Hits ? 1532
Misses ? 803
Partials ? 0 |
@Borda this might be of interest to you: #1123 (comment) |
thx, I will try to use it in testing if it helps... but it means that we restrict to TF usage only, right?
|
Still failing on CircleCI... |
A general question, why should we use CircleCI instead of Travis? @de-vri-es do you have any experience with CircleCI vs Travis? |
I think that both Travis and CircleCI can be used in parallel... But I agree that it is not necessary so I will remove CircleCI from this PR |
I have very limited experience with CircleCI. They have some cool features (you can get a shell in the VM/container of a failed run, for example), but I think we should stick with one CI system in total. I'd be fine with either CircleCI or Travis. If it really runs faster that could be a good reason to switch. But whichever we go with, they must be able to complete the test suite =] |
@de-vri-es I have stick this PR just with Travis and I may create a new PR with CircleCI and clearly state if and what is the performance boost compare to Travis... |
Makes sense 👍 |
@de-vri-es is there anything else I should do for this PR? :) |
I agree with @de-vri-es, we're hopefully close to having working unit tests in keras 2.3 so we should aim for that. |
Let's wait for working unit tests in Keras 2.3, it should not take too much time |
I would consider adding to CI testing for Tensorflow 1.x and 2.x |
@vcarpani @de-vri-es @hgaiser I have implemented the behaviour change and run multi TF testing... |
@de-vri-es @hgaiser @vcarpani any update so far? :] |
Nope, seems keras is dead. |
@hgaiser does it mean that this repo is also dead? |
@hgaiser ? |
It will be deprecated in time, in favor of the implementation using |
drop testing models because of the timeout failer
start adding CircleCI which should be able to run full test