JavierGalvan9 / V1_GLIF_model

TensorFlow implementation of the new version from the V1 column from the Allen Institute
1 stars 4 forks source link

Detecting obsolete .pkl network files and .cache files? #18

Open shixnya opened 2 months ago

shixnya commented 2 months ago

I'd assume we are manually clearing the intermediate network files or files in .cache, but it can be automated by checking the timestamps of the original SONATA network files. Can it be relatively easily implemented?

JavierGalvan9 commented 2 months ago

I am not sure about this... In this case, the network files changed because I added a new property to the "edges" keys that account for the edge_type_id. We can discuss this later