Skip to content

Instantly share code, notes, and snippets.

View bouthilx's full-sized avatar

Xavier Bouthillier bouthilx

View GitHub Profile
@bouthilx
bouthilx / orion_wandb_demo.py
Created April 19, 2022 19:00
Oríon + wandb
# -*- coding: utf-8 -*-
"""Cifar-10 Image Classification using PyTorch Lightning
From WandB tutorial written by Ayush Thakur:
https://wandb.ai/wandb/wandb-lightning/reports/Image-Classification-using-PyTorch-Lightning--VmlldzoyODk1NzY
Original file is located at
https://colab.research.google.com/drive/12oNQ8XGeJFMiSBGsQ8uth8TaghVBC9H3
"""