- 10 11月, 2016 17 次提交
-
-
由 Yu Yang 提交于
* Because in dockerhub, we cannot set the `docker build `running directory, we could only use `git clone` command to get the latest code if we put `Dockerfile` in subdirectory * But the `git clone` will checkout the default branch only, so here we add a `ENV` in Dockerfile to checkout special branch or tag in git repo. We could change it to `V0.9.0` tag when it release.
-
由 liaogang 提交于
-
由 wangyang59 提交于
-
由 wangyang59 提交于
-
由 wangyang59 提交于
-
由 wangyang59 提交于
-
由 wangyang59 提交于
-
由 wangyang59 提交于
-
由 wangyang59 提交于
rebase deconv implementation with develop branch and resolve conflicts with pull#218 commit 45c81a41
-
由 wangyang59 提交于
-
由 wangyang59 提交于
-
由 wangyang59 提交于
-
由 wangyang59 提交于
-
由 wangyang59 提交于
-
由 wangyang59 提交于
-
由 wangyang59 提交于
-
由 wangyang59 提交于
-
- 09 11月, 2016 6 次提交
-
-
由 liaogang 提交于
-
由 liaogang 提交于
-
由 luotao1 提交于
* some tiny fixs * use VLOG(3)
-
由 liaogang 提交于
-
由 Liang Zhao 提交于
-
由 Liang Zhao 提交于
-
- 08 11月, 2016 6 次提交
- 07 11月, 2016 6 次提交
-
-
由 luotao1 提交于
-
由 liaogang 提交于
-
由 liaogang 提交于
-
由 liaogang 提交于
-
由 liaogang 提交于
-
由 Yu Yang 提交于
* Fix SRL hang when exit. * Error occurred when enable Async Load in TestDataProvider. * It because DataProvider is calling getNextBatchInternal in one thread, and destructing DataProvider in other thread. * Add wait routine in DataProvider destructing. * Also fix another bug, when destructing TestDataProvider and do not read any test data. Fix #286 * Follow comments, Use mutex is cool!
-
- 05 11月, 2016 2 次提交
-
-
由 lzhao4ever 提交于
-
由 emailweixu 提交于
* Add elementwise math operations This allows use to use expressions like: y=log(1+exp(x)) Also added unittests for ActivationFunction * Enforce keyword arguments for non-positional arguments * Add LogActivation to doc
-
- 04 11月, 2016 3 次提交