/home/bryce/git/master/SaveableEncoderDecoder.ipynb Cell 6' in encoder(error, list_dic, diff, bound, bins)
<a href='vscode-notebook-cell:/home/bryce/git/master/SaveableEncoderDecoder.ipynb#ch0000005?line=18'>19</a> for i in range(encoded.shape[0]):
<a href='vscode-notebook-cell:/home/bryce/git/master/SaveableEncoderDecoder.ipynb#ch0000005?line=19'>20</a> for j in range(encoded.shape[1]):
---> <a href='vscode-notebook-cell:/home/bryce/git/master/SaveableEncoderDecoder.ipynb#ch0000005?line=20'>21</a> if i == 0 or i == encoded.shape[0]-1 or j == 0 or j == encoded.shape[1]-1: