Skip to content
Discussion options

You must be logged in to vote

Here is where the logger callback sits: https://github.com/MilesCranmer/SymbolicRegression.jl/blob/725876517e5ce2a50b5085532532e9238b3bf217/src/SymbolicRegression.jl#L993. So the total number of logger "steps" is equal to niterations * populations * num_outputs, where num_outputs is the number of target features (i.e., y.shape[1], if it is a 2D array). Otherwise num_outputs=1.

Indeed it might be nicer to store it in terms of fractional niterations or something, but I'm not sure how to do that in tensorboard. Let me know if you know of a way.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@erwanlrx
Comment options

@erwanlrx
Comment options

Answer selected by erwanlrx
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