ebagdasa / backdoors101

Backdoors Framework for Deep Learning and Federated Learning. A light-weight tool to conduct your research on backdoors.
MIT License
337 stars 82 forks source link

Problem saving results into "runs" and "saved_models" #9

Closed michaelTJC96 closed 3 years ago

michaelTJC96 commented 3 years ago

Hi there,

As I am a beginner on Federated Learning and its backdoor attacks, may I check how do I view the training results on tensorboard? Nothing shows on the tensorboard. image

Even when I aborted the training, it shows the error "Aborted training. No output generated". I have created the folders "runs" and "saved_models" as mentioned in the instructions. image

DavidHidde commented 3 years ago

It might be helpful to add some output logs, since these screenshots don't really help. I suspect that it might have to do with an incorrect working directory (IDEs might start execution from the Python root folder). Have you tried running straight from the root folder with a terminal?

Also, to reply to the question you asked me in the other issue: you can contact me via email (d.h.boerema@student.rug.nl). I don't know much about federated learning but might be able to help you with some other stuff concerning attacks and defences.

michaelTJC96 commented 3 years ago

Hi @DavidHidde thanks so much for your contact and help! I will contact you soon! As mentioned by @ebagdasa, I will need to change the params in yaml file! image