Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for tracked (0.17 sec)

  1. SECURITY.md

    TensorFlow process effectively executes arbitrary code.
    
    The risk of loading untrusted checkpoints depends on the code or graph that you
    are working with. When loading untrusted checkpoints, the values of the traced
    variables from your model are also going to be untrusted. That means that if
    your code interacts with the filesystem, network, etc. and uses checkpointed
    variables as part of those interactions (ex: using a string variable to build a
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Sun Oct 01 06:06:35 GMT 2023
    - 9.6K bytes
    - Viewed (0)
  2. RELEASE.md

        and a [python tracer](https://www.tensorflow.org/guide/profiler#events)
        which allows you to trace python function calls in your model. Usability
        improvements include better diagnostic messages and
        [profile options](https://tensorflow.org/guide/profiler#collect_performance_data)
        to customize the host and device trace verbosity level.
    
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top