Fish is a smart and user-friendly command line (like bash or zsh). This is how you can instal Fish on MacOS and make your default shell.
Note that you need the https://brew.sh/ package manager installed on your machine.
brew install fish
Fish is a smart and user-friendly command line (like bash or zsh). This is how you can instal Fish on MacOS and make your default shell.
Note that you need the https://brew.sh/ package manager installed on your machine.
brew install fish
| """ | |
| in this script, we calculate the image per channel mean and standard | |
| deviation in the training set, do not calculate the statistics on the | |
| whole dataset, as per here http://cs231n.github.io/neural-networks-2/#datapre | |
| """ | |
| import numpy as np | |
| from os import listdir | |
| from os.path import join, isdir | |
| from glob import glob |