CUDA

PyTorch test on GeForce RTX 3050 on my laptop: (Updated on 2022/7/9)

10/29/2020:

I am using CentOS 7 to test my box with RTX 2080Ti 11GB with OmniSci, a GPU SQL database. The test is going well, I ran some test script I made with Python 3, and it performs quite well. I am now downloading Wikipedia data dump to insert it to my OmniSci database to test how it will perform. All for now.

Above is testing if Tensorflow works on my development machine.

Below is running a tutorial on calculating pi with tensorflow.

The tutorial I used for calculating pi on Tensor Flow can be found here: https://qiita.com/Hikky/items/094c212cde10a2921be I modified the code a bit because there were errors when I used the original code.