ZhenbangYou / Randomly-Generate-Test-Cases-for-2D-Convolution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Randomly-Generate-Test-Cases-for-2D-Convolution

Simple as it is, I implement it in three distinct languages: Kotlin, Python (by PyTorch), and Haskell, which brings me some interesting insights.

Dependencies for Haskell

dependencies:
- base >= 4.7 && < 5
- mtl
- containers
- filepath
- directory
- time
- string-interpolate
- array

Dependencies for Python

pytorch

About


Languages

Language:Haskell 45.3%Language:Kotlin 35.0%Language:Python 19.7%