KamitaniLab / GenericObjectDecoding

Demo code for Horikawa and Kamitani (2017) Generic decoding of seen and imagined objects using hierarchical visual features. Nat Commun https://www.nature.com/articles/ncomms15037.
150 stars 46 forks source link

warning and operand error #16

Closed mithuna123 closed 4 years ago

mithuna123 commented 4 years ago

i got an warning error in analysis feature prediction merge results file.it is not a problem but the code was interrupted in subject2 cnn8.i have attached the screenshot(error.png) error

mitsuaki commented 4 years ago

Hi @mithuna123 , Sorry for late response.

It seems that loading prediction results ended after ...-Subject2-v2-cnn8.pkl was loaded. The analysis_FeaturePredictionMergeResults.py script loads all pkl files in ./results/GenericObjectDecoding/ directory. So please check if there are pkl files for all subjects (subject1-5), ROIs (V1, .., VC), and CNN layers (cnn1-8) in the ./results/* directory.

The pkl files in the ./reuslts/* directory are created when you run the analysis_FeaturePrediction.py script. If something is missing, please rerun the analysis_FeaturePrediction.py. ( before rerunning, please remove all files in ./tmp/ directory if exist )

mithuna123 commented 4 years ago

thank you sir.i will try sir

On Tue, 16 Jun 2020 at 14:40, mitsuaki notifications@github.com wrote:

Hi @mithuna123 https://github.com/mithuna123 , Sorry for late response.

It seems that loading prediction results ended after ...-Subject2-v2-cnn8.pkl was loaded. The analysis_FeaturePredictionMergeResults.py script loads all pkl files in ./results/GenericObjectDecoding/ directory. So please check if there are pkl files for all subjects (subject1-5), ROIs (V1, .., VC), and CNN layers (cnn1-8) in the ./results/* directory.

The pkl files in the ./reuslts/* directory are created when you run the analysis_FeaturePrediction.py script. If something is missing, please rerun the analysis_FeaturePrediction.py. ( before rerunning, please remove all files in ./tmp/ directory if exist )

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/KamitaniLab/GenericObjectDecoding/issues/16#issuecomment-644639307, or unsubscribe https://github.com/notifications/unsubscribe-auth/AP3NSCSSIT2DXP6PS52DYV3RW4ZH7ANCNFSM4NVVWURQ .