We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
experiment_log
val_acc
optimizer==adam
val_loss
If it will be rest API, I think we should use FastAPI. If instead we want to create GraphQL API, then I think we should use Hasura.
NOTE: The basis for this API is that it always shows the all the hyperparameters for each permutation together with the given result.
NOTE: here the plot will show epoch-by-epoch progression for a single permutation.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Energy Draw
experiment_log
tableExperiment results API
val_acc
) for all permutationsval_acc
) for all permutations filtered by hyperparameter-value pair (e.g.val_acc
for permutations whereoptimizer==adam
)val_loss
) for all permutationsval_loss
) for all permutations filtered by hyperparameter-value pair (e.g.val_loss
for permutations whereoptimizer==adam
)If it will be rest API, I think we should use FastAPI. If instead we want to create GraphQL API, then I think we should use Hasura.
NOTE: The basis for this API is that it always shows the all the hyperparameters for each permutation together with the given result.
Experiment Dashboard
Experiment Dashboard (second phase)
NOTE: here the plot will show epoch-by-epoch progression for a single permutation.
The text was updated successfully, but these errors were encountered: