Small fixes for release candidate 2
Closes #12 (closed)
- Exception message when last component size of output tensor shape is -1
- Handling tensors names in alphabetical order (
signaturedef.inputs()
andsignaturedef.outputs()
order is completely random!) now throws a warning when there are > 1 available tensor name in the graph. Add a blacklist to avoir confusion between users placeholders and input tensors. - Fix: input users placeholders actual names are now resolved
Also closes #1 (closed), #3 (closed), #6 (closed), #7 (closed), #8 (closed), #10 (closed), #11 (closed)
Merge request reports
Activity
added Bug Documentation Enhancement labels
added 1 commit
- e1134e35 - COMP: add signature_constants.h in includes
By Cresson Remi on 2021-11-20T15:22:34 (imported from GitLab)
added 7 commits
- 6eeb024b - STYLE: apply clang-format
- 8380e828 - STYLE: apply clang-format
- a9249e5d - STYLE: apply clang-format
- 1f1eda23 - STYLE: apply clang-format
- cba10cdc - STYLE: apply clang-format
- d21f6457 - STYLE: apply clang-format, ENH: add blacklist option in GetTensorAttributes()
- bf906d16 - STYLE: apply clang-format, ENH: add blacklist option in GetTensorAttributes()
By Cresson Remi on 2021-11-23T00:20:39 (imported from GitLab)
Toggle commit listrequested review from @nicolas.narcon
By Cresson Remi on 2021-11-23T00:24:33 (imported from GitLab)
assigned to @remi.cresson
By Cresson Remi on 2021-11-23T00:24:33 (imported from GitLab)
added 1 commit
- c7132ae5 - COMP: fix cppcheck
By Cresson Remi on 2021-11-23T00:30:35 (imported from GitLab)
- Resolved by Cresson Remi
Ah l'ordre de signaturedef.inputs() est random, genre ça change selon les runs ? En effet j'avais pas vérifié !
By Narcon Nicolas on 2021-11-23T10:23:58 (imported from GitLab)
added 1 commit
- 02c4dc1f - STYLE: nothing
By Narcon Nicolas on 2021-11-23T10:13:11 (imported from GitLab)
- Resolved by Cresson Remi
Est-ce que tu as essayé de migrer les vieux modèles de sorte à les entraîner avec
TensorflowModelTrain
?By Cresson Remi on 2021-11-23T13:26:37 (imported from GitLab)
mentioned in commit fc030310
By Cresson Remi on 2021-11-23T19:43:19 (imported from GitLab)