diff --git a/algonauts_playground.py b/algonauts_playground.py new file mode 100644 index 0000000..6ffbbc9 --- /dev/null +++ b/algonauts_playground.py @@ -0,0 +1,8 @@ +#%% + +import pickle + +with open('/Users/morteza/Downloads/participants_data/participants_data_v2021/full_track/sub01/WB.pkl', 'rb') as f: + df = pickle.load(f) + +df['train'].shape