Open vyaslkv opened 5 years ago
Here is what you do:
- Run the train, and it will save the best checkpoint. As it is training, they calculate fitb and AUC score which you can see in the code and study,
- Load the graph, and then do the same thing with fitb and AUC on the data you want to test to produce the outfit scores.
@AlexG1105 I have finished the first and I don't know how to "Load the graph, and then do the same thing with fitb and AUC on the data you want to test to produce the outfit scores". To get the second, which code can I run?
Here is what you do:
- Run the train, and it will save the best checkpoint. As it is training, they calculate fitb and AUC score which you can see in the code and study,
- Load the graph, and then do the same thing with fitb and AUC on the data you want to test to produce the outfit scores.
how to load the graph?
Here is what you do: