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.
I have enjoyed diving into your
drake
-powered workflow, and I am learning a lot aboutrecipes
andkeras
in the process. In this PR, I propose a modified workflow that trains multiple models and compares them in terms of performance. Advantages of the new R Markdown document:drake
brings to a deep learning workflow. You can train multiple models in parallel (see the tips at the bottom) and skip models that are already up to date.drake
plan is easier to read, and it has more room for exploring multiple models, which is what plans were designed to do.keras
best practices while preserving most of the convenience ofdrake
's caching system. That way,make()
can run post-processing on models trained in a previous session.cc @edgararuiz