lsa-pucrs / acerta-abide

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

Prepare_data.py #20

Closed olahazem closed 3 years ago

olahazem commented 3 years ago

Whenever I run prepare_data.py this error occurs. I have tried adding all the answers of the previous issues about the same file, however it's still not fixed. Is there any solution to my problem? image

meneguzzi commented 3 years ago

@anibalsolon have you seen anything like that?

anibalsolon commented 3 years ago

Not really- is that a Windows issue? We never really run it on Windows, only Linux.

meneguzzi commented 3 years ago

Yeah, I did not realize this was in Windows, indeed, your best bet might be to install Ubuntu via WSL and try that way.

olahazem commented 3 years ago

Thanks a lot for your replies. Yes, I ran the project on windows, I was able to fix this issue and I was gonna write how I fixed it. I installed Tensorflow version 1.15.0 and deleted the HDF5 file (it was created again during run time) and so I was able to prepare the data. Actually I ran the whole project on Windows and got 67% accuracy. Thank you for your work. @meneguzzi @anibalsolon

meneguzzi commented 3 years ago

You are very welcome, if you can make your code parameterizable, and explain the steps for windows in the README, we'd welcome a pull request.

olahazem commented 3 years ago

Sure, that would be great. I'll make sure to pull a request soon.