com.unity.sentis 1.2.0-exp.2

com.unity.sentis

Source docs
Notes: processedReleased September 20, 2023

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2021.3

Package Dependencies

  • com.unity.burst (1.8.4)
  • com.unity.modules.imageconversion (1.0.0)
  • com.unity.modules.jsonserialize (1.0.0)

Features

  • Fast inference path for 1D Resize
  • OneHot operator now supports float tensors properly
  • Import for LayerNormalization operator
  • Import for Gelu operator
  • Optimized ScalarMad layer with optimizer passes

API Changes

  • Watermark on Unity scenes referencing Sentis
  • License key requirement for Sentis

📈 Improvements

  • Moved CPU fallback pass to mandatory optimizer passes and remove MakeReadable calls in layer inference
  • Binary search for allocator speedup
  • Cached compute func instances for inference speedup
  • Refactored AxisNormalization to be LayerNormalization

🔧 Bug Fixes

  • Import settings for Upsample operator
  • Condition for fast inference path for 2D Resize on CPU
  • Inspector no longer crashes when model can't be imported
  • Serialize to streaming assets now correctly uses optimal path and doesn't crash the editor with large models
  • Serialize to streaming assets creates directory if it doesn't exist and refreshes asset database