No posts with label C++. Show all posts
No posts with label C++. Show all posts
Subscribe to:
Comments (Atom)
Steps to install PyTorch on VMware workstation (Ubuntu guest)
The following is the list of steps to install pytorch 2.0 in VMware workstation (Ubuntu guest): $ mkdir ~/pytorch $ mkdir ~/pytorch/as...
- 
Recently one of my computers' Linux partition was deleted by mistake. As the Linux partition held the multi-boot information, it made th...
- 
I faced a reality check last week. I always wondered why anyone, competent and educated in the field of computers, would pursue a career in ...
- 
Some C pointer fundamentals manage to fox even seasoned programmers. For example, what is wrong with the following piece of code: func() { c...