MyGit

v0.3.0

intel-analytics/ipex-llm

版本发布时间: 2017-11-08 11:36:25

intel-analytics/ipex-llm最新发布版本:v2.1.0(2024-08-22 17:06:57)

Highlights

New Features

Enhancement

  1. Support model quantization. User can speed up model inference by quantize the model
  2. Display bigdl model in Tensorboard
  3. User can easily convert a sequential model to graph model by invoking new added toGraph method
  4. Remove unnecessary contiguous check in 3D conv
  5. Support global average pooling
  6. Support regularizer in 3D convolution layer
  7. Add regularizer for convlstmpeephole3d
  8. Throw more meaningful messages in layers and criterions
  9. Migrate GRU/LSTM/RNN/LSTM-Peehole definition from sequence to graph
  10. Switch to pytest for python unit tests
  11. Speed up tanh layer
  12. Speed up sigmoid layer
  13. Speed up recurrent layer
  14. Support batch normalization in recurrent
  15. Speedup Python ndarray to scala tensor convertion
  16. Improve gradient sync performance in distributed training
  17. Speedup tensor dot operation with mkl dot
  18. Speedup copy operation in recurrent container
  19. Speedup logsoftmax
  20. Move classes.lst and img_class.lst to the model example folder, so user can easier to find them.
  21. Ensure spark.speculation is set to false to get a better performance in training
  22. Easier to turn on performance data in distributed training log
  23. Optimize memory usage when broadcasting the model
  24. Support mllib vector as feature for BigDL
  25. Support create multiple tensors Sample in python
  26. Support resizing in BytesToBGRImg

Bug Fix

  1. Fix TemporalConv layer cannot return parameter table
  2. Fix some bugs when loading dilated group convolution from caffe
  3. Fix some bugs when loading caffe v1 layers
  4. Fix a bug in TimeDistributed layer
  5. Fix get incorrect execution time in recurrent layers
  6. Fix inplace layer clear state bug
  7. Fix incorrect training data sample count under some input
  8. Remove label check in BytesToGreyImg
  9. Fix a bug in concat table when it contains no layer
  10. Fix a bug in maptable
  11. Fix some typos in document
  12. Use newInstance method to obtain FileSystem

相关地址:原始地址 下载(tar) 下载(zip)

查看:2017-11-08发行的版本