Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
vyaslkv opened this issue Oct 23, 2019 · 3 comments

Comments

@vyaslkv
Copy link

vyaslkv commented Oct 23, 2019

No description provided.

@vyaslkv vyaslkv changed the title can you provide more detailed guide to reproduce & predict if possible? can you provide more detailed guide to reproduce & predict (which files for what and provide the prediction files) if possible? Oct 23, 2019
@AlexG1105
Copy link

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.

@surheaven
Copy link

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
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants