Changes between Version 75 and Version 76 of Other/Summer/2023/Inference


Ignore:
Timestamp:
Jul 18, 2023, 3:41:48 PM (12 months ago)
Author:
tm897
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Other/Summer/2023/Inference

    v75 v76  
    3333== Week 3
    3434**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
    3841**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
    4247== Week 4
    4348**Summary**