NGNN icon indicating copy to clipboard operation
NGNN copied to clipboard

can you provide more detailed guide to reproduce & predict (which files for what and provide the prediction files) if possible?

Open vyaslkv opened this issue 5 years ago • 3 comments

vyaslkv avatar Oct 23 '19 06:10 vyaslkv

Here is what you do:

  1. 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,
  2. 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 avatar Mar 11 '20 19:03 AlexG1105

Here is what you do:

  1. 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,
  2. 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?

surheaven avatar Aug 29 '21 12:08 surheaven

Here is what you do:

  1. 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,
  2. 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?

surheaven avatar Nov 16 '21 03:11 surheaven