About 50 results
Open links in new tab
  1. non deterministic - Seeking Assistance on Achieving Determinism in ...

    Aug 5, 2024 · I’m currently working on a project that requires generating 100% reproducible outputs from OpenAI’s GPT-4 model for the same input prompt. Despite experimenting with various parameters …

  2. AssemblyVersion using * fails with error "wildcards, which are not ...

    Dec 14, 2018 · The specified version string contains wildcards, which are not compatible with determinism. Either remove wildcards from the version string, or disable determinism for this …

  3. How to handle non-determinism when training on a GPU?

    Jun 7, 2018 · 29 TL;DR Non-determinism for a priori deterministic operations come from concurrent (multi-threaded) implementations. Despite constant progress on that front, TensorFlow does not …

  4. Edit deterministic value in WinForms desktop application project to ...

    Aug 15, 2021 · 2 In C# WinForms desktop application, according The specified version string contains wildcards, which are not compatible with determinism I've to change …

  5. Auto Versioning in Visual Studio 2017 (.NET Core) - Stack Overflow

    Since auto-increment would break determinism (same input > same output) it is disallowed in that mode. You can set <Deterministic>False</Deterministic> in the csproj to use it. (or use any other MSbuild …

  6. Replicating GPU environment across architectures - Stack Overflow

    Feb 26, 2025 · Achieving bit-for-bit determinism across different GPU architectures is EXTREMELY hard, if not completely impossible. In my experience, training a model on an a100 vs v100 for …

  7. Non determinism problem in TensorFlow 2.16.1 - Stack Overflow

    Oct 1, 2024 · Non determinism problem in TensorFlow 2.16.1 Asked 1 year, 5 months ago Modified 1 year, 5 months ago Viewed 236 times

  8. How to Get Reproducible Results (Keras, Tensorflow):

    Apr 7, 2020 · import tensorflow as tf tf.keras.utils.set_random_seed(42) # sets seeds for base-python, numpy and tf tf.config.experimental.enable_op_determinism() Note though, this comes at a …

  9. How to have an auto incrementing version number (Visual Studio)?

    The specified version string contains wildcards, which are not compatible with determinism. Either remove wildcards from the version string, or disable determinism for this compilation.

  10. Determinism with Orchestrator/Sub-orchestrator & Durable Entities ...

    Jun 20, 2022 · If I have an Orchestrator that calls multiple sub-orchestrators, can I safely use a single Durable Entity to share common data across the primary and sub-orchestrators without violating …