Skip to content
Discussion options

You must be logged in to vote

Hi @akashtadwai! Adding a metric to visualize feature maps is something we definitely would like to integrate in the near future. I suggest to go through the From Zero to Hero tutorial to see how you can add custom metrics.

As for your request, you can access the dataset of each experience at any time with test_stream[idx_exp].dataset and you can extract targets iterating trough it with a data loader or by accessing the targets field: test_stream[idx_exp].dataset.targets directly.

The final model at the end of the training can be recovered with model = cl_strategy.model.

Let me know if you need further assistance! :)

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
9 replies
@EdenBelouadah
Comment options

@vlomonaco
Comment options

@akashtadwai
Comment options

@akashtadwai
Comment options

@vlomonaco
Comment options

Answer selected by AndreaCossu
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants