Phillipp Stengel
Phillipp Stengel
I was able to fix the problem "Training data must be a torch Dataset". The parameter training_data of deepspeed.initialize must be altered to `training_data=self.train_dataset,`. I changed it in actor.py and...
This line `let mut dtls_client = connector.connect("192.168.1.40", client_channel).unwrap();` is causing the unwrap error. Thank you for your help!
Yes, exactly. Unfortunately it is another application. I'm trying to connect to Hue Entertainment which is running on Port 2100 on my Hue Bridge. I'm recording my traffic via Wireshark...