8000 Releases · acids-ircam/nn_tilde · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: acids-ircam/nn_tilde

v1.6.0

22 May 09:44
Compare
Choose a tag to compare

General

  • Pytorch
    • nn~ now built with torch 2.5.1
  • Mac
    • Signed version of nn externals ; no more need for quarantine, and non-blocked by novel version of nn~
    • Universal binaries
  • Linux
    • [see below]

MAX / MSP

  • Accessing model information
    • new [nn.info] object for model inspection
    • dump message for console output
  • Integrated download for models from Ircam Forum API
    • download & delete message in nn~, mc.nn~; mcs.nn~
    • available models as Max dictionary through nn.info
  • Dynamical model loading
    • Models can be now dynamically change ; model change is thread-safe and model-safe, adding zero for missing dimensions and cropping surplus dimension.
    • Methods can also dynamically change.
    • (yet, it is still advised to do that with audio status off)
  • Buffer access for Max/MSP
    • Models can now read Max buffers (to compute internal states / offline calculation from fixed data) as a model property.
    • new track_buffers attribute that monitor changes in Max buffer to automatically trigger re-calculation
  • Re-packaging
    • nn~ is now a “real” package!
  • Support files
    • new latent exploration utility with latent_slider and latent_remote
  • Documentation
    • made information hub, “Extras” entry with nn~ Overview,
    • re-conceived help patches, and added model-specific help patchers
    • scripting documentation to come
  • Improved scripting
    • default attribute getters / setters for model integration
    • new Buffer object for Max buffer handling
    • torch.Tensor attributes, working with [array] object
    • new examples for model scripting (features.py, effects.py) in source/

PD

v1.6 for PureData is basically the updated version from Benjamin Wesch, with additional functionalities for model download through IRCAM Forum API.

  • Multi-channel integration with snake~
  • Model inspection with second inlet
  • New help patch
  • Integrated download for models from IRCAM Forum API

v1.5.6

29 Nov 12:34
Compare
Choose a tag to compare

Features

Commits

  • f59b83d: Create linux.sh (Martin Heinze) #51
  • 4409130: Merge remote-tracking branch 'upstream/master' (Martin Heinze) #51
  • ac274b6: Merge remote-tracking branch 'upstream/master' (Martin Heinze) #51
  • 55a531c: set CXX standard for Windows in cmake list, set linker attribute for Pd external (solves issue #53) (Francesco Bigoni) #55
  • 43792a1: Merge branch 'master' into feature/pd_fix (Antoine) #55
  • 3c3c095: remove extra CXX standard definition (Antoine)
  • 7ab3e65: Merge branch 'feature/pd_fix' (Antoine)
  • 2b45e76: Merge branch 'master' into feature/arch_linux_script (Antoine) #13
  • de5dc31: Merge branch 'feature/arch_linux_script' (Antoine)
  • 5941793: compatibility with torch v2 and mc/mcs bug fixes (Axel Chemla--Romeu-Santos)

v1.5.5

22 Jun 16:46
Compare
Choose a tag to compare

Commits

  • 5a63acf: mc performance update (Antoine)
  • 4cb7a0d: update mcs to semaphore (Antoine)

v1.5.4

22 Jun 14:47
Compare
Choose a tag to compare

Commits

  • e144b5d: update README (Antoine)
  • 8c6fa75: Ensure exported models output float tensors (Hugo Flores Garcia) #54
  • 53e2fff: use looping thread (Antoine)
  • 676f60e: bump up cxx standard to 20 (Antoine)
  • 98c274e: set CXX property after post-target (Antoine)

v1.5.3

06 Jun 13:46
Compare
Choose a tag to compare

Commits

  • bab917b: update requirements (Antoine)
  • a26d146: fix doubloe locking (Antoine)

v1.5.0

24 May 12:30
Compare
Choose a tag to compare

Commits

  • ef08953: update readme (Antoine)
  • da938b9: fix README (Antoine)
  • 4d958d7: Update README.md (Antoine Caillon)
  • e74173b: Update README.md (Antoine Caillon)
  • bc2276b: Update README.md (Antoine Caillon)
  • 8dd747a: add reload option (non threaded) (Antoine)
  • b96f37a: Backend using pointer (Antoine)
  • c9af769: remove undefined method (Antoine)
  • 816529c: backend add locking mechanism (Antoine)
  • 4553058: add reload mode (Antoine)
  • 3517fb5: PureData reload mode (Antoine)
  • f824495: update README (Antoine)

v1.4.6

12 May 14:07
Compare
Choose a tag to compare

Commits

  • 5d3b5c4: add attribute support for pd nn~ (Antoine)
  • 111e7ca: check for attribute availability (Antoine)
  • c6a0835: Update boot stamp for all versions (Antoine)
  • ec85700: pd build (Antoine)
  • 492974d: upload pd artifacts (Antoine)
  • 40f7b16: codesign pd (Antoine)
  • d5aaa5c: remove pthread from requirements (Antoine)
  • 1eebf05: 7485 automatic pd build test (Antoine)
  • 18b6ae9: add pd.lib (Antoine)
  • cf02fa0: fix copy directory (Antoine)
  • 1a915c1: fix output dir (Antoine)
  • 1ff42c9: copy elements to Release directory (Antoine)
  • 54868a9: fix pd path (Antoine)
  • f4b1579: fix rm on windows (Antoine)

v1.4.5

11 May 14:52
Compare
Choose a tag to compare

Commits

  • 97264a1: rename binaries (Antoine)
  • f389f18: test with batched inference (Antoine)
  • 2bf45fe: add batch test (Antoine)
  • 9d169a8: fix multucanal nn~ in multi inlet outlet setup (Antoine)
0