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
[INFO] Launching instance for GPT-2 Base training...
[INFO] Finding Deep Learning AMI...
[INFO] Using AMI: ami-0e4ef96c62e7cc2fe
[INFO] Using key pair: chave-gpu-nova
[INFO] Using security group: sg-0deaa73e23482e3f6
[INFO] Launching instance...
[INFO] Instance launched: i-0855711efcac25a9c
[INFO] Waiting for instance to start...

==========================================
GPT-2 Base Training Instance Ready!
==========================================
Instance ID: i-0855711efcac25a9c
Public IP: 18.206.190.126

Monitor training:
  ssh -i ~/.ssh/chave-gpu-nova.pem ubuntu@18.206.190.126
  tail -f /home/ubuntu/training_base.log

Check when complete:
  ssh ubuntu@18.206.190.126 'while [ ! -f ~/.training_complete ]; do sleep 60; echo "Training in progress..."; done; cat ~/training_results.txt'

Estimated time: ~2-3 hours for 3 epochs

[INFO] Instance info saved to: /c/Users/madeinweb/.seriguela/base_instance_info.txt