Skip to content

Instantly share code, notes, and snippets.

View ivyleavedtoadflax's full-sized avatar
🥘

Matt Upson ivyleavedtoadflax

🥘
View GitHub Profile
@ivyleavedtoadflax
ivyleavedtoadflax / .tmux.conf
Last active October 5, 2020 18:55
Remote .tmux.conf
# Set prefix to capslock
set -g prefix C-b
# Set defaults
set -s escape-time 1
set -g base-index 1
setw -g pane-base-index 1
@ivyleavedtoadflax
ivyleavedtoadflax / init.vim
Last active September 28, 2020 14:55
Neovim configuration for remote machines
call plug#begin('~/.vim/plugged')
Plug 'jreybert/vimagit'
Plug 'tpope/vim-fugitive'
Plug 'tpope/vim-unimpaired'
Plug 'tpope/vim-sensible'
Plug 'dracula/vim'
Plug 'Vimjas/vim-python-pep8-indent'
Plug 'chrisbra/csv.vim'
Plug 'scrooloose/nerdtree'
stages:
train:
cmd: >-
rasa data validate &&
rasa train --fixed-model-name ./models/model --out ./
params:
- config.yml:
- pipeline
- policies
deps:
@ivyleavedtoadflax
ivyleavedtoadflax / dvc.yaml
Created October 7, 2022 18:12
DVC issue example
stages:
foo:
cmd: echo '{"f1-score":0.99}' > f1.json
metrics:
- f1.json
{
"accountId": null,
"compute": {
"accelerator": "cpu",
"instanceSize": "small",
"instanceType": "c6i",
"scaling": {
"maxReplica": 1,
"minReplica": 1
}