Skip to content

PaddlePaddle v0.8.0beta.1

Compare
Choose a tag to compare
@reyoung reyoung released this 30 Sep 04:27
· 14808 commits to master since this release

New features:

  • Mac OSX is supported by source code. #138
    • Both GPU and CPU versions of PaddlePaddle are supported.
  • Support CUDA 8.0
  • Enhance PyDataProvider2
    • Add dictionary yield format. PyDataProvider2 can yield a dictionary with key is data_layer's name, value is features.
    • Add min_pool_size to control memory pool in provider.
  • Add deb install package & docker image for no_avx machines.
    • Especially for cloud computing and virtual machines
  • Automatically disable avx instructions in cmake when machine's CPU don't support avx instructions.
  • Add Parallel NN api in trainer_config_helpers.
  • Add travis ci for Github

Bug fixes:

  • Several bugs in trainer_config_helpers. Also complete the unittest for trainer_config_helpers
  • Check if PaddlePaddle is installed when unittest.
  • Fix bugs in GTX series GPU
  • Fix bug in MultinomialSampler

Also more documentation was written since last release.