Package | Description |
---|---|
org.deeplearning4j.optimize.solvers.accumulation |
Modifier and Type | Class and Description |
---|---|
class |
SmartFancyBlockingQueue
This class provides additional functionality to FancyBlockingQueue: it tracks memory use of stored compressed INDArrays, and if their size becomes too big, it:
a) decompresses them into single INDArray
b) removes original updates messages
c) keeps updating single INDArray until it gets consumed
d) once that happened - it automatically switches back to original behavior
|
Copyright © 2019. All rights reserved.