PR #167 permits to fix the random seed for the models of the NLP and NUM templates. Due to incompatibilities with tensorflow version, it has not been done for the vision template. Version 2.13 of tensorflow should allow it.
Concerned template
[ ] NLP template
[ ] NUM template
[x] VISION template
[ ] API template
[ ] How templates are generated - Jinja
Solution
Add the random seed to the vision models similarly to what was done in the NLP and NUM tempaltes
Problem
PR #167 permits to fix the random seed for the models of the NLP and NUM templates. Due to incompatibilities with tensorflow version, it has not been done for the vision template. Version 2.13 of tensorflow should allow it.
Concerned template
Solution
Add the random seed to the vision models similarly to what was done in the NLP and NUM tempaltes
Additional context
See PR #167