diff options
author | Jordan Gong <jordan.gong@protonmail.com> | 2020-12-19 18:14:07 +0800 |
---|---|---|
committer | Jordan Gong <jordan.gong@protonmail.com> | 2020-12-19 18:14:07 +0800 |
commit | ca194fbc53207b7b1c93044bd5fc766f5b9fad75 (patch) | |
tree | e66e61f759d70ecb298ec907f55652dad335a87c /requirements.txt | |
parent | daad9a2ada5fb096886a4c1a4a611ce46a5979d5 (diff) |
Add cache switch, allowing load all data into RAM before sampling
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 46fb677..a0eaf1a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ torch~=1.7.1 torchvision~=0.8.0a0+ecf4e9c -numpy~=1.19.4
\ No newline at end of file +numpy~=1.19.4 +tqdm~=4.54.1
\ No newline at end of file |