France-Travail / gabarit

Gabarit : kickstart your data science project from scratch
GNU Affero General Public License v3.0
58 stars 11 forks source link

Permit fixing the random seed in the models of the vision template #178

Open gsolard opened 1 year ago

gsolard commented 1 year ago

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