RabbitWhite1 / MSRA-USTC-AISystemProject-2021

To summit MSRA AI System Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

To summit MSRA AI System Project


Languages

Language:Python 90.3%Language:C++ 9.7%