This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
mmselfsup
mirror of
https://github.com/open-mmlab/mmselfsup.git
Watch
1
Star
0
Fork
You've already forked mmselfsup
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ad856e041b
mmselfsup
/
tools
/
kill.sh
3 lines
79 B
Bash
Raw
Blame
History
#!/bin/bash
kill
$(
ps aux
|
grep
"train.py"
|
grep -v grep
|
awk
'{print $2}'
)
Reference in New Issue
View Git Blame
Copy Permalink