Skip to content

What is the idea of Track #1306

Answered by MaxHalford
ngabrek asked this question in Q&A
Aug 4, 2023 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

I understand what you mean. Basically tracks are meant to be used like this:

track = BinaryClassificationTrack()
for dataset in track.datasets:
	for checkpoint in track.run(model, dataset):
		print(checkpoint)

So yeah, track are not much help. I did this initial design because I think it's quite flexible. We could of course imagine a higher level interface.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@ngabrek
Comment options

@MaxHalford
Comment options

Answer selected by ngabrek
@ngabrek
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants