Skip to content

Instantly share code, notes, and snippets.

View BlurryLight's full-sized avatar
🎯
Focusing on RealtimeRendering

BlurryLight BlurryLight

🎯
Focusing on RealtimeRendering
View GitHub Profile
@BlurryLight
BlurryLight / gist:2687663b243e2514ce70aeaa527c04ce
Last active December 27, 2019 05:13
colab/ kaggle snippets

colab mount drive

from google.colab import drive
drive.mount('/content/gdrive')

install pytorch 1.2

!pip install torch==1.2.0 torchvision==0.4.0 -f https://download.pytorch.org/whl/torch_stable.html

install pytorch apex