Skip to content

Error at the end of fitting #1

Open
@cgreenberg

Description

@cgreenberg
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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions