Skip to content

Instantly share code, notes, and snippets.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@stsievert
stsievert / Keras-incremental-bug.ipynb
Last active August 15, 2018 13:49
Keras + incremental bug
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@stsievert
stsievert / Sparse-tensor-decomp.ipynb
Created August 6, 2018 19:02
Tensor decomposition with sparse matrices
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@stsievert
stsievert / Centralized-PS.ipynb
Last active December 6, 2023 23:44
PyTorch MNIST parameter server
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@stsievert
stsievert / Decentralized-Synchronous-PS.ipynb
Last active July 29, 2018 17:40
Parameter server and actors
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@stsievert
stsievert / incremental-model-selection.ipynb
Last active July 28, 2018 02:42
Successive Halving with _incremental.fit
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@stsievert
stsievert / sparse_einsum_fail.py
Created July 20, 2018 21:02
Sparse and opt-einsum fail
import numpy as np
from opt_einsum import contract, helpers, contract_expression
import sparse
import pytest
tests = [
'ab,bc->ca',
'abc,bcd,dea',
'abc,def->fedcba',
@stsievert
stsievert / Criteo.ipynb
Last active January 27, 2020 14:16
Criteo dataset example
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.