- 26 9月, 2021 1 次提交
-
-
由 wangzhuang01 提交于
-
- 25 9月, 2020 1 次提交
-
-
由 Leo Chen 提交于
* add static check on data() * follow comments * fix ut
-
- 22 8月, 2020 1 次提交
-
-
由 ShenLiang 提交于
* add static data
-
- 20 8月, 2020 1 次提交
-
-
由 Aurelius84 提交于
* Rename `Input` into `InputSpec` * remove alias
-
- 14 5月, 2020 1 次提交
-
-
由 Cindy Cai 提交于
* test=develop, test=document_fix * test=develop, test=document_fix Co-authored-by: Nswtkiwi <1208425345@qq.com>
-
- 11 4月, 2020 1 次提交
-
-
由 liym27 提交于
-
- 08 4月, 2020 1 次提交
-
-
由 liym27 提交于
* Api (fluid.data/layers.data) error message enhancement. test=develop
-
- 28 2月, 2020 1 次提交
-
-
由 tianshuo78520a 提交于
-
- 23 2月, 2020 1 次提交
-
-
由 tianshuo78520a 提交于
-
- 06 1月, 2020 1 次提交
-
-
由 Huihuang Zheng 提交于
-
- 10 10月, 2019 1 次提交
-
-
由 Huihuang Zheng 提交于
-
- 09 10月, 2019 1 次提交
-
-
由 Huihuang Zheng 提交于
-
- 29 9月, 2019 1 次提交
-
-
由 Huihuang Zheng 提交于
-
- 27 9月, 2019 1 次提交
-
-
由 Huihuang Zheng 提交于
Set output type LoDTensor only After code experiment, I found data doens't support other type
-
- 26 9月, 2019 1 次提交
-
-
由 Huihuang Zheng 提交于
The new "fluid.data" changes old "fluid.layers.data": 1. Add shape and dtype check. 2. Remove "append_batch_size" parameter. We won't offer this in the new data layer because other deep learning platforms don't have this kind of data layer pre-processing. It may confuse users. 3. Remove "stop gradient" parameter because the data layer doesn't do back-propagation TODO: Now data layer feeded by executor is checked, will we want to check the feed data of readers in the future?
-