Examples/Image/Classification/ResNet/BrainScript: Linux: point out that stack size may need to be increased

Closes: #1273
References: #1074
This commit is contained in:
Mark Hillebrand 2017-01-10 12:59:15 +01:00
Родитель bf994056c9
Коммит 434ca582e7
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -1,5 +1,9 @@
# CNTK Examples: Image/Classification/ResNet
> Note: if, on Linux, you experience segmentation faults when trying to run these examples,
> please increase your stack size limit. This can be done by running `ulimit -s 65536` in your shell,
> and then running CNTK from the same session. You can also check you current limits using `ulimit -a`.
## BrainScript
### ResNet20_CIFAR10.cntk