WLWinston Liuingreybird.hashnode.dev·Apr 19, 2024 · 2 min readDo You Fear Over Your WorkplaceI don't know why I want to select this topic for writing something. I think maybe I have a direct feeling of fear, such like fear over my superior in my group, fear over the biggest boss in my company. I don't know whether that's proper to describe m...00
WLWinston Liuingreybird.hashnode.dev·Apr 18, 2024 · 3 min readSome Notes About NVIDIA TensorRTAlthough I have been using TensorRT framework for a few months, but I haven't get a systematically understanding of its whole view. So, it's here, and I am going to note some facts about this fantastic machine learning inference tool. What is TensorR...00
WLWinston Liuingreybird.hashnode.dev·Apr 11, 2024 · 1 min readMy Understanding of [::-1] IndexingThis year I find lots of usage scenarios of this [::-1] index. And today again, when I am seeing some computer vision preprocessing program. So I want to get a deeply understand of this usage. For 1D array import numpy as np # create a 1D array arr ...00
WLWinston Liuingreybird.hashnode.dev·Apr 11, 2024 · 3 min readMy Understanding of np.transpose() functionAs a machine and deep learning engineer in China, I meet lots of coding scenarios where need to use matrices transposition. Although having been used the numpy transpose() function to achieve this goal, but I didn't dive into a deep understanding of ...00
WLWinston Liuingreybird.hashnode.dev·Apr 8, 2024 · 1 min readtorch.tensorWhile browsing a project's code, I found a usage example of torch.Tensor([]). As far as I know, We can use a numpy array to initialize a torch tensor. So I went into the Pytorch official references. The official docs say a tensor can be constructed w...00