jjerphan / CS5242Project

Predicting Protein – Ligand Interaction by using Deep Learning Models
GNU General Public License v3.0
3 stars 2 forks source link

Modify extract_data/create_examples in order for grade testing #14

Closed small-donkey closed 6 years ago

small-donkey commented 6 years ago

Currently the extract data function coded for training/testing datasets only. Need to modify the function to be used for prediction during grading.

small-donkey commented 6 years ago

This applies to create examples too.

jjerphan commented 6 years ago

As well, the TrainingExampleIterator could be change to become a ExampleIterator. This way, if we keep the same structure for testing examples we could use this class for both training, evaluation and prediction.

This will make us be able to remove some old fixtures (like get_cubes) that I introduced at the real beginning.

small-donkey commented 6 years ago

This has been merged to master.