Senta
Senta copied to clipboard
update the API to fluid v1.1
update the API to fluid v1.1
- Use
ParallelExecutor
instead of deprecatedfluid.layers.get_places
andfluid.layers.ParallelDo
. - Use
paddle.batch
instead ofpaddle.v2.batch
, which drops the only batch by default even when the number of examples is less than the batch size. - add
train.sh
, 'eval.sh', 'infer.sh' for out-of-box usages.