Advent of Code #9 (in Gleam)

Advent of Code #9 (in Gleam)
I'm finally getting around to posting my solutions to Advent of Code from last year. The first week, I posted my solutions each day, but I got caught up with other things. So I probably don't really r...
0 Read More

Stateful / Stateless

Stateful Applications: These applications retain data across sessions, often requiring persistent storage or ordered scaling.Examples: Databases (PostgreSQL, MongoDB), Kafka, RedisStateless Applicatio...
0 Read More

Advent of Code #10 (in Gleam)

When posting my solutions to Advent of Code, I try to make it so that if you were to take my code and run it with your input file, you should get the right answers. This doesn't always work out for se...
0 Read More

RandomHorizontalFlip in PyTorch

RandomHorizontalFlip in PyTorch
Buy Me a Coffee☕*Memos: My post explains RandomVerticalFlip(). My post explains OxfordIIITPet(). RandomHorizontalFlip() can flip an image randomly and horizontally as shown below:*Memos: The 1st a...
0 Read More

vscode 激活自动保存

vscode 激活自动保存
系统环境:MacOS 光标上移到页面顶部,会看到文件按钮 点击文件按钮 在下拉菜单中找到自动保存,使其是勾选的状态 ...
0 Read More