Awesome
<a name="title">Taichi Voxel Challenge: Nvidia GPU H100</a>
<p align="center"> <img src="imgs/main.py-2022-05-18-153413.jpg" width="75%"></img> </p> <p align="center"> <img src="imgs/main.py-2022-05-18-153457.jpg" width="75%"></img> </p> <p align="center"> <img src="imgs/main.py-2022-05-18-153525.jpg" width="75%"></img> </p> <p align="center"> <img src="imgs/main.py-2022-05-18-154229.jpg" width="75%"></img> </p>Inspiration
I have always been hoping to have my own Nvidia GPU for machine learning and computer graphics.
Hope in the future I can have one, LOL.
Here below is the Nvidia A100.
<p align="center"> <img src="imgs/Nvidia A100.png" width="75%"></img> </p>Installation
Make sure your pip
is up-to-date:
pip3 install pip --upgrade
Assume you have a Python 3 environment, simply run:
pip3 install -r requirements.txt
to install the dependencies of the voxel renderer.