#!/bin/sh

# This network is only used to measure
# the upper bound of the simulator's performance
# on your machine. Vector lengths are long.


echo "Forward"
time perf -f 10000

echo "Learning"
time perf -l -N -I 10000
