This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Usage: | |
| # bash create_users.sh users.txt | |
| # each line in users.txt is a username | |
| # | |
| # Requires: | |
| # apt install pwgen | |
| user_exists(){ id $1 &>/dev/null; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| V100-32G | |
| ================================================== | |
| model_name: vit_base_patch16_224 | |
| iter_num: 1000 | |
| bs: 16 | |
| adamw avg time: 12.739 ms | |
| fused adam avg time: 3.343 ms | |
| """ | |
| import torch |
OlderNewer