Skip to content

Instantly share code, notes, and snippets.

I wanted to explore interpolation and extrapolation intra- and in-between frames from simple DL models that was trained to reconstruct an image.

The code that does the heavy lifting was remixed from Parag K. Mital's course repo notebooks -- which is licensed CC SA -- ... The code that puts it together is mine, also with the same license.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@gabrielmontagne
gabrielmontagne / .block
Last active October 20, 2016 11:10
Zambezi Grid -- cell popover
license: mit
@gabrielmontagne
gabrielmontagne / .block
Last active October 20, 2016 11:14
Stacked horizontal grid - WIP
height: 800
@gabrielmontagne
gabrielmontagne / .block
Last active May 23, 2017 06:33
Zambezi Grid -- row changed key optimization example
license: mit
height: 700
@gabrielmontagne
gabrielmontagne / .block
Last active October 11, 2016 15:04
Zambezi Grid -- Simple Nested Expanders
license: mit
@gabrielmontagne
gabrielmontagne / .block
Last active October 12, 2016 10:46
Zambezi Grid -- Nested pinned rows
license: mit
@gabrielmontagne
gabrielmontagne / index.html
Last active October 11, 2016 12:35
Zambezi Grid -- Simple custom column component
<!doctype html>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="https://npmcdn.com/normalize.css@4.2.0">
<div class="grid-target"></div>
<script src="https://npmcdn.com/underscore@1.8.3"></script>
<script src="https://d3js.org/d3.v4.js"></script>
<script src="https://npmcdn.com/faker@1.0.0/faker.js"></script>
<script src="https://npmcdn.com/@zambezi/fun"></script>
@gabrielmontagne
gabrielmontagne / .block
Last active January 31, 2017 11:59
Zambezi Grid -- cell selection (programmatic and through user interaction)
height: 1000
license: mit
@gabrielmontagne
gabrielmontagne / .block
Last active September 21, 2016 13:00
Zambezi Grid -- extending with custom components
license: mit