"examples/asr/librispeech_conformer_rnnt/train.py" did not exist on "fb51ceccb862c2b72a10f8663638589e46c6f24a"
run.sh 265 Bytes
Newer Older
1
2
3
4
5
6
7
8
#!/bin/bash
mount -t proc proc /proc
mount -t sysfs sysfs /sys
modprobe i40e
sysctl -w net.core.busy_poll=50
sysctl -w net.core.busy_read=50
ip link set dev eth0 up
ip addr add 192.168.64.1/24 dev eth0
Antoine Kaufmann's avatar
Antoine Kaufmann committed
9
#ethtool -K eth0 tso off
10
11
iperf -s -l 1M -w 1M -P 4
poweroff -f