- 15 May, 2018 1 commit
-
-
Yuxin Wu authored
-
- 14 May, 2018 1 commit
-
-
Yuxin Wu authored
-
- 13 May, 2018 1 commit
-
-
Yuxin Wu authored
-
- 12 May, 2018 2 commits
- 11 May, 2018 1 commit
-
-
Yuxin Wu authored
-
- 10 May, 2018 2 commits
- 09 May, 2018 3 commits
-
-
Bohumír Zámečník authored
-
Bohumír Zámečník authored
fix #756
-
Patrick Wieschollek authored
Some models do not need inputs during inference, e.g. GANs. However, it was necessary to feed dummy-inputs although they are not needed.
-
- 08 May, 2018 2 commits
-
-
Bohumír Zámečník authored
-
Yuxin Wu authored
-
- 07 May, 2018 1 commit
-
-
Yuxin Wu authored
-
- 06 May, 2018 1 commit
-
-
Yuxin Wu authored
-
- 05 May, 2018 4 commits
- 04 May, 2018 4 commits
-
-
Tal Sh authored
Doing: ``` ds = RepeatedData(ds, -1) ds = PrefetchDataZMQ(ds, num_workers) ds.reset_state() ``` Would blow up, since `RepeatedData` raises a ValueError, and `PrefetchDataZMQ` only checks for `NotImplementedError`. Not the cleanest fix but
🤷 ♂️ -
Yuxin Wu authored
-
Tal Sh authored
* Removed excess copying when fetching data from ZMQ The `.bytes` explicitly triggers a copy in order to create a Python `bytes` object. This isn't necessary for pyarrow deserialization. * Remove all the `.bytes`! * Fixed crash when deleting a MultiThreadPrefetchData instance when `reset_state()` was not called
-
Yuxin Wu authored
-
- 03 May, 2018 2 commits
-
-
Maciej Jaśkowski authored
* Add option to write multiple tensorboard event files. * rename and add docs
-
Tamas authored
-
- 02 May, 2018 1 commit
-
-
Yuxin Wu authored
-
- 01 May, 2018 1 commit
-
-
Yuxin Wu authored
-
- 30 Apr, 2018 1 commit
-
-
Yuxin Wu authored
-
- 26 Apr, 2018 2 commits
- 25 Apr, 2018 1 commit
-
-
Yuxin Wu authored
-
- 23 Apr, 2018 1 commit
-
-
Yuxin Wu authored
-
- 21 Apr, 2018 2 commits
- 20 Apr, 2018 2 commits
- 19 Apr, 2018 1 commit
-
-
Yuxin Wu authored
-
- 17 Apr, 2018 3 commits