Skip to content

Instantly share code, notes, and snippets.

@Norod
Norod / IF-I-L-v1.0.ipynb
Created April 30, 2023 10:31
My local run of Deep Floyd (Large) model (smaller than the XL one)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pspitler3
pspitler3 / plot.py
Created January 21, 2019 22:16
Plotnine Tracking Example
from plotnine import ggplot, annotate, aes, geom_text, geom_point, scale_size_manual, scale_shape_manual
from plotnine import scale_colour_manual, ylim, xlim, coord_fixed, theme_void
from plotnine.animation import PlotnineAnimation
import pandas as pd
import numpy as np
import warnings
from tqdm import tqdm
def visualize_play(play_data, path=None):