You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, when an experiment results are already present, the ./expt_dump/<experiment_name>/logs/client_<client_index>/ folders are created before the user input('r' or 'e'), resulting in deletion of the ./expt_dump/<experiment_name>/logs/client_<client_index>/ folders after the input from the user.
To solve this, i added signal indicating the client code should run only after the user input 'r' (if existing experiment results are present), otherwise, the folders are created without user input for the first time.
Can i add this change along with the previous improvements in one PR.?
Currently we do not have a good way to record logs and visualize the network data. Therefore, we need to improve our
log_utils
library.The text was updated successfully, but these errors were encountered: