Mentions légales du service

Skip to content
Snippets Groups Projects
  1. Sep 06, 2023
    • ANDREY Paul's avatar
      Bump version to '2.3.1'. · 911c67a9
      ANDREY Paul authored
      Verified
      911c67a9
    • ANDREY Paul's avatar
      Drop 'functorch.compile' use. · 4de359e9
      ANDREY Paul authored
      - The use of 'functorch.compile' over a function that takes variable-size
        batch inputs proves impossible, as the tracing on first call creates a
        computation graph with fixed dimensions.
      - As a result, the tentative compilation of per-sample clipped gradients
        computation prevents the proper use of DP-SGD with the functorch backend.
      - An alternative attempt was to compile the sample-wise function and vmap
        it afterwards, but this is currently unsupported (and unlikely to be as
        part of functorch, as development efforts have moved to 'torch.func').
      - This commit therefore drops the use of 'functorch.compile'.
      Verified
      4de359e9
  2. Sep 01, 2023
  3. Aug 31, 2023
  4. Aug 30, 2023
  5. Aug 25, 2023
  6. Aug 24, 2023
  7. Aug 09, 2023
Loading