- 23 May, 2018 5 commits
- 22 May, 2018 3 commits
- 19 May, 2018 1 commit
-
-
Yuxin Wu authored
-
- 18 May, 2018 1 commit
-
-
Yuxin Wu authored
-
- 16 May, 2018 1 commit
-
-
Yuxin Wu authored
-
- 15 May, 2018 2 commits
- 14 May, 2018 6 commits
- 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
-