Skip to content

Commit dce0fa9

Browse files
AdrianOrensteinvmoens
authored andcommitted
compression is helpful for data transfer
1 parent 0acd477 commit dce0fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/reference/data.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ were found from rough benchmarking in https://github.com/pytorch/rl/tree/main/be
196196
Compressed Storage for Memory Efficiency
197197
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
198198

199-
For applications where memory usage is a primary concern, especially when storing
199+
For applications where memory usage or memory bandwidth is a primary concern, especially when storing or transferring
200200
large sensory observations like images or audio, the :class:`~torchrl.data.replay_buffers.storages.CompressedStorage`
201201
provides significant memory savings through compression.
202202

0 commit comments

Comments
 (0)