V
V
vovak19192019-11-01 13:47:49
Neural networks
vovak1919, 2019-11-01 13:47:49

What is the purpose of the seed parameter in flow_from_directory?

Class ImageDataGenerator, the flow_from_directory function has a parameter:

seed: Optional random seed for shuffling and transformations.

When does this parameter apply and what values ​​does it take?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
F
freeExec, 2019-11-01
@vovak1919

If not specified, there will be "random" permutations. If you need repeatability from run to run, you must specify some value.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question