File size: 6,639 Bytes
fed1047
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
2021-05-29 15:45:57,389	INFO	__main__	Namespace(adjust_lr=False, config='torchdistill/configs/sample/glue/wnli/ce/bert_base_uncased.yaml', log='log/glue/wnli/ce/bert_base_uncased.txt', private_output='leaderboard/glue/standard/bert_base_uncased/', seed=None, student_only=False, task_name='wnli', test_only=False, world_size=1)
2021-05-29 15:45:57,468	INFO	__main__	Distributed environment: NO
Num processes: 1
Process index: 0
Local process index: 0
Device: cuda
Use FP16 precision: True

2021-05-29 15:45:57,839	INFO	filelock	Lock 140008728159440 acquired on /root/.cache/huggingface/transformers/3c61d016573b14f7f008c02c4e51a366c67ab274726fe2910691e2a761acf43e.37395cee442ab11005bcd270f3c34464dc1704b715b5d7d52b1a461abe3b9e4e.lock
2021-05-29 15:45:58,198	INFO	filelock	Lock 140008728159440 released on /root/.cache/huggingface/transformers/3c61d016573b14f7f008c02c4e51a366c67ab274726fe2910691e2a761acf43e.37395cee442ab11005bcd270f3c34464dc1704b715b5d7d52b1a461abe3b9e4e.lock
2021-05-29 15:45:58,909	INFO	filelock	Lock 140008728159440 acquired on /root/.cache/huggingface/transformers/45c3f7a79a80e1cf0a489e5c62b43f173c15db47864303a55d623bb3c96f72a5.d789d64ebfe299b0e416afc4a169632f903f693095b4629a7ea271d5a0cf2c99.lock
2021-05-29 15:45:59,428	INFO	filelock	Lock 140008728159440 released on /root/.cache/huggingface/transformers/45c3f7a79a80e1cf0a489e5c62b43f173c15db47864303a55d623bb3c96f72a5.d789d64ebfe299b0e416afc4a169632f903f693095b4629a7ea271d5a0cf2c99.lock
2021-05-29 15:45:59,782	INFO	filelock	Lock 140008689948496 acquired on /root/.cache/huggingface/transformers/534479488c54aeaf9c3406f647aa2ec13648c06771ffe269edabebd4c412da1d.7f2721073f19841be16f41b0a70b600ca6b880c8f3df6f3535cbc704371bdfa4.lock
2021-05-29 15:46:00,315	INFO	filelock	Lock 140008689948496 released on /root/.cache/huggingface/transformers/534479488c54aeaf9c3406f647aa2ec13648c06771ffe269edabebd4c412da1d.7f2721073f19841be16f41b0a70b600ca6b880c8f3df6f3535cbc704371bdfa4.lock
2021-05-29 15:46:01,369	INFO	filelock	Lock 140008689947152 acquired on /root/.cache/huggingface/transformers/c1d7f0a763fb63861cc08553866f1fc3e5a6f4f07621be277452d26d71303b7e.20430bd8e10ef77a7d2977accefe796051e01bc2fc4aa146bc862997a1a15e79.lock
2021-05-29 15:46:01,723	INFO	filelock	Lock 140008689947152 released on /root/.cache/huggingface/transformers/c1d7f0a763fb63861cc08553866f1fc3e5a6f4f07621be277452d26d71303b7e.20430bd8e10ef77a7d2977accefe796051e01bc2fc4aa146bc862997a1a15e79.lock
2021-05-29 15:46:02,102	INFO	filelock	Lock 140008689532752 acquired on /root/.cache/huggingface/transformers/a8041bf617d7f94ea26d15e218abd04afc2004805632abc0ed2066aa16d50d04.faf6ea826ae9c5867d12b22257f9877e6b8367890837bd60f7c54a29633f7f2f.lock
2021-05-29 15:46:13,325	INFO	filelock	Lock 140008689532752 released on /root/.cache/huggingface/transformers/a8041bf617d7f94ea26d15e218abd04afc2004805632abc0ed2066aa16d50d04.faf6ea826ae9c5867d12b22257f9877e6b8367890837bd60f7c54a29633f7f2f.lock
2021-05-29 15:46:19,041	INFO	__main__	Start training
2021-05-29 15:46:19,041	INFO	torchdistill.models.util	[student model]
2021-05-29 15:46:19,041	INFO	torchdistill.models.util	Using the original student model
2021-05-29 15:46:19,042	INFO	torchdistill.core.training	Loss = 1.0 * OrgLoss
2021-05-29 15:46:25,885	INFO	torchdistill.misc.log	Epoch: [0]  [ 0/20]  eta: 0:00:07  lr: 2.97e-05  sample/s: 11.322545660444082  loss: 0.6760 (0.6760)  time: 0.3781  data: 0.0248  max mem: 2057
2021-05-29 15:46:31,412	INFO	torchdistill.misc.log	Epoch: [0] Total time: 0:00:05
2021-05-29 15:46:31,652	INFO	/usr/local/lib/python3.7/dist-packages/datasets/metric.py	Removing /root/.cache/huggingface/metrics/glue/wnli/default_experiment-1-0.arrow
2021-05-29 15:46:31,652	INFO	__main__	Validation: accuracy = 0.43661971830985913
2021-05-29 15:46:31,652	INFO	__main__	Updating ckpt at ./resource/ckpt/glue/wnli/ce/wnli-bert-base-uncased
2021-05-29 15:46:33,223	INFO	torchdistill.misc.log	Epoch: [1]  [ 0/20]  eta: 0:00:05  lr: 2.37e-05  sample/s: 14.398164143995235  loss: 0.6930 (0.6930)  time: 0.2852  data: 0.0074  max mem: 4061
2021-05-29 15:46:38,800	INFO	torchdistill.misc.log	Epoch: [1] Total time: 0:00:05
2021-05-29 15:46:39,034	INFO	/usr/local/lib/python3.7/dist-packages/datasets/metric.py	Removing /root/.cache/huggingface/metrics/glue/wnli/default_experiment-1-0.arrow
2021-05-29 15:46:39,034	INFO	__main__	Validation: accuracy = 0.49295774647887325
2021-05-29 15:46:39,034	INFO	__main__	Updating ckpt at ./resource/ckpt/glue/wnli/ce/wnli-bert-base-uncased
2021-05-29 15:46:40,617	INFO	torchdistill.misc.log	Epoch: [2]  [ 0/20]  eta: 0:00:06  lr: 1.77e-05  sample/s: 12.36997828627464  loss: 0.6935 (0.6935)  time: 0.3296  data: 0.0062  max mem: 4062
2021-05-29 15:46:46,241	INFO	torchdistill.misc.log	Epoch: [2] Total time: 0:00:05
2021-05-29 15:46:46,476	INFO	/usr/local/lib/python3.7/dist-packages/datasets/metric.py	Removing /root/.cache/huggingface/metrics/glue/wnli/default_experiment-1-0.arrow
2021-05-29 15:46:46,476	INFO	__main__	Validation: accuracy = 0.4225352112676056
2021-05-29 15:46:46,756	INFO	torchdistill.misc.log	Epoch: [3]  [ 0/20]  eta: 0:00:05  lr: 1.1700000000000001e-05  sample/s: 14.60795002868962  loss: 0.6947 (0.6947)  time: 0.2787  data: 0.0049  max mem: 4062
2021-05-29 15:46:52,374	INFO	torchdistill.misc.log	Epoch: [3] Total time: 0:00:05
2021-05-29 15:46:52,611	INFO	/usr/local/lib/python3.7/dist-packages/datasets/metric.py	Removing /root/.cache/huggingface/metrics/glue/wnli/default_experiment-1-0.arrow
2021-05-29 15:46:52,612	INFO	__main__	Validation: accuracy = 0.5915492957746479
2021-05-29 15:46:52,612	INFO	__main__	Updating ckpt at ./resource/ckpt/glue/wnli/ce/wnli-bert-base-uncased
2021-05-29 15:46:54,220	INFO	torchdistill.misc.log	Epoch: [4]  [ 0/20]  eta: 0:00:06  lr: 5.7000000000000005e-06  sample/s: 12.286671143721517  loss: 0.6878 (0.6878)  time: 0.3314  data: 0.0058  max mem: 4062
2021-05-29 15:46:59,858	INFO	torchdistill.misc.log	Epoch: [4] Total time: 0:00:05
2021-05-29 15:47:00,093	INFO	/usr/local/lib/python3.7/dist-packages/datasets/metric.py	Removing /root/.cache/huggingface/metrics/glue/wnli/default_experiment-1-0.arrow
2021-05-29 15:47:00,094	INFO	__main__	Validation: accuracy = 0.5915492957746479
2021-05-29 15:47:04,186	INFO	__main__	[Student: bert-base-uncased]
2021-05-29 15:47:04,431	INFO	/usr/local/lib/python3.7/dist-packages/datasets/metric.py	Removing /root/.cache/huggingface/metrics/glue/wnli/default_experiment-1-0.arrow
2021-05-29 15:47:04,431	INFO	__main__	Test: accuracy = 0.5915492957746479
2021-05-29 15:47:04,431	INFO	__main__	Start prediction for private dataset(s)
2021-05-29 15:47:04,432	INFO	__main__	wnli/test: 146 samples