最近在学cuda,同学安利了ECE408,听了一部分课想做lab的时候发现autograder需要依赖一个叫"rai_build.yml"的文件,详细搜了一下是学校的平台,似乎需要授权才能运行。 但是呢,编译的指令在文件里还是给得大差不差了,从中也能窥见autograder需要用的solution的链接,于是po出来本地提交方式,希望能给其他同学带来方便。
原来的视频网址已经失效,新的课程资料可以参考这个Github Repo: Doraemonzzz/UIUV-ECE-408-Learning-materials 本次笔记会补齐机器学习之前的所有课程内容。 Part 1: 策略三 -2D卷积 我们先回顾一下上一篇笔记中的策略三(对应原来课件中的策略二) 与上篇笔记中介绍的两种策略不同,我们干脆使用更大的Block Size直接...
Projects Security Insights Additional navigation options master 1Branch0Tags Code Folders and files Name Last commit message Last commit date Latest commit SawyerRen lab4 Sep 19, 2021 ee2d639·Sep 19, 2021 History 4 Commits .idea lab4
另一种压缩格式:ELL(PACK) 稀疏矩阵压缩格式 来源:https://flyxu.github.io/2016/05/30/2016-5-30/ 用两个和原始矩阵相同行数的矩阵来存:第一个矩阵存的是列号,第二个矩阵存的是数值,行号就不存了,用自身所在的行来表示;这两个矩阵每一行都是从头开始放,如果没有元素了就用个标志比如*结束。 其实本身...
原来的视频网址已经失效,新的课程资料可以参考这个Github Repo: Doraemonzzz/UIUV-ECE-408-Learning-materials 本次笔记会补齐机…阅读全文 赞同7 添加评论 分享收藏 并行计算入门 UIUC ECE408 Lecture 7&8 承接上一篇笔记,该笔记主要讲解常量内存(constant memory)、缓存(cache)以及它们在卷积...
wget \ https://github.com/illinois-impact/ece408_mxnet_docker/raw/2019sp/scripts/m1.1.py \ https://github.com/illinois-impact/ece408_mxnet_docker/raw/2019sp/scripts/m1.2.py \ https://github.com/illinois-impact/ece408_mxnet_docker/raw/2019sp/scripts/m2.1.py \ https://github.com/...
ECE385 lab from UIUC If you are from the same course, please don't copy our code, we will not be held responsible for your guys' cheating. The final project has been completed. Avalon Gameplay Video I recently upload a gameplay video to Bilibili, check out this link if you're intereste...
ECE120是UIUC电子工程系的入门课程。本课程主要集中于C语言的基础知识和一些基本电路知识的入门。尽管课程难度不高,但需要投入大量时间去完成作业和理解课程内容。 课程资料更新 📢 2024-01-16 上传了2020 Spring的课程资料,包括课程PPT,作业,实验,以及考试资料。
UIUC CS 440 / ECE 448 Artificial Intelligence. Contribute to nqyy/cs440 development by creating an account on GitHub.
This is the final project for my ECE 385 course taken at ZJU-UIUC Institute (same as the ECE 385 in UIUC). The project consists of circuitry on a DE2-115 board and softwares running on NIOS-II soft processor. This project is completed together by me and my teammate in this course. ...