rswc / ml-ids

Code for our bachelor's thesis, "Intusion Detection in Imbalanced and Evolving Data Streams"
MIT License
2 stars 0 forks source link

Control wandb logging frequency #27

Open rswc opened 10 months ago

rswc commented 10 months ago

Currently, our experiments log a lot of data, considering the amount of metrics and size of the CICIDS dataset. We most likely won't need such high fidelity results, so we should consider reducing that amount for better performance.

The simplest idea would be making the call to wandb.init once every N steps.