lsa-pucrs / acerta-abide

Deep learning using the ABIDE data
GNU General Public License v2.0
45 stars 25 forks source link

Change needed for this line of code in Python3 #18

Open Panmani opened 4 years ago

Panmani commented 4 years ago

https://github.com/lsa-pucrs/acerta-abide/blob/63febca0d2219469c959d4bd5acbef081badd5e2/nn_evaluate.py#L116

Given how python3 works, this line should be changed to

hdf5 = hdf5_handler(bytes("./data/abide.hdf5",encoding="utf-8"), "a")