This website requires JavaScript.
Explore
Help
Sign In
morgan
/
chundoong-lab-ta
Watch
1
Star
0
Fork
You've already forked chundoong-lab-ta
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5a335b4da7
chundoong-lab-ta
/
APWS23
/
project
/
run.sh
6 lines
71 B
Bash
Raw
Normal View
History
Unescape
Escape
implement skeleton code
2023-02-01 22:30:00 +09:00
#!/bin/bash
check conv2d, batchnorm2d
2023-02-04 18:51:46 +09:00
make clean
make
implement naive version with openmp
2023-02-06 01:38:42 +09:00
./main weights.bin input.bin output.txt
1