This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# set prefix to backtick | |
set -g prefix ` | |
unbind C-b | |
bind ` send-prefix | |
# set delay between prefix and command (copied from tmux book) | |
set -s escape-time 1 | |
# set r to reload | |
bind r source-file ~/.tmux.conf \; display 'Reloaded!' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# take session-by-session output from lfads run in posterior sample and average | |
# mode, reassemble train and test trials, trim back to correct length (they | |
# were padded for batching), and bundle up in a single hdf5 file like | |
# the one used for behavior | |
import numpy as np | |
import h5py | |
import os | |
lfads_out_fpath = os.path.expanduser('~/data/penaltykick/model_data/lfads/fitted/') | |
lfads_in_fpath = os.path.expanduser('~/data/penaltykick/model_data/lfads/') |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
OlderNewer