Changes between Version 75 and Version 76 of Other/Summer/2023/Inference
- Timestamp:
- Jul 18, 2023, 3:41:48 PM (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Other/Summer/2023/Inference
v75 v76 33 33 == Week 3 34 34 **Summary** 35 * 36 * 37 * 35 * Debugged issues with work we had done in previous weeks 36 * Connected 2 nodes with client-server architecture 37 * Extracted data for time and Accuracy measurements 38 * Added logging to code and stored logs in a table format (csv) 39 ** Ready to start testing! 40 38 41 **Next Steps** 39 * 40 * 41 * 42 * Compute the delay time for each step to a higher precision 43 * Plot and identify trends in data (accuracy & latency) 44 * Begin to implement Split Computing - 10 layer MLP, ResNet 45 * Think about other implementations - Early Exiting, model compression, data compression, … Mixture? 46 42 47 == Week 4 43 48 **Summary**