Skip to content

Instantly share code, notes, and snippets.

View xsellier's full-sized avatar
🏠
Working from home

Xavier Sellier xsellier

🏠
Working from home
View GitHub Profile
@hereismari
hereismari / msi-gtx1060-ubuntu-18.04-deeplearning.md
Last active July 1, 2024 14:42
Setting up a MSI laptop with GPU (gtx1060), Installing Ubuntu 18.04, CUDA, CDNN, Pytorch and TensorFlow
shader_type canvas_item;
uniform float row_offset : hint_range(0.0, 1.0, 0.01);
uniform vec2 direction = vec2(0.77, 0.77);
uniform float speed = 10.0;
uniform float skew_amount : hint_range(-1.0, 1.0, 0.01) = 0.5;
uniform float perspective_amount = -0.5;
void fragment() {