This commit is contained in:
Aditya Kusupati 2018-02-09 21:04:55 +05:30 коммит произвёл GitHub
Родитель 7f52c63944
Коммит 3e102e8784
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,7 @@
python train.py --help
This gives you the usage instructiosn.
This gives you the usage instructions.
The train and test files need to be .npy (numpy arrays)
The format is: [lbl feats] for each data-point
The dimension of the .npy array will be [Size, num_feats + 1]