Finished modifying the program to add the attention module, ran the program, and are summarising the results of the program.
日別アーカイブ: 2022年10月13日
週報(YANG)
EEGの本を読むしています。
日本語を勉強しています。
週報(陳)
- 日本語を勉強している。
- 授業の宿題をした。(1)matplotlibを使ってさまざまな図形やGIFを描く。
(2)画像処理について、CV2でカラーイメージをグレイイメージに変換し、チャンネル値を変更して画像の色を変換する。
週報(LI Zhen)
learnt the physical structure of GPU, and logical grid, block and threads of GPU. These can help us know about the cuda program writing.
know about the cuda programming, like __global__ function(running on GPU) and __device__ function (running on CPU).