EnableAsync

Results 2 comments of EnableAsync

整体思路: 1. 修改 maxSlotNum 变量 2. 重新调用 SlotsRebalance 方法更新 slots(当前测试存在问题,需要对 SlotsRebalance debug) 具体思路: 1. 修改 model.initSlotNum 的类型为 sync.Mutex 2. 修改 SetMaxSlotNum 方法 3. 在 Dashboard 中添加 SetMaxSlotNum(num int) 方法允许设置 maxSlotNum...

Hello, Thank you for your public course. I have learned a lot about kubeedge from it. And I have implemented an AI model training in the cloud and distributed the...