Skip to content

Commit e22269c

Browse files
committed
Update
1 parent d67b013 commit e22269c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • PyTsetlinMachineCUDA

PyTsetlinMachineCUDA/tm.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ def __getstate__(self):
7676

7777
if 'encoded_X_test_gpu' in state:
7878
del state['encoded_X_test_gpu']
79+
80+
if 'evaluate' in state:
7981
del state['evaluate']
8082

8183
if 'prepare_encode' in state:

0 commit comments

Comments
 (0)