Loss value changes from one run to the other

Please move your topic to the correct subcategory. Since this topic is unrelated to the course notebooks, General Discussions is the right place for this.
Here’s the community user guide to get started.

  1. Explain your setup by providing the following details:
    a. GPU used
    b. Are you using ImageDataGenerator (see this as well)?
    c. 14k images is is still a lot of images. Are you using them as (150, 150, 3) or can you afford to make them smaller when reading? Details about the preprocessing pipeline is important here.
    d. Batch size
    e. CPU RAM usage.
    f. GPU RAM used.
    g. CPU usage
  2. See enable_op_determinism regarding reproducible results.
1 Like