As configured in my dotfiles.
start new:
tmux
start new with session name:
| from keras import backend as K | |
| from keras import activations, initializations, regularizers, constraints | |
| from keras.engine import Layer, InputSpec | |
| from keras.utils.np_utils import conv_output_length | |
| from keras.layers import Convolution1D, Convolution2D | |
| import tensorflow as tf | |
| class Convolution1D_tied(Layer): | |
| '''Convolution operator for filtering neighborhoods of one-dimensional inputs. | |
| When using this layer as the first layer in a model, |
As configured in my dotfiles.
start new:
tmux
start new with session name: