Results 3 comments of Rahul Bhope

Hi, Thanks a lot for the answer. Had to add 'is_preprocessed' arg in the jetson code (also tried client_index = client_ID-1), changed the trainer = FedAVGTrainer(client_index,.... ) (added test_data_local_dict in...

Yes, the standalone on my PC works fine. logs show training happening: . . . . INFO:root:Local Training Epoch: 0 29963-th iters Loss: 0.753548 INFO:root:Local Training Epoch: 0 29964-th iters...

Getting this error on the server-side (server-PC and client-Jetson nano): INFO:root:{'test_acc': 0.03310403572396526, 'test_loss': 3.842102760384458} Exception in thread Thread-12: Traceback (most recent call last): File "/home/rahulb/.conda/envs/fedml/lib/python3.7/threading.py", line 926, in _bootstrap_inner self.run()...