Improve storage of the epoch data
@NicoRenaud Thanks for adding the model IDs. Could you please remove the path? This info is not needed.
From: ['/home/deep/projects/deeprank/BM4/1KAC.hdf5', '1KAC_101w'],
To: '1KAC_101w'
I think it's better if we remain specific and leave both the name of the molecule and the file it's in.
When we have 54,000 models each case, the path will be copied to 54,000 times.
I guess that will result in a few extra MBs in the file. I think we can afford that if that helps us clearly identifying which file it's from. That being said we can see that as a new improvement of the code so I'll put that in the to do list