We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d67b013 commit e22269cCopy full SHA for e22269c
1 file changed
PyTsetlinMachineCUDA/tm.py
@@ -76,6 +76,8 @@ def __getstate__(self):
76
77
if 'encoded_X_test_gpu' in state:
78
del state['encoded_X_test_gpu']
79
+
80
+ if 'evaluate' in state:
81
del state['evaluate']
82
83
if 'prepare_encode' in state:
0 commit comments