- 12 May, 2017 2 commits
- 11 May, 2017 6 commits
-
-
Richard A Hofer authored
* Remove assumption that history is 4 frames in expreplay. * fix linting
-
Patrick Wieschollek authored
-
Yuxin Wu authored
-
Yuxin Wu authored
-
Yuxin Wu authored
-
Yuxin Wu authored
-
- 10 May, 2017 1 commit
-
-
Yuxin Wu authored
-
- 09 May, 2017 4 commits
-
-
Yuxin Wu authored
-
Patrick Wieschollek authored
* fix bug in boilerplate, self.cost and enhance FakeData * fix len_range -> max_range
-
Yuxin Wu authored
-
Patrick Wieschollek authored
-
- 08 May, 2017 3 commits
-
-
Yuxin Wu authored
-
Patrick Wieschollek authored
the mnist-convnet.py examples was overloaded. This commit splits the file into the most minimal mnist-convnet and mnist-tfslim. Further it adds an example about the visualization of filters which illustrates the usage of `VariableHolder`. In addition, this also adds a boilerplate template for projects, which might facilitate the process of starting a new project.
-
Yuxin Wu authored
-
- 07 May, 2017 6 commits
- 06 May, 2017 8 commits
- 05 May, 2017 9 commits
-
-
Yuxin Wu authored
-
Yuxin Wu authored
-
Yuxin Wu authored
-
Yuxin Wu authored
-
Yuxin Wu authored
-
Yuxin Wu authored
-
Patrick Wieschollek authored
After writing `x = Conv2D(...)` one can access the used variables by `x.variables.W` and `x.variables.b` if they exists. This is much better than writing: `x.name.replace('/output:0', "/W:0").replace('tower0/', '')` whould would also break the InferenceRunner.
-
Yuxin Wu authored
-
Yuxin Wu authored
-
- 04 May, 2017 1 commit
-
-
Yuxin Wu authored
-