ml-energy / zeus

Deep Learning Energy Measurement and Optimization
https://ml.energy/zeus
Apache License 2.0
179 stars 24 forks source link

Fix: Pandas warnings from `PowerMonitor` #75

Closed jaywonchung closed 1 month ago

jaywonchung commented 1 month ago

When the get_power API is called faster than the polling frequency of the monitor, additional_df in _update_df was empty, causing the warning.

CC @Sunt-ing

Closes #72