Browsing Tag
pytorch
3 posts
AvgPool1d() in PyTorch
Buy Me a Coffee☕ *Memos: My post explains Pooling Layer. My post explains MaxPool1d(). My post explains MaxPool2d().…
mean() and median() in PyTorch
mean() can get the mean(average) values as shown below: *Memos: mean() can be called both from torch and…
Fine Tuning Gemma-2b to Solve Math Problems
Mathematical word problem-solving has long been recognized asa complex task for small language models (SLMs). To reach a…