mirror of
https://github.com/open-mmlab/mmselfsup.git
synced 2025-06-03 14:59:38 +08:00
3 lines
79 B
Bash
3 lines
79 B
Bash
#!/bin/bash
|
|
kill $(ps aux | grep "train.py" | grep -v grep | awk '{print $2}')
|