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.
1 parent f3ad213 commit a0b4edfCopy full SHA for a0b4edf
inclearn/models/podnet.py
@@ -38,7 +38,7 @@ def __init__(self, args):
38
39
# Rehearsal Learning:
40
self._memory_size = args["memory_size"]
41
- self._fixed_memory = args["fixed_memory"]
+ self._fixed_memory = args.get("fixed_memory", True)
42
self._herding_selection = args.get("herding_selection", {"type": "icarl"})
43
self._n_classes = 0
44
self._last_results = None
0 commit comments