We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Is there some way to Switch ON/OFF programatically the cache ?
I have a scenario where I have the following logic :
train() - cycle batch predict() - cycle predict()
I want to be able to switch memorization ON for batch-predict() cycle, but be OFF otherwise ?