PaddlePaddle v0.8.0beta.1
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 dictionary yield format.
- 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 supportavx
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.