/MSRA-USTC-AISystemProject-2021

To summit MSRA AI System Project

Primary LanguagePython

MSRA-USTC-AISystemProject-2021

This repository is based on MSRA AI-System project.

What I did

  • I basically finish Lab2.
    • code:
      • implemented a customed python-based linear module
      • implemented a customed c++-based linear module
      • implemented a customed python-based conv2d module with basic for loop
      • implemented a customed c++-based conv2d module with basic for loop
      • implemented a customed python-based conv2d module with im2col
    • test: I tested all implementations mentioned above.