Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

talos get best model

t = ta.Scan(...)
best_idx = t.best_model(metric='loss', asc=True) # Change the configurations accordingly to your case
 
PREVIOUS NEXT
Tagged: #talos #model
ADD COMMENT
Topic
Name
8+5 =