Angryrou / UDAO2022

MIT License
0 stars 0 forks source link

> Note: This makes the pipeline significantly slower for integer values. #119

Closed Angryrou closed 8 months ago

Angryrou commented 9 months ago

After merging to dev.

          > Note: This makes the pipeline significantly slower for integer values.

Can we introduce another argument mode for three options - (1) expose raw variables right after each iteration (mode="all" or 0) (2) expose raw variables when best_loss is hit (mode="auto" or 1) - set to default (3) expose raw variables only at the end of all iterations (mode="one" or 2)

Originally posted by @Angryrou in https://github.com/Angryrou/UDAO2022/issues/118#issuecomment-1867391891