Posts
2025
Compiling Neuron model
·1310 words
Tech Share
Notes
This post is a step-by-step tutorial on compiling PyTorch models for AWS Neuron (Inf2) chips, focusing on BlipForQuestionAnswering. It covers model wrapping, tracing, inference, and practical code examples for deployment.
2024
NYCU CS Master Program Year 1, Semester 1 (2023 Fall) Course Review
·976 words
Others
NYCU
Course
This post shares my thoughts on the first semester (Fall 2023) of my master’s program at NYCU CS, covering courses like Operating Systems, Seminar, Network Security, and more — including content, grading, and personal reflections.
2021
WebSocket
·611 words
Tech Share
Notes
This post explains the differences between HTTP-based APIs (REST, polling, streaming, SSE) and WebSocket APIs, using analogies and code samples to illustrate communication models and protocol upgrades.