Skip to content
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

DL4J: Add MultiLayerNetwork evaluation overloads with MultiDataSetIterator #8777

Closed
AlexDBlack opened this issue Mar 11, 2020 · 0 comments · Fixed by KonduitAI/deeplearning4j#318
Assignees
Labels
UX Issues related to User Experience
Milestone

Comments

@AlexDBlack
Copy link
Contributor

We have evaluate(DataSetIterator) but not evaluate(MultiDataSetIterator).
For single in/out MultiDataSets this can be used in MultiLayerNetwork. Should be trivial to add (using MultiDataSet -> DataSet wrapper iterator)

@AlexDBlack AlexDBlack added the UX Issues related to User Experience label Mar 11, 2020
@AlexDBlack AlexDBlack added this to the 1.0.0-beta7 milestone Mar 13, 2020
@AlexDBlack AlexDBlack self-assigned this Mar 13, 2020
AlexDBlack added a commit to KonduitAI/deeplearning4j that referenced this issue Mar 13, 2020
…overload

Signed-off-by: Alex Black <blacka101@gmail.com>
AlexDBlack added a commit to KonduitAI/deeplearning4j that referenced this issue Mar 20, 2020
…overload

Signed-off-by: Alex Black <blacka101@gmail.com>
AlexDBlack added a commit to KonduitAI/deeplearning4j that referenced this issue Mar 20, 2020
…overload

Signed-off-by: Alex Black <blacka101@gmail.com>
AlexDBlack added a commit to KonduitAI/deeplearning4j that referenced this issue Mar 25, 2020
…overload

Signed-off-by: Alex Black <blacka101@gmail.com>
AlexDBlack added a commit to KonduitAI/deeplearning4j that referenced this issue Mar 26, 2020
…overload

Signed-off-by: Alex Black <blacka101@gmail.com>
AlexDBlack added a commit to KonduitAI/deeplearning4j that referenced this issue Mar 26, 2020
* deeplearning4j#8777 MultiLayerNetwork.evaluate(MultiDataSetIterator) overload

Signed-off-by: Alex Black <blacka101@gmail.com>

* deeplearning4j#8768 SameDiff.equals

Signed-off-by: Alex Black <blacka101@gmail.com>

* deeplearning4j#8750 shade freemarker library and switch to it in DL4J UI

Signed-off-by: Alex Black <blacka101@gmail.com>

* deeplearning4j#8704 DL4J UI redirect

Signed-off-by: Alex Black <blacka101@gmail.com>

* deeplearning4j#8776 RecordReaderDataSetIterator builder collectMetaData fix

Signed-off-by: Alex Black <blacka101@gmail.com>

* deeplearning4j#8718 Fix DL4J doEvaluation metadata

Signed-off-by: Alex Black <blacka101@gmail.com>

* deeplearning4j#8715 ArchiveUtils - Add option to not log every extracted file

Signed-off-by: Alex Black <blacka101@gmail.com>

* No exception for evaluations that don't support metadata

Signed-off-by: Alex Black <blacka101@gmail.com>

* Fixes

Signed-off-by: Alex Black <blacka101@gmail.com>

* deeplearning4j#8765 CompGraph+MDS fix for SharedTrainingMaster

Signed-off-by: Alex Black <blacka101@gmail.com>

* small fix

Signed-off-by: Alex Black <blacka101@gmail.com>

* Timeout

Signed-off-by: Alex Black <blacka101@gmail.com>

* Ignore

Signed-off-by: Alex Black <blacka101@gmail.com>

* Revert freemarker shading

Signed-off-by: Alex Black <blacka101@gmail.com>

* Ignore

Signed-off-by: Alex Black <blacka101@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
UX Issues related to User Experience
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant