File size: 1,067 Bytes
a1190da | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | [0;32m[INFO][0m Launching instance for GPT-2 Base training...
[0;32m[INFO][0m Finding Deep Learning AMI...
[0;32m[INFO][0m Using AMI: ami-0e4ef96c62e7cc2fe
[0;32m[INFO][0m Using key pair: chave-gpu-nova
[0;32m[INFO][0m Using security group: sg-0deaa73e23482e3f6
[0;32m[INFO][0m Launching instance...
[0;32m[INFO][0m Instance launched: i-0855711efcac25a9c
[0;32m[INFO][0m Waiting for instance to start...
==========================================
[0;32mGPT-2 Base Training Instance Ready![0m
==========================================
Instance ID: i-0855711efcac25a9c
Public IP: 18.206.190.126
[0;34mMonitor training:[0m
ssh -i ~/.ssh/chave-gpu-nova.pem ubuntu@18.206.190.126
tail -f /home/ubuntu/training_base.log
[0;34mCheck when complete:[0m
ssh ubuntu@18.206.190.126 'while [ ! -f ~/.training_complete ]; do sleep 60; echo "Training in progress..."; done; cat ~/training_results.txt'
[1;33mEstimated time:[0m ~2-3 hours for 3 epochs
[0;32m[INFO][0m Instance info saved to: /c/Users/madeinweb/.seriguela/base_instance_info.txt
|