Skip to content

BigDL maintenance release 0.1.1

Latest
Compare
Choose a tag to compare
@liu-shaojun liu-shaojun released this 07 Mar 02:16
· 21537 commits to main since this release

Release Notes

  • API Change
  1. Use bigdl as the top level package name for all bigdl python module
  2. Allow user to change the model in the optimizer
  3. Allow user to define a model in python API
  4. Allow user to invoke BigDL scala code from python in 3rd prject
  5. Allow user to use BigDL random generator in python
  6. Allow user to use forward/backward method in python
  7. Add BiRnn layer to python
  8. Remove useless CriterionTable layer
  • Enhancement
  1. Load libjmkl.so in the class load phase
  2. Support python 3.5
  3. Initialize gradient buffer at the start of backward to reduce the memory usage
  4. Auto pack python dependency in yarn cluster mode
  • Bug Fix
  1. Fix optimizer continue without failure after retry maximum number
  2. Fix LookupTable python API throw noSuchMethod error
  3. Fix an addmv bug for 1x1 matrix
  4. Fix lenet python example error
  5. Fix python load text file encoding issue
  6. Fix HardTanh performance issue
  7. Fix data may distribute unevenly in vgg example when input partition is too large
  8. Fix a bug in SpatialDilatedConvolution
  9. Fix a bug in BCECriterion loss function
  10. Fix a bug in Add layer
  11. Fix runtime error when run BigDL on Pyspark 1.5