Open
Description
File "run_corex.py", line 26, in <module>
out.fit(mat2)
File "/home/charles/LinearCorex/linearcorex/linearcorex.py", line 134, in fit
last_tc = self.tc # Save this TC to compare to possible updates
File "/home/charles/LinearCorex/linearcorex/linearcorex.py", line 176, in tc
return self.moments["TC"]
TypeError: 'bool' object has no attribute '__getitem__'
Happened after I tried a long run - it seemed to finish fitting but then die at the end. Hard to find exactly the cause since it runs fine with smaller data sets (this one had size 126654x10000 with n_hidden=500
and gpu=True
)
Metadata
Metadata
Assignees
Labels
No labels