We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Difficulty: ★☆☆☆☆
tests.py has tests for each:
tests.py
The make_test_batch_* function runs all of the low level api calls needed to prepare data to test that type of analysis.
make_test_batch_*
When we add tensorflow, there will be 3 different libraries all making duplicate data preparation steps for make_test_batch_*
Make a functions that prepare low level api objects for:
So that they can be used by either keras, pytorch, or tensorflow
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Background
tests.py
has tests for each:The
make_test_batch_*
function runs all of the low level api calls needed to prepare data to test that type of analysis.Problem
When we add tensorflow, there will be 3 different libraries all making duplicate data preparation steps for
make_test_batch_*
Solution
Make a functions that prepare low level api objects for:
So that they can be used by either keras, pytorch, or tensorflow
The text was updated successfully, but these errors were encountered: