yangbang18
commited on
Commit
•
00e4cb4
1
Parent(s):
fd66331
Upload with huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- 1_Pooling/config.json +7 -0
- 2_Dense/config.json +1 -0
- 2_Dense/pytorch_model.bin +3 -0
- 3_Projector/config.json +1 -0
- 3_Projector/pytorch_model.bin +3 -0
- 4_Decoder/config.json +32 -0
- 4_Decoder/decoder_config.json +8 -0
- 4_Decoder/pytorch_model.bin +3 -0
- 4_Decoder/special_tokens_map.json +1 -0
- 4_Decoder/tokenizer.json +0 -0
- 4_Decoder/tokenizer_config.json +1 -0
- 4_Decoder/vocab.txt +0 -0
- config.json +25 -0
- config_sentence_transformers.json +7 -0
- evaluations_caption/coco/en/log.txt +17 -0
- evaluations_caption/coco/en/test_captions.json +0 -0
- evaluations_caption/coco/en/test_detailed_scores.json +0 -0
- evaluations_caption/coco/en/test_scores.json +1 -0
- evaluations_caption/flickr30k/de/log.txt +16 -0
- evaluations_caption/flickr30k/de/test_captions.json +1 -0
- evaluations_caption/flickr30k/de/test_detailed_scores.json +0 -0
- evaluations_caption/flickr30k/de/test_scores.json +1 -0
- evaluations_caption/flickr30k/en/log.txt +17 -0
- evaluations_caption/flickr30k/en/test_captions.json +1 -0
- evaluations_caption/flickr30k/en/test_detailed_scores.json +0 -0
- evaluations_caption/flickr30k/en/test_scores.json +1 -0
- evaluations_caption/flickr30k/fr/log.txt +16 -0
- evaluations_caption/flickr30k/fr/test_captions.json +0 -0
- evaluations_caption/flickr30k/fr/test_detailed_scores.json +0 -0
- evaluations_caption/flickr30k/fr/test_scores.json +1 -0
- evaluations_caption/flickr30k/zh/log.txt +16 -0
- evaluations_caption/flickr30k/zh/test_captions.json +0 -0
- evaluations_caption/flickr30k/zh/test_detailed_scores.json +0 -0
- evaluations_caption/flickr30k/zh/test_scores.json +1 -0
- evaluations_caption/msrvtt/en/log.txt +17 -0
- evaluations_caption/msrvtt/en/test_captions.json +0 -0
- evaluations_caption/msrvtt/en/test_detailed_scores.json +0 -0
- evaluations_caption/msrvtt/en/test_scores.json +1 -0
- evaluations_caption/vatex/en/log.txt +17 -0
- evaluations_caption/vatex/en/test_captions.json +0 -0
- evaluations_caption/vatex/en/test_detailed_scores.json +0 -0
- evaluations_caption/vatex/en/test_scores.json +1 -0
- evaluations_caption/vatex/zh/log.txt +16 -0
- evaluations_caption/vatex/zh/test_captions.json +0 -0
- evaluations_caption/vatex/zh/test_detailed_scores.json +0 -0
- evaluations_caption/vatex/zh/test_scores.json +1 -0
- log.txt +710 -0
- modules.json +32 -0
- pytorch_model.bin +3 -0
- sentence_bert_config.json +4 -0
1_Pooling/config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"word_embedding_dimension": 768,
|
3 |
+
"pooling_mode_cls_token": false,
|
4 |
+
"pooling_mode_mean_tokens": true,
|
5 |
+
"pooling_mode_max_tokens": false,
|
6 |
+
"pooling_mode_mean_sqrt_len_tokens": false
|
7 |
+
}
|
2_Dense/config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"in_features": 768, "out_features": 512, "bias": false, "activation_function": "torch.nn.modules.linear.Identity"}
|
2_Dense/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b4b296b003da8d1eaa389b90127ffb78ce97929a3abae3399b881c51167f5e06
|
3 |
+
size 1573816
|
3_Projector/config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"in_features": 512, "out_features": 768, "bias": true, "noise_std": 0.1, "dropout": 0.1, "noise_prob": 0}
|
3_Projector/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e3fdcb78f288fae7a89ebbb510c8a3ecd75afb259a105c46ba696ccf58a9ebe
|
3 |
+
size 1583891
|
4_Decoder/config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_cross_attention": true,
|
3 |
+
"architectures": [
|
4 |
+
"BertLMHeadModel"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"directionality": "bidi",
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.1,
|
11 |
+
"hidden_size": 768,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"intermediate_size": 3072,
|
14 |
+
"is_decoder": true,
|
15 |
+
"layer_norm_eps": 1e-12,
|
16 |
+
"max_position_embeddings": 512,
|
17 |
+
"model_type": "bert",
|
18 |
+
"num_attention_heads": 12,
|
19 |
+
"num_hidden_layers": 3,
|
20 |
+
"pad_token_id": 0,
|
21 |
+
"pooler_fc_size": 768,
|
22 |
+
"pooler_num_attention_heads": 12,
|
23 |
+
"pooler_num_fc_layers": 3,
|
24 |
+
"pooler_size_per_head": 128,
|
25 |
+
"pooler_type": "first_token_transform",
|
26 |
+
"position_embedding_type": "absolute",
|
27 |
+
"torch_dtype": "float32",
|
28 |
+
"transformers_version": "4.12.5",
|
29 |
+
"type_vocab_size": 2,
|
30 |
+
"use_cache": true,
|
31 |
+
"vocab_size": 119547
|
32 |
+
}
|
4_Decoder/decoder_config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"max_seq_length": 128,
|
3 |
+
"do_lower_case": false,
|
4 |
+
"attend_to": [
|
5 |
+
"student"
|
6 |
+
],
|
7 |
+
"teacher_model_name": "clip-ViT-B-32"
|
8 |
+
}
|
4_Decoder/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f3c6fad15117e286674b7d04f373e734cd2ec4a1ba762bd3cceeaa5be0452931
|
3 |
+
size 485143696
|
4_Decoder/special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
|
4_Decoder/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
4_Decoder/tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"do_lower_case": false, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "special_tokens_map_file": null, "name_or_path": "data/checkpoints/bert-base-multilingual-cased", "tokenizer_class": "BertTokenizer"}
|
4_Decoder/vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
config.json
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "output/2stages/1_b32_pt1_100/",
|
3 |
+
"activation": "gelu",
|
4 |
+
"architectures": [
|
5 |
+
"DistilBertModel"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0.1,
|
8 |
+
"dim": 768,
|
9 |
+
"dropout": 0.1,
|
10 |
+
"hidden_dim": 3072,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"max_position_embeddings": 512,
|
13 |
+
"model_type": "distilbert",
|
14 |
+
"n_heads": 12,
|
15 |
+
"n_layers": 6,
|
16 |
+
"output_past": true,
|
17 |
+
"pad_token_id": 0,
|
18 |
+
"qa_dropout": 0.1,
|
19 |
+
"seq_classif_dropout": 0.2,
|
20 |
+
"sinusoidal_pos_embds": false,
|
21 |
+
"tie_weights_": true,
|
22 |
+
"torch_dtype": "float32",
|
23 |
+
"transformers_version": "4.12.5",
|
24 |
+
"vocab_size": 119547
|
25 |
+
}
|
config_sentence_transformers.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"__version__": {
|
3 |
+
"sentence_transformers": "2.2.2",
|
4 |
+
"transformers": "4.12.5",
|
5 |
+
"pytorch": "1.8.1+cu111"
|
6 |
+
}
|
7 |
+
}
|
evaluations_caption/coco/en/log.txt
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
output path: zeronlg-4langs-vc/evaluations_caption/coco/en
|
2 |
+
Creating model from zeronlg-4langs-vc
|
3 |
+
Evaluation settings: {'lang': 'en', 'num_beams': 3, 'max_length': 20, 'min_length': 3, 'repetition_penalty': 1.0}
|
4 |
+
Load dataset from data/annotations/coco/en/test.json
|
5 |
+
Load CLIP embs from data/annotations/coco/clip-ViT-B-32_test.pkl
|
6 |
+
There are 5000 vision inputs
|
7 |
+
Save caption results to zeronlg-4langs-vc/evaluations_caption/coco/en/test_captions.json
|
8 |
+
Save detailed scores to zeronlg-4langs-vc/evaluations_caption/coco/en/test_detailed_scores.json
|
9 |
+
Save scores to zeronlg-4langs-vc/evaluations_caption/coco/en/test_scores.json
|
10 |
+
[test] Bleu_1 0.47547054861729693
|
11 |
+
[test] Bleu_2 0.29014719517087545
|
12 |
+
[test] Bleu_3 0.16773720348203955
|
13 |
+
[test] Bleu_4 0.0956798629095586
|
14 |
+
[test] METEOR 0.14408130960463528
|
15 |
+
[test] ROUGE_L 0.3490959351724469
|
16 |
+
[test] CIDEr 0.2985528185442407
|
17 |
+
[test] SPICE 0.08670388771107936
|
evaluations_caption/coco/en/test_captions.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
evaluations_caption/coco/en/test_detailed_scores.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
evaluations_caption/coco/en/test_scores.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"Bleu_1": 0.47547054861729693, "Bleu_2": 0.29014719517087545, "Bleu_3": 0.16773720348203955, "Bleu_4": 0.0956798629095586, "METEOR": 0.14408130960463528, "ROUGE_L": 0.3490959351724469, "CIDEr": 0.2985528185442407, "SPICE": 0.08670388771107936}
|
evaluations_caption/flickr30k/de/log.txt
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
output path: zeronlg-4langs-vc/evaluations_caption/flickr30k/de
|
2 |
+
Creating model from zeronlg-4langs-vc
|
3 |
+
Evaluation settings: {'lang': 'de', 'num_beams': 3, 'max_length': 15, 'min_length': 3, 'repetition_penalty': 2.0}
|
4 |
+
Load dataset from data/annotations/flickr30k/de/test.json
|
5 |
+
Load CLIP embs from data/annotations/flickr30k/clip-ViT-B-32_test.pkl
|
6 |
+
There are 1000 vision inputs
|
7 |
+
Save caption results to zeronlg-4langs-vc/evaluations_caption/flickr30k/de/test_captions.json
|
8 |
+
Save detailed scores to zeronlg-4langs-vc/evaluations_caption/flickr30k/de/test_detailed_scores.json
|
9 |
+
Save scores to zeronlg-4langs-vc/evaluations_caption/flickr30k/de/test_scores.json
|
10 |
+
[test] Bleu_1 0.4185606060605532
|
11 |
+
[test] Bleu_2 0.21142110947491652
|
12 |
+
[test] Bleu_3 0.11178466738823503
|
13 |
+
[test] Bleu_4 0.056930609646453474
|
14 |
+
[test] METEOR 0.12051725924416276
|
15 |
+
[test] ROUGE_L 0.27180803008963716
|
16 |
+
[test] CIDEr 0.17131759727489979
|
evaluations_caption/flickr30k/de/test_captions.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
[{"image_id": 1007129816, "caption": "Portr\u00e4t eines Gesch\u00e4ftsmannes, der in einem Konferenzraum"}, {"image_id": 1009434119, "caption": "Hund l\u00e4uft auf dem Rasen"}, {"image_id": 101362133, "caption": "olympischer Athlet in Aktion w\u00e4hrend des Spiels"}, {"image_id": 102617084, "caption": "Gruppe von Freunden, die auf einem Schneidebrett stehen"}, {"image_id": 10287332, "caption": "Person, die auf dem Dach eines Geb\u00e4udes arbeitet"}, {"image_id": 1039637574, "caption": "Braut und Br\u00e4utigam posieren w\u00e4hrend der Zeremonie"}, {"image_id": 1043819504, "caption": "Touristenattraktion in der N\u00e4he des Schneesturms"}, {"image_id": 1043910339, "caption": "Person feiert, nachdem er w\u00e4hrend des Spiels das erste Tor erzielt"}, {"image_id": 1044798682, "caption": "Ein Mann, der auf einer Baustelle arbeitet"}, {"image_id": 1071201387, "caption": "Frau mit Smartphone, die auf der Stra\u00dfe sitzt"}, {"image_id": 107969134, "caption": "Babym\u00e4dchen, das auf einem Stuhl sitzt und"}, {"image_id": 1080230428, "caption": "olympischer Athlet tritt w\u00e4hrend des Spiels auf"}, {"image_id": 1082250005, "caption": "Frau, die ein K\u00e4sekuchen in der K\u00fcche h\u00e4lt"}, {"image_id": 1089059626, "caption": "Gesch\u00e4ftsmann, der eine Tasse Kaffee trinkt"}, {"image_id": 109260218, "caption": "Touristenattraktion, die durch den Felsen flie\u00dft"}, {"image_id": 109656696, "caption": "ein modischer Look mit blauen Kleidern, gestreift"}, {"image_id": 1104087374, "caption": "Person und Br\u00e4utigam genie\u00dfen einen Spaziergang im"}, {"image_id": 110671448, "caption": "Einkaufstaschen in einem Korb voller Gem\u00fcs"}, {"image_id": 111497985, "caption": "Person, die auf einem Berggipfel reitet"}, {"image_id": 1131056918, "caption": "Touristenattraktion mit Statuen, die auf der Stra\u00dfe stehen"}, {"image_id": 1144865997, "caption": "Menschen versammeln sich, um die Demonstration w\u00e4hrend der"}, {"image_id": 1153704539, "caption": "Person tritt w\u00e4hrend des Festivals auf der B\u00fchne auf"}, {"image_id": 1159381599, "caption": "Person, die auf dem Wasser springt"}, {"image_id": 1167908324, "caption": "Ein junger Mann, der einen Laptop benutzt, w\u00e4hrend er"}, {"image_id": 1181708011, "caption": "Person, die ein schwarzes T - Shirt tr\u00e4gt, w\u00e4hrend sie"}, {"image_id": 118865844, "caption": "Frau, die mit einem Laptop in der K\u00fcche arbeitet"}, {"image_id": 121178216, "caption": "Person, die auf einem Ast in der N\u00e4he des Sees steht"}, {"image_id": 12252043, "caption": "Gruppe von Kindern, die in der K\u00fcche essen"}, {"image_id": 1229536824, "caption": "Person und Br\u00e4utigam tanzen w\u00e4hrend der Zeremonie"}, {"image_id": 123314995, "caption": "Person wird w\u00e4hrend einer Trainingseinheit angegriffen"}, {"image_id": 1250181412, "caption": "Touristenattraktion, die durch den Wald flie\u00dft"}, {"image_id": 1253095131, "caption": "Menschen sitzen auf der Stra\u00dfe, w\u00e4hrend sie in einem Stra\u00dfencaf"}, {"image_id": 1255504166, "caption": "junges M\u00e4dchen, das im Wasser spritzt"}, {"image_id": 1258913059, "caption": "Touristen sitzen auf einem Stuhl und schauen sich"}, {"image_id": 1281282435, "caption": "Menschen, die am Strand spazieren gehen"}, {"image_id": 1287704027, "caption": "eine Gruppe von Fischen, die auf einem Markt verkauft werden"}, {"image_id": 1295476404, "caption": "ein Bild einer Person, die w\u00e4hrend eines Musikinstruments auf der"}, {"image_id": 129860826, "caption": "Ein Mann tr\u00e4gt ein Leder - Shirt, w\u00e4hrend er in einem"}, {"image_id": 130063845, "caption": "eine schwangere frau, die in der k\u00fcche zu"}, {"image_id": 1313869424, "caption": "Person, die am Strand steht"}, {"image_id": 1313961775, "caption": "Ein junges M\u00e4dchen schwimmt in einem Wasserbecken"}, {"image_id": 133010954, "caption": "ein Mann, der eine Zigarette tr\u00e4gt und einen Anzug tr\u00e4gt"}, {"image_id": 1332208215, "caption": "Person in einem blauen Kleid, das auf dem Sofa"}, {"image_id": 1333888922, "caption": "Ein junger Mann, der in einem Wald spazieren geht"}, {"image_id": 1341077576, "caption": "Ein Mann f\u00e4hrt mit einem Fahrrad in der N\u00e4he des Bahnhof"}, {"image_id": 1351500610, "caption": "Rugbyspieler, der w\u00e4hrend des Spiels am Strand spielt"}, {"image_id": 136581487, "caption": "ein kleines M\u00e4dchen, das auf dem K\u00fcchenchef zubereitet"}, {"image_id": 136693281, "caption": "Familie, die auf einem Baumstumpf im Garten spielt"}, {"image_id": 1368082221, "caption": "Mann, der eine Tasse Kaffee in einem K\u00fcchenche"}, {"image_id": 139245992, "caption": "Mann, der am Strand spielt"}, {"image_id": 1395410911, "caption": "Touristen, die auf der Stra\u00dfe spazieren gehen"}, {"image_id": 1396064003, "caption": "Ein Surfer reitet auf einem Wellenbrett, w\u00e4hrend er"}, {"image_id": 1397344877, "caption": "Menschenmassen versammeln sich auf der Stra\u00dfe, um die"}, {"image_id": 1404832008, "caption": "Ein Mann springt aus einem Wasserbecken"}, {"image_id": 1408554531, "caption": "ein modischer Look mit einem gestreiften Hemd und einer"}, {"image_id": 14133592, "caption": "Person schl\u00e4gt w\u00e4hrend des Spiels einen Touchdown - Pass"}, {"image_id": 1414911626, "caption": "Eine Gruppe von Menschen, die am Strand spazieren gehen"}, {"image_id": 1417882092, "caption": "ein junger mann, der auf dem stra\u00dfenmarkt steht und"}, {"image_id": 1433088025, "caption": "Person tritt w\u00e4hrend des Festivals auf der B\u00fchne auf"}, {"image_id": 14559446, "caption": "Silhouette eines Mannes, der bei Sonnenuntergang"}, {"image_id": 1459582913, "caption": "Person tritt w\u00e4hrend des Festivals auf der B\u00fchne auf"}, {"image_id": 1463072715, "caption": "Kinder, die in einem Klassenzimmer spielen"}, {"image_id": 146906547, "caption": "Touristenattraktion mit Menschen, die am Strand spazieren"}, {"image_id": 1489286545, "caption": "Ein Mann sitzt auf einem Stuhl und schaut in"}, {"image_id": 150411291, "caption": "Kinder spielen mit einem Spielzeugauto"}, {"image_id": 151970521, "caption": "Ein junger Mann, der auf einem Stuhl sitzt und"}, {"image_id": 1526325728, "caption": "Tier, das auf einem Felsen steht"}, {"image_id": 155210731, "caption": "Frau in traditioneller Kleidung, die auf dem Markt verkauft wird"}, {"image_id": 157910841, "caption": "ein Mann, der eine Flasche Brokkoli in einem Ko"}, {"image_id": 1579198375, "caption": "Hardrock - K\u00fcnstler tritt w\u00e4hrend eines Konzerts live auf der B\u00fchne auf"}, {"image_id": 1579206585, "caption": "ein junges M\u00e4dchen in einem schwarzen Kleid"}, {"image_id": 157955034, "caption": "M\u00e4dchen, das auf dem Boden sitzt und ein Buch liest"}, {"image_id": 160792599, "caption": "Gruppe von Menschen, die am Strand spazieren gehen"}, {"image_id": 16151663, "caption": "Ein junges Paar, das auf der Stra\u00dfe spielt"}, {"image_id": 16437914, "caption": "junge frau, die im sommer in einem blauen kleid"}, {"image_id": 16495609, "caption": "Kinder, die auf dem Rasen spielen"}, {"image_id": 164969525, "caption": "Menschen, die in der Stadt spazieren gehen"}, {"image_id": 1659358141, "caption": "ein Hund, der auf dem Gras liegt"}, {"image_id": 16626851, "caption": "gl\u00fcckliche familie, die auf dem gras spielt"}, {"image_id": 166283675, "caption": "Menschen, die auf der Stra\u00dfe spazieren gehen"}, {"image_id": 1664475761, "caption": "Menschen, die auf einem Stra\u00dfenmarkt verkauft werden"}, {"image_id": 1675332284, "caption": "Ein Mann, der eine Flasche Wasser in einem Supermarkt verkauft"}, {"image_id": 1681253990, "caption": "Portr\u00e4t einer Frau, die mit einem Graffiti bedeckt ist"}, {"image_id": 1690926854, "caption": "olympische Athletin feiert mit Teamkollegen, nachdem"}, {"image_id": 17186135, "caption": "Gem\u00fcse in einem K\u00fcchenchef mit frischem"}, {"image_id": 172092464, "caption": "Ein Surfer reitet auf einem Surfbrett, w\u00e4hrend er"}, {"image_id": 1749702972, "caption": "Einkaufstaschen, das auf einem Stra\u00dfenmarkt verkauft wird"}, {"image_id": 175556963, "caption": "Menschen sitzen auf der Stra\u00dfe, w\u00e4hrend die Touristenattraktion"}, {"image_id": 1798209205, "caption": "Nahaufnahme einer Frau, die ein Glas Wein trinkt"}, {"image_id": 179828434, "caption": "Ein kleiner Junge h\u00e4lt ein kleines Kind, das auf dem Spielplatz spielt"}, {"image_id": 1801663973, "caption": "Person, die auf einem Baumstamm sitzt"}, {"image_id": 180209719, "caption": "Gesch\u00e4ftsleute, die in einem Restaurant essen"}, {"image_id": 1809758121, "caption": "Ein junges M\u00e4dchen springt in die Luft, w\u00e4hrend er auf einem"}, {"image_id": 183647966, "caption": "Ein Mann, der mit einem Smartphone in den H\u00e4nden auf dem"}, {"image_id": 185404966, "caption": "Schauspieler posiert f\u00fcr ein Foto w\u00e4hrend der Preisverleihung"}, {"image_id": 18638572, "caption": "Ein junges M\u00e4dchen, das in einem Kleid spielt"}, {"image_id": 1874530310, "caption": "Person wird w\u00e4hrend einer Trainingseinheit von Teamkollegen angegriffen"}, {"image_id": 1881494074, "caption": "kleines M\u00e4dchen, das mit einem Hut tr\u00e4gt und eine Sonnenbrille"}, {"image_id": 1916798494, "caption": "Studenten, die in einem Klassenzimmer arbeiten"}, {"image_id": 1921102799, "caption": "fu\u00dfballspieler, der w\u00e4hrend des spiels gegen die sport"}, {"image_id": 1957683077, "caption": "eine Frau, die in einem Kleiderschrank steht und"}, {"image_id": 196521598, "caption": "eine Reihe von Autos, die auf einer Baustelle geparkt"}, {"image_id": 198534816, "caption": "Person wird w\u00e4hrend des Spiels von Person angegriffen"}, {"image_id": 1989609, "caption": "ein Mann, der einen Schraubenschl\u00fcssel h\u00e4lt"}, {"image_id": 202174004, "caption": "Touristen, die auf einem Berggipfel wandern"}, {"image_id": 202175131, "caption": "Touristen genie\u00dfen einen Spaziergang durch den Berggipf"}, {"image_id": 204150602, "caption": "eine 3D - Darstellung eines Mannes, der auf einem Stuhl"}, {"image_id": 2041867793, "caption": "ein kleiner Junge, der auf einem Tisch sitzt"}, {"image_id": 2052202553, "caption": "ein Hund, der im Wasser spazieren geht"}, {"image_id": 2063399864, "caption": "Kinder, die am Strand spazieren gehen"}, {"image_id": 2064046067, "caption": "Ein junger Mann, der auf einer Wiese steht und mit einem"}, {"image_id": 2064792226, "caption": "Ein junges M\u00e4dchen, das auf einem Fahrrad f\u00e4hrt"}, {"image_id": 2066271441, "caption": "Ein Hund schwimmt in einem Wasserbecken"}, {"image_id": 2069110603, "caption": "Athlet wird w\u00e4hrend des Spiels von Person angegriffen"}, {"image_id": 2072331027, "caption": "ein junges m\u00e4dchen, das auf dem tisch sit"}, {"image_id": 2076906555, "caption": "Ein junger Mann, der mit einem Stethoskop in die"}, {"image_id": 2088705195, "caption": "Fischerboote, die bei Sonnenuntergang in der N\u00e4he des"}, {"image_id": 211026975, "caption": "Ein Mann geht durch eine Stra\u00dfenbahn in der Stadt spazieren"}, {"image_id": 21138719, "caption": "Gesch\u00e4ftsmann, der auf einem Stuhl in die Luft spring"}, {"image_id": 2115631346, "caption": "Hunde, die im Schnee spazieren gehen"}, {"image_id": 21166859, "caption": "Hardrock - K\u00fcnstler tritt w\u00e4hrend eines Konzerts live auf der B\u00fchne auf"}, {"image_id": 2119380659, "caption": "Babym\u00e4dchen, das mit einem Weihnachtsbaum spielt"}, {"image_id": 212396217, "caption": "Gesch\u00e4ftsmann mit Laptop im B\u00fcro"}, {"image_id": 2131161531, "caption": "Portr\u00e4t einer Frau, die eine Tasse Kaffee trinkt"}, {"image_id": 2152057198, "caption": "Person, die w\u00e4hrend einer Trainingseinheit mit einem Ball spielt"}, {"image_id": 2165461920, "caption": "Hunde, die in einem Weizenfeld laufen"}, {"image_id": 2165724565, "caption": "Babym\u00e4dchen, das mit einem kleinen M\u00e4dchen in der Hand h\u00e4lt"}, {"image_id": 2169788484, "caption": "Ein Mann und eine Frau sitzen auf einem Fischerboot"}, {"image_id": 217949158, "caption": "Frau, die auf einem Reisfeld arbeitet"}, {"image_id": 2180356743, "caption": "Ein Demonstrant h\u00e4lt ein Schild, das w\u00e4hrend einer Demonstrat"}, {"image_id": 2188599628, "caption": "Person, die einen Regenschirm h\u00e4lt, w\u00e4hrend sie mit einem"}, {"image_id": 2190227737, "caption": "eine Gruppe von Pferden, die auf einer Wiese laufen"}, {"image_id": 2205958052, "caption": "ein junger Mann, der eine Stra\u00dfenbahn f\u00e4hrt"}, {"image_id": 2208662604, "caption": "Person, die auf einem Sand am Strand springt"}, {"image_id": 221421001, "caption": "Fu\u00dfballspieler feiert das erste Tor seiner Mannschaft w\u00e4hrend des Spiels"}, {"image_id": 2215837479, "caption": "Ein Mann f\u00e4hrt an einer Baustelle vorbei"}, {"image_id": 221586389, "caption": "Sch\u00fcler, die in einem Klassenzimmer spielen"}, {"image_id": 2217728745, "caption": "Gesch\u00e4ftsleute, die an einem Tisch in einer Bar h\u00e4n"}, {"image_id": 2255338013, "caption": "Person, die auf einem Felsen in der N\u00e4he des Ozeans"}, {"image_id": 2255633616, "caption": "Ein Mann schneidet einen Schneesturm, der auf"}, {"image_id": 2259203920, "caption": "Hunde, die im Wald spazieren gehen"}, {"image_id": 226481576, "caption": "Person in einem blauen Kleid"}, {"image_id": 2268207503, "caption": "Touristenattraktion, die eine Stra\u00dfe hinuntergeht"}, {"image_id": 2275214054, "caption": "ein Mann, der einen Stapel B\u00fccher h\u00e4lt und in die Kamera"}, {"image_id": 2282260240, "caption": "kleines M\u00e4dchen in einem rosa Kleid"}, {"image_id": 2283966256, "caption": "ein Hund, der in einem Teich schwimmt"}, {"image_id": 228947041, "caption": "Ein Mann, der eine Tasse Kaffee in einem Stra\u00dfenmarkt"}, {"image_id": 2289762817, "caption": "ein Mann, der eine Tasse Kaffee trinkt"}, {"image_id": 23018702, "caption": "ein modischer Look mit einem wei\u00dfen Kleid, gestreift"}, {"image_id": 230486268, "caption": "kleiner Junge, der auf einer Wiese spielt"}, {"image_id": 2313085243, "caption": "Frau, die auf einem Stuhl sitzt und eine Tasse"}, {"image_id": 231935782, "caption": "ein Mann, der auf einem Traktor sitzt"}, {"image_id": 2321764238, "caption": "Portr\u00e4t einer jungen Frau mit einem Stethoskop"}, {"image_id": 2330536645, "caption": "Kinder spielen in einem Wasserbecken"}, {"image_id": 2330765551, "caption": "Wanderer, die auf einem Berggipfel spazieren gehen"}, {"image_id": 2330843604, "caption": "kleines M\u00e4dchen, das auf dem Rasen l\u00e4uft"}, {"image_id": 2332986053, "caption": "Person, die auf einem Berggipfel steht"}, {"image_id": 2338791560, "caption": "kleines M\u00e4dchen, das mit einem kleinen Kind spielt"}, {"image_id": 2342035754, "caption": "Kleines M\u00e4dchen, das ein Buch in der K\u00fcche liest"}, {"image_id": 2346401538, "caption": "Schauspieler posiert f\u00fcr ein Foto w\u00e4hrend der Veranstaltung"}, {"image_id": 2352452459, "caption": "Babym\u00e4dchen, das auf dem Bett liegt und l\u00e4"}, {"image_id": 2367139509, "caption": "Hund l\u00e4uft auf einem Feldweg"}, {"image_id": 2368266191, "caption": "ein sch\u00f6ner Hund, der auf einem Ast sitzt"}, {"image_id": 2378544134, "caption": "Ein junges Paar, das auf einem Pferd reitet"}, {"image_id": 238177432, "caption": "Gem\u00fcse, die in einem Restaurant serviert werden"}, {"image_id": 2391094555, "caption": "Person, die ein schwarzes T - Shirt tr\u00e4gt"}, {"image_id": 2391269207, "caption": "Ein junger Hund, der auf dem Gras liegt"}, {"image_id": 2392625002, "caption": "Hund, der im Schnee spielt"}, {"image_id": 2407470303, "caption": "Hunde, die am Strand spazieren gehen"}, {"image_id": 2415587549, "caption": "kleines M\u00e4dchen, das mit einem Laptop im K\u00fcchenchef"}, {"image_id": 2421340833, "caption": "Schauspieler und Filmregisseur besuchen die Weltpremiere"}, {"image_id": 2421367904, "caption": "Fischerboote, die am Strand festgemacht sind"}, {"image_id": 2422589651, "caption": "ein Mann, der eine Tasse Kaffee trinkt"}, {"image_id": 2424250856, "caption": "K\u00fcnstler tritt w\u00e4hrend eines Konzerts auf der B\u00fchne auf"}, {"image_id": 2424620984, "caption": "Fu\u00dfballspieler in Aktion w\u00e4hrend des Spiels gegen die Fu\u00dfballmannschaft"}, {"image_id": 2433175169, "caption": "Person, die auf einem Felsen steht"}, {"image_id": 2436398074, "caption": "ein Hund, der auf dem Gras liegt"}, {"image_id": 2438754748, "caption": "junge frau, die auf dem feld sitzt"}, {"image_id": 244073535, "caption": "ein Mann, der in einem Schlafzimmer schaut"}, {"image_id": 2441354291, "caption": "Junge, der im Regen spazieren geht stockfoto"}, {"image_id": 2441818017, "caption": "ein Mann, der eine Holzkiste in einem Holztisch arbeitet"}, {"image_id": 2445442929, "caption": "Person, die auf einem Tisch sitzt und eine Tasse Ka"}, {"image_id": 2447284966, "caption": "Ein kleiner Junge spielt in einem Spielzeugauto"}, {"image_id": 244910130, "caption": "Person, die auf einem Stuhl sitzt"}, {"image_id": 2451114871, "caption": "Hunderte von Pferden, die auf einem Pferd reiten"}, {"image_id": 245307666, "caption": "Person, die auf der B\u00fchne auftritt"}, {"image_id": 246231741, "caption": "Hunde, die auf dem Gras liegen"}, {"image_id": 2465441099, "caption": "ein junger mann, der mit einem smartphone in der stadt"}, {"image_id": 2466171114, "caption": "Junge, der auf dem Feld l\u00e4uft"}, {"image_id": 2468466969, "caption": "ein Mann, der eine Stra\u00dfe in der Stadt tr\u00e4gt"}, {"image_id": 2469878877, "caption": "Frau, die auf einem Stuhl sitzt und eine Tasse"}, {"image_id": 2470317702, "caption": "Ein junger Mann, der auf einem Stuhl sitzt und"}, {"image_id": 2470493181, "caption": "Kinder, die auf dem Rasen spielen"}, {"image_id": 2472980433, "caption": "Person tritt w\u00e4hrend des Festivals auf der B\u00fchne auf"}, {"image_id": 247618600, "caption": "junges M\u00e4dchen, das auf einer Bank liegt und ein Buch liest"}, {"image_id": 247619370, "caption": "Frau mit Sonnenbrille sitzt auf einem Stuhl und"}, {"image_id": 247704641, "caption": "ein Hund, der in einem Teich schwimmt"}, {"image_id": 2484190118, "caption": "Junge, der auf einem Stuhl im Park spielt"}, {"image_id": 2497343616, "caption": "Touristen, die in der Altstadt spazieren gehen"}, {"image_id": 2504007911, "caption": "Einkaufswagen, der auf einem Stra\u00dfenmarkt geparkt ist"}, {"image_id": 2504764590, "caption": "Ein Mann springt aus einem See"}, {"image_id": 2506460104, "caption": "Menschen sitzen auf einem Tisch und l\u00e4cheln, w\u00e4hrend"}, {"image_id": 2508851882, "caption": "Menschen, die auf der Stra\u00dfe stehen"}, {"image_id": 2511760873, "caption": "junge frau, die auf der stra\u00dfe geht"}, {"image_id": 2511798599, "caption": "ein junges Paar, das mit einem Laptop in der Hand"}, {"image_id": 251586160, "caption": "Person tritt w\u00e4hrend des Trainings auf"}, {"image_id": 2521788750, "caption": "Person, die auf einem Pferd reitet"}, {"image_id": 2536772737, "caption": "Ein Zug f\u00e4hrt durch eine Eisenbahnbr\u00fccke"}, {"image_id": 2537596840, "caption": "Ein Mann schneidet einen Strau\u00df roter Zaun"}, {"image_id": 2537755800, "caption": "Politiker h\u00e4lt eine Rede, w\u00e4hrend sein Team in der N\u00e4he des Bahnhofs"}, {"image_id": 2547291721, "caption": "ein Foto von Personen, die auf dem Treppe hinuntergehen"}, {"image_id": 2549933281, "caption": "Braut und Br\u00e4utigam posieren f\u00fcr ein Foto"}, {"image_id": 2553089098, "caption": "Blues - K\u00fcnstler, der live auf der B\u00fchne auftritt"}, {"image_id": 2558911884, "caption": "Kinder spielen in einem Park"}, {"image_id": 2565302802, "caption": "Arbeiter arbeiten an einer Baustelle in der N\u00e4he des Bahnhofs"}, {"image_id": 2566294211, "caption": "Gruppe von Freunden, die auf dem Ruderboot sitzen"}, {"image_id": 2572712647, "caption": "Band treten auf der B\u00fchne auf"}, {"image_id": 2582413611, "caption": "Gruppe von Menschen, die in einem Club tanzen"}, {"image_id": 2613889835, "caption": "Touristen genie\u00dfen einen See, der in den Gew\u00e4sser"}, {"image_id": 261627889, "caption": "Kinder, die auf einem Stra\u00dfenschild stehen"}, {"image_id": 263104639, "caption": "Portr\u00e4t eines M\u00e4dchens, das auf einem Stuhl sitzt"}, {"image_id": 2658439322, "caption": "Person und Br\u00e4utigam, die w\u00e4hrend des Festivals auf der B\u00fchne"}, {"image_id": 2661138991, "caption": "Ein Mann sitzt auf einem Bett und schaut in die"}, {"image_id": 2665461736, "caption": "Kinder, die auf einem Weihnachtsbaum spielen"}, {"image_id": 2666111736, "caption": "Ein Junge und ein kleiner Junge, der mit einem kleinen Jungen am Strand"}, {"image_id": 2671167487, "caption": "Ein junger Mann, der mit einem Segelboot im Wasser sp"}, {"image_id": 2671560649, "caption": "Ein modischer Look, der ein Kleid tr\u00e4gt, das mit"}, {"image_id": 2673209105, "caption": "kleines M\u00e4dchen, das auf dem Gras spielt"}, {"image_id": 2678668581, "caption": "Menschenmassen, die an einem sonnigen Tag im Freien teil"}, {"image_id": 2679382388, "caption": "ein junger Mann, der auf einem Stuhl sitzt"}, {"image_id": 2686849571, "caption": "Ein junger Mann, der mit einem Tablet - Computer im Park"}, {"image_id": 2689001252, "caption": "Kinder, die auf dem Spielplatz spielen"}, {"image_id": 2695961935, "caption": "Athlet l\u00e4uft w\u00e4hrend des Spiels gegen die American - Football -"}, {"image_id": 2696866120, "caption": "Tier, das im Gras liegt"}, {"image_id": 270263570, "caption": "Hunde, die auf einem Pferd spazieren gehen"}, {"image_id": 2709044515, "caption": "Gem\u00fcse in einem Restaurant"}, {"image_id": 2710027673, "caption": "Person, die ein gesch\u00e4ftsmann h\u00e4lt, w\u00e4hrend er eine"}, {"image_id": 271396631, "caption": "Person, die auf einem Felsen am Meer schwimmt"}, {"image_id": 2714703706, "caption": "Hunde, die auf dem Boden sitzen"}, {"image_id": 271572671, "caption": "Schauspieler, der in einer Szene aus dem Film einen Anzug tr\u00e4gt,"}, {"image_id": 272045297, "caption": "Gesch\u00e4ftsfrau, die in der K\u00fcche eine Tasse Ka"}, {"image_id": 2722957422, "caption": "Ein Auto f\u00e4hrt an einem Stra\u00dfenrand in der Stadt vorbei"}, {"image_id": 2724485630, "caption": "Person, die w\u00e4hrend des Spiels gegen die American - Football - Mannschaft"}, {"image_id": 2725508159, "caption": "Ein Surfer reitet auf einem Wellenbrett, w\u00e4hrend er"}, {"image_id": 2728583298, "caption": "Touristen, die in einem Park spazieren gehen"}, {"image_id": 2729685399, "caption": "Schauspieler und Person besuchen die Weltpremiere"}, {"image_id": 273603643, "caption": "junges Paar, das im Garten spielt und in die Kamera l\u00e4"}, {"image_id": 273699639, "caption": "Portr\u00e4t eines Gesch\u00e4ftsmannes, der mit einem Laptop"}, {"image_id": 2737609659, "caption": "Person und Br\u00e4utigam, die auf einem Traktor sitzen"}, {"image_id": 2738077433, "caption": "Tier, das auf einem Felsen l\u00e4uft"}, {"image_id": 2750185692, "caption": "biologische Arten, die auf einem Ast sitzen"}, {"image_id": 2751602672, "caption": "Person l\u00e4uft w\u00e4hrend des Trainings mit dem Ball"}, {"image_id": 275175200, "caption": "Menschen, die auf der Stra\u00dfe in der Stadt spazieren gehen"}, {"image_id": 2755362721, "caption": "ein Hund, der auf dem Sand l\u00e4uft"}, {"image_id": 2760716468, "caption": "Ein Mann sitzt auf einer Bank und liest ein Buch in der"}, {"image_id": 2762599124, "caption": "Ein junges Paar sitzt auf einer Bank und schaut sich"}, {"image_id": 2763465196, "caption": "ein Mann, der eine Tasse Kaffee h\u00e4lt"}, {"image_id": 2768933636, "caption": "Menschen, die in einem Markt einkaufen"}, {"image_id": 277119391, "caption": "ein Mann, der auf einer Stra\u00dfe geparkt ist"}, {"image_id": 2773474615, "caption": "Kinder, die auf der Stra\u00dfe stehen"}, {"image_id": 2773744784, "caption": "Schauspieler und seine Frau besuchen die Weltpremiere"}, {"image_id": 2778313163, "caption": "Person, die w\u00e4hrend einer Trainingseinheit auf dem Feld arbeitet"}, {"image_id": 2780179669, "caption": "Frau, die auf Felsen in der N\u00e4he des Meeres sch"}, {"image_id": 2789350645, "caption": "Hunde, die im Gras spielen"}, {"image_id": 2795866891, "caption": "Ein junger Mann, der auf einem Stuhl sitzt und"}, {"image_id": 2797135460, "caption": "kleiner Junge, der auf einem Spielplatz spielt"}, {"image_id": 280007961, "caption": "Gesch\u00e4ftsfrau, die im Regal unter dem Regenschi"}, {"image_id": 2802158972, "caption": "Blues - K\u00fcnstler tritt w\u00e4hrend des Festivals auf der B\u00fchne auf"}, {"image_id": 2809218945, "caption": "Ein Mann, der eine Fliege in einem Anzug tr\u00e4gt,"}, {"image_id": 2812568040, "caption": "Kinder, die in einem kleinen See spazieren gehen"}, {"image_id": 2816259113, "caption": "Kinder spielen auf einem Pferd im Gras"}, {"image_id": 2819466992, "caption": "Frau springt in Zeitlupe am Strand"}, {"image_id": 2825327005, "caption": "junge frau, die ein smartphone in der n\u00e4he des lap"}, {"image_id": 2830561413, "caption": "Kinder, die auf dem Spielplatz spielen"}, {"image_id": 2832487464, "caption": "olympischer Athlet tritt w\u00e4hrend des Trainings auf"}, {"image_id": 2833502675, "caption": "Blues - K\u00fcnstler tritt w\u00e4hrend eines Konzerts live auf der B\u00fchne auf"}, {"image_id": 2837640996, "caption": "ein Mann, der auf einem Stuhl sitzt"}, {"image_id": 2838888385, "caption": "Kinder, die in einem Klassenzimmer spielen"}, {"image_id": 2844641033, "caption": "kleiner Junge, der im Sand am Strand spielt"}, {"image_id": 2844747252, "caption": "Hunde, die auf einem Feld laufen"}, {"image_id": 2847514745, "caption": "ein Blick auf die Fassade des Geb\u00e4udes"}, {"image_id": 2854959952, "caption": "Hunde, die auf dem Gras laufen"}, {"image_id": 2860040276, "caption": "Portr\u00e4t eines l\u00e4chelnden kleinen M\u00e4dchens, das auf dem"}, {"image_id": 286084055, "caption": "gl\u00fcckliche familie, die zusammen im wohnzimmer mit"}, {"image_id": 2863539038, "caption": "ein Mann, der eine Gem\u00fcse auf einem Markt verkauft"}, {"image_id": 2867026654, "caption": "Der olympische Athlet l\u00e4uft w\u00e4hrend des Spiels gegen die"}, {"image_id": 2867460039, "caption": "Bild kann Person enthalten, die ein Musikinstrument auf der B\u00fchne"}, {"image_id": 2869439070, "caption": "Kinder, die auf einem Sand am Strand spielen"}, {"image_id": 2870426310, "caption": "Kinder, die auf dem Rasen laufen stockfoto"}, {"image_id": 2872099696, "caption": "ein Mann, der eine Holzkiste tr\u00e4gt"}, {"image_id": 2873252292, "caption": "Ein Mann f\u00e4hrt durch einen Berggipfel"}, {"image_id": 2889845164, "caption": "Junge, der auf einem Feld l\u00e4uft"}, {"image_id": 2891943949, "caption": "Ein junges M\u00e4dchen sitzt auf einem Stuhl und schau"}, {"image_id": 2891961886, "caption": "Ein junger Mann, der mit einem Laptop in Zeitlu"}, {"image_id": 2894634533, "caption": "Ein junger Mann, der auf einem Fahrrad f\u00e4hrt"}, {"image_id": 289583589, "caption": "eine Frau, die in einem Markt verkauft"}, {"image_id": 289638061, "caption": "Spieler feiern, nachdem er w\u00e4hrend des Spiels das erste Tor erzielt"}, {"image_id": 2898810636, "caption": "Athlet feiert sein zweites Tor w\u00e4hrend des Spiels"}, {"image_id": 2900242501, "caption": "Der Athlet feiert, nachdem er w\u00e4hrend des Spiels das"}, {"image_id": 2900560501, "caption": "Gruppe von Freunden, die in einem Restaurant essen"}, {"image_id": 2902844125, "caption": "Ein junger Mann, der auf einem Stuhl sitzt und"}, {"image_id": 2904997007, "caption": "Babym\u00e4dchen, das auf dem Bett schl\u00e4ft"}, {"image_id": 2923386532, "caption": "Menschen, die w\u00e4hrend der Feierlichkeiten auf dem Festival stattfindet"}, {"image_id": 2924306387, "caption": "ein junger Mann, der auf einem Stuhl l\u00e4uft"}, {"image_id": 2924489177, "caption": "eine Frau, die in einem Kleiderschrank mit einer"}, {"image_id": 2925163942, "caption": "Person, die in einem Regenschirm geht"}, {"image_id": 2926595608, "caption": "Athlet feiert, nachdem er w\u00e4hrend des Spiels das zweite"}, {"image_id": 2933637854, "caption": "American - Football - Spieler feiert, nachdem er w\u00e4hrend des Spiels"}, {"image_id": 2934022873, "caption": "Athlet wird w\u00e4hrend des Spiels von Person angegriffen"}, {"image_id": 293575531, "caption": "American - Football - Spieler wird w\u00e4hrend des Spiels von der Seitenlinie"}, {"image_id": 2936693681, "caption": "kleines M\u00e4dchen, das im Park spielt"}, {"image_id": 2937461473, "caption": "olympischer athlet feiert, nachdem er w\u00e4hrend des"}, {"image_id": 2943557287, "caption": "Ein Mann, der mit einem Smartphone in der Stadt spazieren"}, {"image_id": 2953861572, "caption": "Person, die am Strand spazieren geht"}, {"image_id": 2957682838, "caption": "Person und Br\u00e4utigam, die sich in einem B\u00fcro ansehen"}, {"image_id": 2961247549, "caption": "eine Frau, die mit ihrer Hand in einem Tempel betet"}, {"image_id": 2963672852, "caption": "Person, die auf einem Pferd reitet"}, {"image_id": 2975627633, "caption": "gl\u00fcckliche familie, die auf dem sofa sitzt und"}, {"image_id": 2975845158, "caption": "Kinder, die in einem Zug fahren"}, {"image_id": 2978409165, "caption": "Ein Surfer reitet auf einem Wellenbrett, w\u00e4hrend er"}, {"image_id": 2978735290, "caption": "Fu\u00dfballspieler feiert, nachdem er w\u00e4hrend des Spiels das zweite Tor seiner"}, {"image_id": 2987121689, "caption": "Fu\u00dfballspieler wird w\u00e4hrend des Spiels von Fu\u00dfballspieler angegriffen"}, {"image_id": 2989764675, "caption": "eine Stra\u00dfenansicht von Menschen, die auf der Stra\u00dfe spazieren"}, {"image_id": 2990471798, "caption": "Junge, der auf dem Boden liegt und in die Kamera schaut"}, {"image_id": 299303069, "caption": "Ein kleiner Junge spielt mit einem Spielzeugautomaten"}, {"image_id": 2993318965, "caption": "Menschen, die an einem Weihnachtsbaum h\u00e4ngen"}, {"image_id": 3005124440, "caption": "Politiker posiert f\u00fcr ein Foto bei der Veranstaltung"}, {"image_id": 300577375, "caption": "Polizeiautos, die auf der Stra\u00dfe geparkt sind"}, {"image_id": 3006095077, "caption": "Schauspieler und Person posieren f\u00fcr ein Foto bei der Premiere"}, {"image_id": 3009047603, "caption": "Person l\u00e4uft w\u00e4hrend des Spiels gegen die American - Football - Mannschaft"}, {"image_id": 3016244153, "caption": "Nahaufnahme eines s\u00fc\u00dfen kleinen M\u00e4dchens, das"}, {"image_id": 3021953768, "caption": "Blues - K\u00fcnstler, der live auf der B\u00fchne auftritt"}, {"image_id": 302289651, "caption": "ein kleines M\u00e4dchen, das mit einem Hauch von Gem\u00fcse"}, {"image_id": 3023339840, "caption": "Gruppe von Sch\u00fclern, die in einem Klassenzimmer arbeiten"}, {"image_id": 3028145992, "caption": "Demonstranten stehen w\u00e4hrend einer Demonstration gegen die Regierungsbeh\u00f6rde"}, {"image_id": 3031792444, "caption": "Die Band tritt w\u00e4hrend des Festivals auf der B\u00fchne auf"}, {"image_id": 3039095384, "caption": "Gruppe von Menschen, die auf einer Party tanzen"}, {"image_id": 3039200576, "caption": "junges M\u00e4dchen, das auf dem Fahrrad f\u00e4hrt"}, {"image_id": 3040999637, "caption": "Hardrock - K\u00fcnstler tritt w\u00e4hrend des Festivals auf der B\u00fchne auf"}, {"image_id": 3050114829, "caption": "Ein Surfer reitet auf einem Wellenbrett, w\u00e4hrend er"}, {"image_id": 3051972592, "caption": "Ein Soldat schl\u00e4ft w\u00e4hrend einer Trainingseinheit auf einem Feld"}, {"image_id": 3052436578, "caption": "Braut und Br\u00e4utigam in einem Hochzeitskleid"}, {"image_id": 3064443326, "caption": "Demonstranten marschieren w\u00e4hrend eines Protestes gegen die politische"}, {"image_id": 3064716525, "caption": "Person l\u00e4uft w\u00e4hrend des Spiels gegen die American - Football - Mannschaft"}, {"image_id": 3070836317, "caption": "Ein junges M\u00e4dchen liest ein Buch in der N\u00e4he des Fensters"}, {"image_id": 3072673694, "caption": "Menschen, die w\u00e4hrend der Zeremonie auf der B\u00fchne auftritt"}, {"image_id": 3078844565, "caption": "Ein junger Mann, der auf einem Felsen in den Felsen"}, {"image_id": 3079340229, "caption": "Der Athlet feiert, nachdem er w\u00e4hrend des Spiels das"}, {"image_id": 3083847439, "caption": "Hardrock - K\u00fcnstler tritt w\u00e4hrend des Festivals auf der B\u00fchne auf"}, {"image_id": 3083913737, "caption": "Bauern, die auf einem Feld arbeiten"}, {"image_id": 3084001782, "caption": "ein junges Paar, das sich mit einem Laptop ansie"}, {"image_id": 3086526292, "caption": "Kinder, die auf einem Spielplatz in der Stadt spazieren gehen"}, {"image_id": 3091786541, "caption": "K\u00e4tzchen, das in einem K\u00fcchenchef schn"}, {"image_id": 3099091086, "caption": "Menschen, die in der N\u00e4he des Bahnhofs stehen"}, {"image_id": 3106782647, "caption": "Person, die auf einem Fahrrad f\u00e4hrt"}, {"image_id": 3107059919, "caption": "junges M\u00e4dchen, das am Strand spazieren geht"}, {"image_id": 3128856481, "caption": "biologische Arten, die in einem Teich schwimmen"}, {"image_id": 313385842, "caption": "Person, die ein Foto von Personen zeigt, die in einem 3D -"}, {"image_id": 3135317718, "caption": "Babym\u00e4dchen, das auf dem Bett schl\u00e4ft"}, {"image_id": 3138504165, "caption": "Eishockey - Rechtsau\u00dfen schaut w\u00e4hrend eines Spiels gegen"}, {"image_id": 314739483, "caption": "Ein junger Mann, der auf einem Stra\u00dfenschild steht und ein"}, {"image_id": 3148193539, "caption": "junger Gesch\u00e4ftsmann, der auf einem Stuhl sitzt"}, {"image_id": 3149894951, "caption": "Ein kleiner Junge spielt mit einem Pferd, w\u00e4hrend er auf der B\u00fchne"}, {"image_id": 3150380412, "caption": "Portr\u00e4t eines Hundes, der im Wasser springt"}, {"image_id": 3155400369, "caption": "Die Spieler werden w\u00e4hrend einer Trainingseinheit auf der B\u00fchne gesehen, die"}, {"image_id": 3155657768, "caption": "Kinder, die auf dem Spielplatz spielen"}, {"image_id": 3167453543, "caption": "Gruppe von Kindern, die in einem Musikinstrument spielt"}, {"image_id": 3168354472, "caption": "kleines M\u00e4dchen, das auf dem Sofa spielt"}, {"image_id": 3171020648, "caption": "Portr\u00e4t eines Gesch\u00e4ftsmannes, der einen Schraubensch"}, {"image_id": 317383917, "caption": "Hunde, die auf einem Pferd reiten"}, {"image_id": 3178300150, "caption": "Basketballspieler schie\u00dft w\u00e4hrend des Spiels gegen die Sportmannschaft"}, {"image_id": 3182490771, "caption": "Ein Mann sitzt auf einer Klippe und liest ein Buch"}, {"image_id": 3182495095, "caption": "Kinder, die auf einem Surfbrett am Strand spielen"}, {"image_id": 319185571, "caption": "ein Hund, der am Strand spazieren geht"}, {"image_id": 3192267612, "caption": "Touristenattraktion, die w\u00e4hrend der Feierlichkeiten auf dem"}, {"image_id": 319750026, "caption": "M\u00e4nner, die in einem Stra\u00dfencaf\u00e9 gehen"}, {"image_id": 3206999917, "caption": "ein Hund, der in einem Winterwald spazieren geht"}, {"image_id": 3222702477, "caption": "fu\u00dfballspieler und fu\u00dfballspieler w\u00e4hrend des spiels"}, {"image_id": 3223318401, "caption": "Person, die in einem Kleid mit gekreuzten Armen"}, {"image_id": 3224375029, "caption": "Schauspieler in einem goldenen Kleid"}, {"image_id": 322516292, "caption": "ein Mann, der eine Gitarre spielt"}, {"image_id": 3227675485, "caption": "Person l\u00e4uft w\u00e4hrend des Spiels gegen die American - Football - Mannschaft"}, {"image_id": 3231575742, "caption": "olympischer Athlet in Aktion w\u00e4hrend der zweiten Runde des"}, {"image_id": 3232994074, "caption": "Ein junges Paar, das in einem Geschenk ein Buch lies"}, {"image_id": 3240570205, "caption": "Kinder, die in einem Kleid arbeiten"}, {"image_id": 3243094580, "caption": "Ein Mann f\u00e4hrt bei Sonnenuntergang durch eine Stadt"}, {"image_id": 3243653344, "caption": "ein Pferd, das auf einem Pferd reitet"}, {"image_id": 3245460937, "caption": "Der Athlet tritt w\u00e4hrend des Spiels gegen die Sportmannschaft auf"}, {"image_id": 3246281818, "caption": "Kinder, die in einem Klassenzimmer spielen"}, {"image_id": 3250952067, "caption": "Person, die auf dem Rasen spielt"}, {"image_id": 3256456935, "caption": "Junge, der auf einem roten Teppich spielt"}, {"image_id": 3257107194, "caption": "Person wird w\u00e4hrend einer Trainingseinheit auf dem Wasser geschossen"}, {"image_id": 3259992164, "caption": "Person, die w\u00e4hrend des Spiels einen Schuss von einer Person"}, {"image_id": 3263182360, "caption": "Politikerin, die w\u00e4hrend einer Pressekonferenz spricht"}, {"image_id": 3269841412, "caption": "Frau, die auf dem Sofa sitzt und ein Buch liest"}, {"image_id": 327142149, "caption": "Ein junges M\u00e4dchen, das auf einem Pferd reitet, w\u00e4hrend"}, {"image_id": 3274879561, "caption": "Tier, das auf einem Ast sitzt"}, {"image_id": 3277162496, "caption": "Hunde, die im Gras spielen"}, {"image_id": 3278581900, "caption": "Kinder, die am Strand spazieren gehen"}, {"image_id": 327955368, "caption": "Kinder, die im Herbst auf dem Rasen laufen"}, {"image_id": 3283368342, "caption": "Gruppe von Pferden, die auf einer Wiese laufen"}, {"image_id": 3285342629, "caption": "Touristenattraktion mit Touristen, die in der N\u00e4he des"}, {"image_id": 3286543624, "caption": "junge frau, die auf der stra\u00dfe steht und l\u00e4"}, {"image_id": 3288174272, "caption": "Frauen, die in einem Feld arbeiten"}, {"image_id": 3293751640, "caption": "Schauspieler tr\u00e4gt ein schwarzes Hemd, das in einem schwarzen Anzug"}, {"image_id": 3294830188, "caption": "biologische Arten, die auf einem Ast schwimmen"}, {"image_id": 3298457064, "caption": "Ein Traktor f\u00e4hrt auf einem Bauernhof"}, {"image_id": 330325191, "caption": "Bergsteiger, der auf einem Berggipfel steht"}, {"image_id": 3324049172, "caption": "junge frau, die auf dem schneebedeckten berg"}, {"image_id": 3329961466, "caption": "Gesch\u00e4ftsleute, die in einem Supermarkt einkaufen"}, {"image_id": 3332883133, "caption": "Sch\u00fcler, die in einem Klassenzimmer arbeiten"}, {"image_id": 3335965982, "caption": "Gesch\u00e4ftsleute, die auf einem Laptop arbeiten"}, {"image_id": 3339751521, "caption": "Gruppe von Touristen, die auf einem Berggipfel sitzen"}, {"image_id": 3341077091, "caption": "Ein junger Mann, der auf einem Stuhl in Zeitlu"}, {"image_id": 3344531479, "caption": "Person l\u00e4uft w\u00e4hrend des Spiels gegen die Sportmannschaft"}, {"image_id": 3348384389, "caption": "Hunde, die im Schnee spielen"}, {"image_id": 3350002347, "caption": "Kind spielt mit einem kleinen Jungen in der Hand"}, {"image_id": 3350177228, "caption": "ein Mann, der in einem Labor arbeitet"}, {"image_id": 3352135319, "caption": "Person, die auf einem Pferd reitet"}, {"image_id": 3354474353, "caption": "Hunde, die im Schnee spazieren gehen"}, {"image_id": 3364114507, "caption": "Nahaufnahme einer jungen Frau, die eine Tasse Ka"}, {"image_id": 3368671163, "caption": "Person l\u00e4uft w\u00e4hrend des Spiels gegen die American - Football - Mannschaft"}, {"image_id": 3373481779, "caption": "Eishockey - Rechtsau\u00dfen feiert, nachdem er w\u00e4hrend des Spiel"}, {"image_id": 3376227992, "caption": "Bild kann Person enthalten, die ein Musikinstrument auf der B\u00fchne"}, {"image_id": 3387661249, "caption": "Pferde, die auf einem Feld grasen"}, {"image_id": 3391716619, "caption": "Ein Mann sitzt auf einer Bank und liest ein Buch in der"}, {"image_id": 3400385314, "caption": "Portr\u00e4t eines gl\u00fccklichen Paares, das zusammen in einem"}, {"image_id": 3405279045, "caption": "Eine Gruppe von Touristen genie\u00dft einen Pool in der N\u00e4he des"}, {"image_id": 3418504074, "caption": "Person l\u00e4uft w\u00e4hrend des Spiels gegen die American - Football - Mannschaft"}, {"image_id": 3421480658, "caption": "ein kleines M\u00e4dchen, das mit einem K\u00e4tzchen spielt"}, {"image_id": 3424605029, "caption": "Kinder springen in die Luft, um den Ball w\u00e4hrend eines Spiels"}, {"image_id": 3425756814, "caption": "Ein junger Mann, der ein Hemd tr\u00e4gt und einen Hauch"}, {"image_id": 3430607596, "caption": "Ein junger Mann springt in die Luft, w\u00e4hrend er auf einem"}, {"image_id": 3432586199, "caption": "Junge, der im Schnee spielt"}, {"image_id": 3432637363, "caption": "Person, die w\u00e4hrend einer Trainingseinheit mit einem Fahrrad auf"}, {"image_id": 3441959314, "caption": "Person, die einen Berg hinuntergeht"}, {"image_id": 3443404125, "caption": "M\u00e4nner sitzen auf einer Steinmauer"}, {"image_id": 3446941415, "caption": "junges m\u00e4dchen, das auf dem sofa im wo"}, {"image_id": 3449846784, "caption": "ein Hund, der auf dem Gras liegt"}, {"image_id": 3456488632, "caption": "Ein junges Paar, das in einem Auto steht und sich umarm"}, {"image_id": 3467073304, "caption": "Person tritt w\u00e4hrend des Tennisturniers auf"}, {"image_id": 3473534758, "caption": "Hunde, die in einem Park spazieren gehen"}, {"image_id": 3474406285, "caption": "Person l\u00e4uft w\u00e4hrend des Trainings mit dem Ball"}, {"image_id": 3474908743, "caption": "Gesch\u00e4ftsmann, der ein Smartphone in der Stadt h\u00e4lt"}, {"image_id": 3478547247, "caption": "Kinder, die auf dem Spielplatz spielen"}, {"image_id": 3479233432, "caption": "ein Pferd, das auf einem Pferd reitet"}, {"image_id": 3483071906, "caption": "Kinder, die in einem Park spielen"}, {"image_id": 3487979741, "caption": "Person, die auf einem Fahrrad f\u00e4hrt"}, {"image_id": 3490867290, "caption": "Frauen in traditioneller Kleidung sitzen auf einem Bauernhof"}, {"image_id": 3495349745, "caption": "Kinder, die auf einem Pferd reiten"}, {"image_id": 3500218173, "caption": "Junge, der auf dem Spielplatz spielt"}, {"image_id": 3501083764, "caption": "Ein junges Paar, das in einem Kleid auf dem Land"}, {"image_id": 3504379699, "caption": "Ein junges M\u00e4dchen schaut in die Kamera, w\u00e4hrend sie auf"}, {"image_id": 3512747808, "caption": "Person und ihre Tochter posieren f\u00fcr ein Foto mit einem Laptop"}, {"image_id": 3514194772, "caption": "Der American - Football - Spieler wird von einem American - Football - Spieler"}, {"image_id": 3514278386, "caption": "Athlet wird w\u00e4hrend des Spiels von Person angegriffen"}, {"image_id": 3514685438, "caption": "ein junges M\u00e4dchen, das mit einem Laptop in der Hand"}, {"image_id": 3525403875, "caption": "Person und ihre Hunde, die im Gras spielen"}, {"image_id": 3527184455, "caption": "Familie, die auf dem Gras sitzt"}, {"image_id": 3530687486, "caption": "Nahaufnahme einer Frau, die auf einem Gras liegt"}, {"image_id": 3532476966, "caption": "Menschen, die auf einem Markt verkauft werden"}, {"image_id": 3532598048, "caption": "ein Foto von Menschen, die in einem Stra\u00dfencaf\u00e9 auf der"}, {"image_id": 3539612893, "caption": "Ein junger Mann sitzt auf einer Bank und liest ein Buch"}, {"image_id": 354017707, "caption": "Ein Mann liest ein Buch in der Bibliothek"}, {"image_id": 3541205002, "caption": "Gem\u00fcse in einem Marktstand"}, {"image_id": 3543294190, "caption": "Ein junger Mann, der auf einem Fahrrad f\u00e4hrt"}, {"image_id": 35437191, "caption": "ein Mann, der am Strand steht"}, {"image_id": 35477421, "caption": "Gesch\u00e4ftsleute, die auf dem Tisch sitzen und ein"}, {"image_id": 3554391279, "caption": "Person, die auf einem Baumstamm im Garten arbeitet"}, {"image_id": 3558267192, "caption": "Person, die w\u00e4hrend eines Spiels gegen eine Sportmannschaft auf dem Feld"}, {"image_id": 3560125106, "caption": "Person l\u00e4uft w\u00e4hrend des Spiels gegen die American - Football - Mannschaft"}, {"image_id": 3563617591, "caption": "Nahaufnahme eines M\u00e4dchens, das ein gesundes"}, {"image_id": 3564489441, "caption": "Kinder spielen mit einem kleinen Kindern in einem Park"}, {"image_id": 3565598162, "caption": "die schauspielerin, die in einem rosa kleid tr\u00e4gt,"}, {"image_id": 3571193625, "caption": "Tier, das auf einem Ast sitzt"}, {"image_id": 3572346664, "caption": "ein junges M\u00e4dchen, das bei Sonnenuntergang am Meer steht"}, {"image_id": 3583105294, "caption": "Band tritt w\u00e4hrend des Musikfestivals auf der B\u00fchne auf"}, {"image_id": 3587449716, "caption": "Frauen posieren f\u00fcr ein Foto w\u00e4hrend des Festivals"}, {"image_id": 3589267801, "caption": "ein Hund, der auf dem Boden liegt"}, {"image_id": 3591283677, "caption": "Ein kleiner Junge spielt auf einem Spielplatz"}, {"image_id": 3593392955, "caption": "Pferde, die auf dem Weg im Wald spazieren gehen"}, {"image_id": 3597007663, "caption": "Kinder springen am Strand in Zeitlupe"}, {"image_id": 3599392711, "caption": "Person und Br\u00e4utigam posieren w\u00e4hrend der Zeremonie"}, {"image_id": 3600229533, "caption": "Person, die auf einem Pfad im Wald spazieren geht"}, {"image_id": 3601491447, "caption": "Rugby - Spieler wird w\u00e4hrend des Spiels von Person angegriffen"}, {"image_id": 3608661756, "caption": "eine Reihe von Stra\u00dfenschildern, die auf der Stra\u00dfe gepark"}, {"image_id": 3612485097, "caption": "Person wird w\u00e4hrend des Spiels von Person angegriffen"}, {"image_id": 3613264553, "caption": "ein Hund, der auf einem Berggipfel steht"}, {"image_id": 3618908551, "caption": "Ein junger Mann, der auf einem Skateboard in Zeitlu"}, {"image_id": 3631530817, "caption": "Blues - K\u00fcnstler auf der B\u00fchne w\u00e4hrend eines Konzerts"}, {"image_id": 363709975, "caption": "olympischer Athlet posiert mit Teamkollegen"}, {"image_id": 3638783842, "caption": "Person und Model besuchen die Weltpremiere"}, {"image_id": 3642604708, "caption": "Ein kleiner Junge tr\u00e4gt einen bunten Regenschirm, w\u00e4hrend er"}, {"image_id": 3643021980, "caption": "kleines M\u00e4dchen, das auf einem Stuhl im Park spielt"}, {"image_id": 3646927481, "caption": "eine Reihe von Fahrr\u00e4dern"}, {"image_id": 3647826834, "caption": "Kinder spielen auf einem Spielplatz"}, {"image_id": 3660516586, "caption": "Touristenattraktion mit Palmen am Strand bei Sonnenunter"}, {"image_id": 3665179773, "caption": "Person und ihre Tochter posieren f\u00fcr ein Foto"}, {"image_id": 366548880, "caption": "Hunde, die im Schnee spazieren gehen"}, {"image_id": 3671851846, "caption": "Person, die mit ihrem Hund auf dem Feld spazieren geht"}, {"image_id": 367400736, "caption": "Person, die auf dem Markt verkauft wird"}, {"image_id": 3687062281, "caption": "Paar sitzt auf einem Stuhl und schaut in die"}, {"image_id": 3688797852, "caption": "ein Paar, das auf der Stra\u00dfe spazieren geht"}, {"image_id": 3690358949, "caption": "Babym\u00e4dchen, das auf dem Boden sitzt"}, {"image_id": 3692072577, "caption": "Schauspieler und seine Frau besuchen die Weltpremiere"}, {"image_id": 3694555931, "caption": "Person und Br\u00e4utigam, die in einem Wasserbrunnen spielen"}, {"image_id": 3700739661, "caption": "ein Mann, der auf einem Stra\u00dfenlaterne steht"}, {"image_id": 3701291852, "caption": "junges Paar, das bei Sonnenuntergang im Park spazi"}, {"image_id": 3712574653, "caption": "Braut und Br\u00e4utigam in einem Hochzeitskleid"}, {"image_id": 3715669736, "caption": "Person tritt w\u00e4hrend des Spiels gegen die American - Football - Mannschaft auf"}, {"image_id": 3716244806, "caption": "Gruppe von Kindern, die auf dem Felsen sitzen"}, {"image_id": 3717309680, "caption": "eine Reihe von Fahrr\u00e4dern, die an einem sonnig"}, {"image_id": 3721082512, "caption": "Mann, der auf einem Berggipfel reitet"}, {"image_id": 3721102409, "caption": "Ein Mann geht am Strand spazieren"}, {"image_id": 3722006169, "caption": "Automobilmodell ist auf der Messe ausgestellt"}, {"image_id": 3722504168, "caption": "Automobilmodell ist auf der Messe ausgestellt"}, {"image_id": 3724738804, "caption": "Kinder springen in die Luft"}, {"image_id": 3728256505, "caption": "Ein junger Mann, der auf einem Felsen sitzt"}, {"image_id": 3739742770, "caption": "ein modischer Look mit einem blauen Hemd, gestreift"}, {"image_id": 374124237, "caption": "Person in einem schwarzen Kleid, das auf dem Boden sitzt"}, {"image_id": 3773310720, "caption": "Ein Mann, der einen Fischerboot in einem Kanal f\u00fcttert"}, {"image_id": 3780768589, "caption": "M\u00e4nner sitzen auf der Treppe"}, {"image_id": 378434971, "caption": "Geb\u00e4udefunktion mit Blick auf die Stadt"}, {"image_id": 378969774, "caption": "olympischer Athlet feiert, nachdem er w\u00e4hrend des"}, {"image_id": 3790208395, "caption": "Frau, die Gem\u00fcse auf einem Markt verkauft"}, {"image_id": 3799701220, "caption": "eine Reihe von Holzschr\u00e4nken, die in der K\u00fcche"}, {"image_id": 3799847884, "caption": "Kinder, die in einem Kleid spielen"}, {"image_id": 3815960082, "caption": "kleines M\u00e4dchen, das auf einem Buch liest"}, {"image_id": 3826425403, "caption": "Eine Frau sitzt auf einem Stuhl und schaut in"}, {"image_id": 3827298104, "caption": "ein traditionelles Geb\u00e4ude in der Altstadt"}, {"image_id": 3827317206, "caption": "eine Frau, die auf einem Reisfeld arbeitet"}, {"image_id": 384806138, "caption": "Frau, die auf einem Bauernmarkt arbeitet"}, {"image_id": 38541144, "caption": "Athlet in Aktion w\u00e4hrend des Spiels gegen die American - Football"}, {"image_id": 3858873745, "caption": "Ein Mann, der mit einem Fahrrad auf einer Stadtstra\u00dfe in"}, {"image_id": 3867804763, "caption": "Portr\u00e4t eines Mannes, der eine Tasse Kaffee h\u00e4lt"}, {"image_id": 3884010975, "caption": "Foto von Gesch\u00e4ftsleuten, die an einem Tisch in einem"}, {"image_id": 3887428186, "caption": "Ein Mann, der mit einem Laptop arbeitet, w\u00e4hrend er auf"}, {"image_id": 388837010, "caption": "kleines M\u00e4dchen, das mit einem Pferd reitet"}, {"image_id": 3903017514, "caption": "Ein Mann und eine Frau sitzen auf einem Fenster in der K\u00fcche"}, {"image_id": 3913884179, "caption": "Frau, die einen Stapel B\u00fccher h\u00e4lt und ein Buch liest"}, {"image_id": 3914087743, "caption": "Ein junger Mann, der mit einem kleinen Jungen auf einer Wiese"}, {"image_id": 3914751903, "caption": "ein Mann, der einen Strau\u00df roter Pfirsich"}, {"image_id": 3927465948, "caption": "kleines M\u00e4dchen, das auf einem Tisch sitzt"}, {"image_id": 3928395936, "caption": "Tennisspieler schl\u00e4gt w\u00e4hrend des Turniers einen Schuss"}, {"image_id": 3930187102, "caption": "ein Mann, der auf einem Fahrrad f\u00e4hrt"}, {"image_id": 39341489, "caption": "Schauspieler posiert f\u00fcr ein Foto bei der Veranstaltung"}, {"image_id": 3938498023, "caption": "Nahaufnahme von Obst und Gem\u00fcse auf"}, {"image_id": 394707439, "caption": "Person tritt w\u00e4hrend des Festivals auf der B\u00fchne auf"}, {"image_id": 395125320, "caption": "Person tritt w\u00e4hrend des Festivals auf der B\u00fchne auf"}, {"image_id": 396360611, "caption": "ein Mann, der auf einem Felsen steht"}, {"image_id": 3966071063, "caption": "Person, die in einem Anzug tr\u00e4gt und eine schwarze Lederja"}, {"image_id": 3969232921, "caption": "Ein Demonstrant steht vor dem Bahnhof"}, {"image_id": 3970114165, "caption": "Fans feiern, nachdem sie w\u00e4hrend des Spiels das zweite Tor seiner"}, {"image_id": 3974197857, "caption": "Soldaten marschieren w\u00e4hrend einer Milit\u00e4rparade"}, {"image_id": 3996949550, "caption": "Frau, die am Strand sitzt"}, {"image_id": 3999246475, "caption": "Menschenmassen, die w\u00e4hrend einer Demonstration auf der Hauptstra\u00dfe"}, {"image_id": 3999247601, "caption": "ein Mann, der eine Tasse Kaffee h\u00e4lt"}, {"image_id": 400598822, "caption": "Gem\u00fcse in einem K\u00fcchenchef"}, {"image_id": 4031513473, "caption": "Gem\u00fcse in einem Marktstand"}, {"image_id": 4035354150, "caption": "Frau, die ein Smartphone h\u00e4lt und eine Tasse Kaffee"}, {"image_id": 4039846249, "caption": "Person, die auf einem Feld l\u00e4uft"}, {"image_id": 4043318461, "caption": "ein Mann, der einen Holzzaun tr\u00e4gt"}, {"image_id": 4046112444, "caption": "Person, die auf einem Stuhl sitzt"}, {"image_id": 405556084, "caption": "M\u00e4nner sitzen auf einer Stra\u00dfe in der Altstadt"}, {"image_id": 4062550863, "caption": "Eine junge Frau in einem roten Kleid tr\u00e4gt eine sch\u00f6ne"}, {"image_id": 4065328632, "caption": "Fu\u00dfballspieler feiert das erste Tor seiner Mannschaft w\u00e4hrend des Spiels"}, {"image_id": 407008823, "caption": "Ein Surfer reitet auf einem Berggipfel, w\u00e4hrend er"}, {"image_id": 4075239348, "caption": "Menschenmassen versammeln sich, um eine Stadt zu be"}, {"image_id": 407569668, "caption": "Gesch\u00e4ftsleute sitzen auf einem Laptop in einem Caf\u00e9"}, {"image_id": 4077122969, "caption": "ein Bild einer Person, die auf der B\u00fchne eines Musikinstruments"}, {"image_id": 407815946, "caption": "Ein junger Mann, der in einem Gem\u00fcsegarten auf"}, {"image_id": 4079016275, "caption": "Menschen sitzen auf einem Stuhl, w\u00e4hrend sie an einem Ti"}, {"image_id": 4089335666, "caption": "Demonstranten marschieren w\u00e4hrend einer Demonstration gegen die Regierung"}, {"image_id": 4089787993, "caption": "Ein s\u00fc\u00dfes kleines M\u00e4dchen, das auf dem Boden sitzt"}, {"image_id": 409327234, "caption": "Portr\u00e4t einer sch\u00f6nen Frau, die auf einem Stuhl"}, {"image_id": 4093460759, "caption": "Gesch\u00e4ftsleute sitzen auf einem Sofa und lesen ein Buch"}, {"image_id": 4095309334, "caption": "Ein junges M\u00e4dchen, das auf einem Holzzaun sitzt und"}, {"image_id": 4103236953, "caption": "Kinder sitzen auf dem Rasen"}, {"image_id": 411175971, "caption": "Ein Mann geht am Strand spazieren"}, {"image_id": 411216802, "caption": "Hunde, die auf dem Gras liegen"}, {"image_id": 4139974800, "caption": "junges M\u00e4dchen, das auf einem Fahrrad f\u00e4hrt"}, {"image_id": 4146886427, "caption": "Die K\u00fcchenschr\u00e4nke sind in der K\u00fcche zu"}, {"image_id": 4148908583, "caption": "Menschen, die auf der Stra\u00dfe in der Stadt spazieren gehen"}, {"image_id": 4150353377, "caption": "Demonstranten marschieren w\u00e4hrend einer Demonstration"}, {"image_id": 4153147942, "caption": "Ein Mann, der auf einem Stra\u00dfenrad f\u00e4hrt"}, {"image_id": 415755815, "caption": "Athlet, der w\u00e4hrend einer Trainingseinheit einen Schuss"}, {"image_id": 4158826243, "caption": "Person tritt w\u00e4hrend des Festivals auf der B\u00fchne auf"}, {"image_id": 4161829222, "caption": "Ein Mann, der auf einem Fahrrad f\u00e4hrt"}, {"image_id": 416992999, "caption": "Person, die auf einem Felsen in der N\u00e4he des Felsens steht"}, {"image_id": 4180952377, "caption": "Ein Mann f\u00e4hrt mit einem Motorrad in der Automobilindustrie"}, {"image_id": 4200930361, "caption": "Gesch\u00e4ftsleute, die in einem B\u00fcro arbeiten"}, {"image_id": 4202061400, "caption": "Blues - K\u00fcnstler tritt w\u00e4hrend eines Konzerts live auf der B\u00fchne auf"}, {"image_id": 42348693, "caption": "Mann, der eine Tasse Kaffee trinkt, w\u00e4hrend er"}, {"image_id": 4256162530, "caption": "junges Paar, das bei Sonnenuntergang am Strand spazi"}, {"image_id": 4257593776, "caption": "Ein Mann f\u00e4hrt mit einem Laptop in der N\u00e4he des Bahnhof"}, {"image_id": 4282691555, "caption": "Touristen, die in der Stadt einkaufen"}, {"image_id": 4282819676, "caption": "Junge, der auf einem Spielplatz im Park spielt"}, {"image_id": 428485639, "caption": "M\u00e4dchen, das auf einem Stuhl sitzt"}, {"image_id": 4284980126, "caption": "Gesch\u00e4ftsleute, die in einem Markt einkaufen"}, {"image_id": 428979011, "caption": "Person tritt w\u00e4hrend des Festivals auf der B\u00fchne auf"}, {"image_id": 430173345, "caption": "ein Hund, der auf dem Gras liegt"}, {"image_id": 4308077016, "caption": "Ein junger Mann, der auf dem Meer springt"}, {"image_id": 43244430, "caption": "Menschen, die auf der Stra\u00dfe in der Stadt spazieren gehen"}, {"image_id": 4337180031, "caption": "Person, die auf einem Schneidebrett im Schnee"}, {"image_id": 435054077, "caption": "Person, die auf einem Feld sitzt"}, {"image_id": 4351734575, "caption": "Blues - K\u00fcnstler tritt w\u00e4hrend eines Konzerts auf der B\u00fchne auf"}, {"image_id": 4359872414, "caption": "eine Frau, die in einem Reisfeld arbeitet"}, {"image_id": 4373983146, "caption": "Pop - K\u00fcnstler und Person treten w\u00e4hrend des Festivals auf der B\u00fchne auf"}, {"image_id": 441212506, "caption": "Hunde, die im Gras spielen"}, {"image_id": 441817653, "caption": "Ein Mann, der auf einem Stuhl sitzt"}, {"image_id": 4418969015, "caption": "Frauen, die auf einem Bauernhof laufen"}, {"image_id": 4420174290, "caption": "ein kleines M\u00e4dchen, das auf einem Pferd reitet"}, {"image_id": 4427860005, "caption": "Gesch\u00e4ftsleute, die in einem Restaurant mit Tablet - Computer"}, {"image_id": 442983801, "caption": "Nahaufnahme Portr\u00e4t eines kleinen M\u00e4dchens, das ein"}, {"image_id": 4434125934, "caption": "Mann, der im Garten arbeitet"}, {"image_id": 4434578571, "caption": "Menschen, die an einem Tisch in der Bibliothek teilnehmen"}, {"image_id": 4439439741, "caption": "M\u00e4dchen, das auf der Wiese steht und ein Buch liest"}, {"image_id": 4442323516, "caption": "Menschen, die auf einer Stra\u00dfe in der Stadt spazieren gehen"}, {"image_id": 4443087396, "caption": "eine Katze, die auf einem Stuhl sitzt"}, {"image_id": 4448853264, "caption": "Ein Mann tr\u00e4gt eine schwarze Lederjacke, w\u00e4hrend er in einem"}, {"image_id": 4450153946, "caption": "Rugby - Spieler in Aktion w\u00e4hrend des Spiels"}, {"image_id": 4450821292, "caption": "Touristen, die an einem sonnigen Tag in der N\u00e4he des"}, {"image_id": 4459992117, "caption": "Person, die mit ihrem Hund spazieren geht"}, {"image_id": 4460747081, "caption": "Gesch\u00e4ftsmann, der in einem Anzug steht und ein Smartphone"}, {"image_id": 446138054, "caption": "Ein Surfer reitet auf einem Felsen"}, {"image_id": 4463538995, "caption": "Person, die w\u00e4hrend des Spiels gegen die Sportmannschaft spielt"}, {"image_id": 4464247181, "caption": "Ein junges Paar sitzt auf einer Bank und schaut sich"}, {"image_id": 4469735380, "caption": "Gem\u00fcse in einem K\u00fcchenchef mit frischem"}, {"image_id": 4475663002, "caption": "Frau, die eine Tasse Kaffee h\u00e4lt und ein Smartphone"}, {"image_id": 4476827011, "caption": "Touristen, die auf der Stra\u00dfe spazieren gehen"}, {"image_id": 4479738973, "caption": "eine Stra\u00dfenansicht der Touristenattraktion mit Palmen und"}, {"image_id": 4481348193, "caption": "eine Stadt, umgeben von Geb\u00e4uden in der N\u00e4he des Hafens"}, {"image_id": 4483766693, "caption": "Ein junger Gesch\u00e4ftsmann, der auf einer Stra\u00dfe in der Stadt"}, {"image_id": 4484549063, "caption": "Blues - K\u00fcnstler tritt w\u00e4hrend eines Konzerts live auf der B\u00fchne auf"}, {"image_id": 4489839598, "caption": "junge frau, die auf der stra\u00dfe steht"}, {"image_id": 449236667, "caption": "kleines M\u00e4dchen, das am Strand spazieren geht"}, {"image_id": 4494095559, "caption": "Ein Mann f\u00e4hrt mit einem Fahrrad auf der Stra\u00dfe"}, {"image_id": 4495033915, "caption": "Touristenattraktion, die eine Statue des Monarchen zeigt"}, {"image_id": 450697885, "caption": "Spieler posieren mit der Troph\u00e4e nach dem Spiel"}, {"image_id": 4507759934, "caption": "junges Paar, das auf der Stra\u00dfe spazieren geht"}, {"image_id": 4510809964, "caption": "Touristenattraktion und Touristen, die in der N\u00e4he des"}, {"image_id": 4516267602, "caption": "Mann, der ein Smartphone benutzt, w\u00e4hrend er auf einem smartphone"}, {"image_id": 4517193541, "caption": "eine Reihe von Fenstern, die an einem Geb\u00e4ude vorbeif\u00fcgt"}, {"image_id": 4517838680, "caption": "Baseballspieler wirft w\u00e4hrend des ersten Innings eines Baseballspiels gegen"}, {"image_id": 4520820052, "caption": "Frau, die eine Tasse Kaffee h\u00e4lt"}, {"image_id": 4523132391, "caption": "Menschen, die auf einem Parkplatz in der Stadt spazieren gehen"}, {"image_id": 4525077213, "caption": "Ein Mann sitzt auf einer Bank und liest ein Buch"}, {"image_id": 4525821347, "caption": "ein Mann, der auf einem Stapel B\u00fccher liest"}, {"image_id": 4528578001, "caption": "Frau, die eine Tasse Kaffee trinkt"}, {"image_id": 4539608494, "caption": "ein Mann, der einen Stuhl tr\u00e4gt, w\u00e4hrend er auf einer"}, {"image_id": 4541692312, "caption": "Frau, die eine Tasse Kaffee tr\u00e4gt und einen Lapt"}, {"image_id": 4546499100, "caption": "Ein Mann h\u00e4lt ein Glas Wasser, w\u00e4hrend er sich darauf vorbereitet"}, {"image_id": 4549977232, "caption": "Schauspieler posiert f\u00fcr ein Foto w\u00e4hrend der Preisverleihung"}, {"image_id": 4553348746, "caption": "ein Bild einer Person, die ein Musikinstrument spielt, w\u00e4hrend"}, {"image_id": 45543081, "caption": "Ein junger Mann, der auf einem Traktor arbeitet"}, {"image_id": 4560420776, "caption": "Ein modischer Look mit einem gestreiften Kleid,"}, {"image_id": 4562512283, "caption": "Person, die in einem Kleid gekleidet ist,"}, {"image_id": 4563143284, "caption": "Ein Mann f\u00e4hrt mit einem Traktor auf einer Landstra\u00dfe"}, {"image_id": 4567311889, "caption": "Babym\u00e4dchen, das auf dem Bett sitzt"}, {"image_id": 4567455846, "caption": "Ein junges M\u00e4dchen, das auf einem Pfad im Park spielt"}, {"image_id": 4578856261, "caption": "Ein Mann geht an einer Stra\u00dfenecke vorbei, w\u00e4hrend er eine Stra\u00dfe"}, {"image_id": 4587060991, "caption": "Gesch\u00e4ftsmann, der eine Tasse Kaffee h\u00e4lt"}, {"image_id": 4587837067, "caption": "Nahaufnahme einer jungen Frau, die ein gesundes"}, {"image_id": 4587901777, "caption": "Menschen sitzen auf einer Terrasse und schauen sich an"}, {"image_id": 4592269543, "caption": "Person, die auf einem Fahrrad f\u00e4hrt"}, {"image_id": 4603095253, "caption": "Frau, die in einem Stra\u00dfencaf\u00e9 auf der Stra\u00dfe spazi"}, {"image_id": 4604969760, "caption": "Kinder, die auf einem Stra\u00dfenmarkt spazieren gehen"}, {"image_id": 4610973875, "caption": "Person, die ein schwarzes Kleid tr\u00e4gt, das in einem"}, {"image_id": 4612060755, "caption": "Ein junger Mann, der auf einem Fahrrad f\u00e4hrt"}, {"image_id": 4613268345, "caption": "Ein junger Mann steht vor einem Geb\u00e4ude in der Stadt"}, {"image_id": 4615770260, "caption": "Pop - Rock - K\u00fcnstler und Person treten w\u00e4hrend des Festivals auf der B\u00fchne"}, {"image_id": 4620293662, "caption": "kleines M\u00e4dchen, das auf einem gr\u00fcnen Gras liegt stockfoto"}, {"image_id": 462879289, "caption": "Spieler feiern, nachdem sie w\u00e4hrend des Spiels das erste Tor erzielt"}, {"image_id": 4630824427, "caption": "Frau, die auf einem Stuhl in der Stadt spazieren"}, {"image_id": 4631909374, "caption": "Ein Mann und eine Frau sitzen in einem Tempel"}, {"image_id": 4634848106, "caption": "Gruppe von Freunden, die auf dem Rasen spielen"}, {"image_id": 463551598, "caption": "Touristen, die auf der Stra\u00dfe stehen"}, {"image_id": 4637947642, "caption": "Person, die auf einem Ast sitzt"}, {"image_id": 4637951374, "caption": "Gruppe von Freunden, die bei Sonnenuntergang am Strand spielen"}, {"image_id": 4639459528, "caption": "Person, die auf einem Stuhl sitzt und ein Buch lies"}, {"image_id": 464340358, "caption": "Eine Gruppe von Arbeitern, die einen Steinmauern in der N\u00e4he"}, {"image_id": 4650623132, "caption": "ein Mann, der am Strand steht"}, {"image_id": 4653258614, "caption": "Ein Polizist steht vor dem Eingang des Milit\u00e4rkommandanten"}, {"image_id": 4654284177, "caption": "Ein junger Mann, der in einem dunkelblauen Anzug"}, {"image_id": 4655102365, "caption": "Touristenattraktion mit Menschen, die in der Stadt spazi"}, {"image_id": 4661097013, "caption": "junges Paar sitzt auf einer Couch und l\u00e4chelt"}, {"image_id": 4664359066, "caption": "Person und Br\u00e4utigam halten sich an den H\u00e4nden, w\u00e4hrend"}, {"image_id": 4665413015, "caption": "Touristenattraktion und Touristenattraktion bei Sonnenun"}, {"image_id": 4671795847, "caption": "Person, die auf einem Boot in der N\u00e4he des Piers sch"}, {"image_id": 4675063973, "caption": "Ein junges Paar, das auf einer Stra\u00dfe in der Stadt spazi"}, {"image_id": 4679111230, "caption": "Polizeifahrzeuge, die in der N\u00e4he des Bahnhofs gepark"}, {"image_id": 4683565867, "caption": "M\u00e4nner sitzen auf einem Bett"}, {"image_id": 4687557453, "caption": "Touristenattraktion mit der Flagge"}, {"image_id": 4688197510, "caption": "eine Stra\u00dfenszene in der Altstadt"}, {"image_id": 4688948552, "caption": "Nahaufnahme eines jungen Mannes, der einen Lapt"}, {"image_id": 4689169924, "caption": "Person, die ein Foto von einem Mann in der N\u00e4he des Kameras"}, {"image_id": 4691655601, "caption": "Blues - K\u00fcnstler tritt w\u00e4hrend eines Konzerts live auf der B\u00fchne auf"}, {"image_id": 4692834620, "caption": "ein modischer Look mit einem roten Kleid, gestreift"}, {"image_id": 4696109052, "caption": "Ein Mann und eine Frau sitzen auf einem Stuhl, w\u00e4hrend"}, {"image_id": 4700788144, "caption": "ein Mann, der auf einem Pferd reitet"}, {"image_id": 4703377742, "caption": "Menschenmassen versammeln sich auf der Stra\u00dfe, um die"}, {"image_id": 4706166634, "caption": "eine Stra\u00dfenszene in der Altstadt"}, {"image_id": 4707189762, "caption": "Person, die auf einem Felsen steht"}, {"image_id": 4709819574, "caption": "kleines M\u00e4dchen, das mit einem Kinderwagen auf der Stra\u00dfe spazieren"}, {"image_id": 4717627685, "caption": "Person, die auf einem Stuhl sitzt"}, {"image_id": 4725026501, "caption": "Touristen, die in einem Markt einkaufen"}, {"image_id": 4727540499, "caption": "Hardrock - K\u00fcnstler tritt w\u00e4hrend eines Konzerts live auf der B\u00fchne auf"}, {"image_id": 4729526023, "caption": "olympischer Athlet tritt w\u00e4hrend der Veranstaltung auf"}, {"image_id": 4730076543, "caption": "Ein Polizeifahrzeug f\u00e4hrt an einer Stra\u00dfe vorbei"}, {"image_id": 4731694958, "caption": "eine Reihe von Stra\u00dfenlaternen, die entlang der Br\u00fccke \u00fcberqueren"}, {"image_id": 4732745499, "caption": "Menschen, die in der Stadt spazieren gehen"}, {"image_id": 4733026480, "caption": "Menschenmassen versammeln sich w\u00e4hrend der Parade"}, {"image_id": 4735200580, "caption": "junger Mann, der im Wasser springt"}, {"image_id": 4736841029, "caption": "Touristenattraktion mit Blick auf den Ozean"}, {"image_id": 4739632460, "caption": "ein Mann, der einen Strau\u00df roter Krawatte tr\u00e4gt"}, {"image_id": 4742299638, "caption": "Ein Mann geht an einem Geb\u00e4ude vorbei, das eine Stra\u00dfe hinuntergeht"}, {"image_id": 4745356451, "caption": "Ein Demonstrant h\u00e4lt ein Schild, das w\u00e4hrend einer Demonstrat"}, {"image_id": 474581065, "caption": "Pferde, die auf einem Pferd reiten"}, {"image_id": 4751250311, "caption": "Ein junger Mann tr\u00e4gt ein rotes T - Shirt, w\u00e4hrend"}, {"image_id": 4752074240, "caption": "Frau, die in einem schwarzen Kleid tr\u00e4gt"}, {"image_id": 4752482394, "caption": "Nahaufnahme eines M\u00e4dchens, das eine Tasse Ka"}, {"image_id": 4752799475, "caption": "Frau, die in einem Kleid auf dem Markt verkauft"}, {"image_id": 47529535, "caption": "kleines M\u00e4dchen, das mit einem kleinen Kind im Gras spielt"}, {"image_id": 4756010841, "caption": "Einkaufszentrum wird in der Altstadt geschm\u00fcckt"}, {"image_id": 4756089619, "caption": "Ein Mann, der auf einem Stra\u00dfenmarkt einkaufszentrum verkauft"}, {"image_id": 4756089627, "caption": "Ein junger Mann sitzt auf einer Bank und liest ein Buch"}, {"image_id": 475816542, "caption": "Hunde, die auf dem Gras liegen"}, {"image_id": 4758483073, "caption": "Person, die w\u00e4hrend der Trainingseinheit am Freitagabend einen"}, {"image_id": 4759256692, "caption": "Ein junger Mann, der auf einem Feld l\u00e4uft"}, {"image_id": 4762011238, "caption": "eine Reihe von Menschen, die auf einer Stra\u00dfe in der Stadt spazi"}, {"image_id": 4762194732, "caption": "Ein junger Mann, der mit einem Fahrrad in der Stadt"}, {"image_id": 476760133, "caption": "ein Hund, der auf einem gr\u00fcnen Gras liegt"}, {"image_id": 476769369, "caption": "ein Mann, der mit einem Laptop auf dem Boden steht und"}, {"image_id": 477204750, "caption": "Person l\u00e4uft w\u00e4hrend des Spiels gegen die American - Football - Mannschaft"}, {"image_id": 4773842539, "caption": "Kinder, die in einem Klassenzimmer spielen"}, {"image_id": 47770444, "caption": "Stra\u00dfenschild, das auf einer Stra\u00dfe in der Stadt f\u00e4hrt"}, {"image_id": 4780620826, "caption": "Touristenattraktion mit Blick auf das Meer bei Sonnenunter"}, {"image_id": 4786476156, "caption": "Kinder sitzen auf einer Wiese"}, {"image_id": 4787038693, "caption": "ein junges Paar, das auf einem Stuhl sitzt"}, {"image_id": 4788967636, "caption": "Fischerboote und Fischerboote im Hafen"}, {"image_id": 4789309483, "caption": "Mann, der ein Smartphone in der Stadt h\u00e4lt"}, {"image_id": 4789959232, "caption": "ein Mann, der mit einem Smartphone in der Stadt spazieren"}, {"image_id": 4795824646, "caption": "Frauen, die in der N\u00e4he des Tempels stehen"}, {"image_id": 4796827555, "caption": "Menschen, die auf der B\u00fchne stehen, w\u00e4hrend sie in einer Szene aus"}, {"image_id": 479807465, "caption": "Person, die auf einem Pferd reitet"}, {"image_id": 4798837062, "caption": "Touristenattraktion entlang des Weges"}, {"image_id": 4798986110, "caption": "Gesch\u00e4ftsmann mit Smartphone in der Stadt"}, {"image_id": 4800006797, "caption": "Ein junger Mann, der auf einem Stuhl sitzt und"}, {"image_id": 480048562, "caption": "olympische Athletin tritt w\u00e4hrend der event auf"}, {"image_id": 4805078127, "caption": "Touristenattraktion, die sich in der Stadt widerspiegel"}, {"image_id": 4805425261, "caption": "Ein Mann und eine Frau, die auf einer Landstra\u00dfe in der N\u00e4he"}, {"image_id": 4806000438, "caption": "Die Flagge weht im Wind gegen die Nationalflagge"}, {"image_id": 4808256003, "caption": "Touristenattraktion, die eine Statue des Monarchen h\u00e4lt"}, {"image_id": 4808278005, "caption": "Einkaufszentrum wird von Menschen angezeigt, die eine Stadt"}, {"image_id": 4808471657, "caption": "Touristenattraktion, die auf den Felsen steht"}, {"image_id": 4812170955, "caption": "Ein junges Paar, das auf dem Rasen im Park spielt"}, {"image_id": 4812991208, "caption": "Einkaufszentrum wird in einem Supermarkt ausgestellt"}, {"image_id": 4813957025, "caption": "Blues - K\u00fcnstler tritt w\u00e4hrend des Festivals auf der B\u00fchne auf"}, {"image_id": 4814332291, "caption": "Touristenattraktion in der Nacht"}, {"image_id": 4814335297, "caption": "Ein junger Gesch\u00e4ftsmann, der mit einem Laptop in"}, {"image_id": 4814603619, "caption": "Gruppe von Kindern, die auf einem Baumstamm sitzen"}, {"image_id": 4814933116, "caption": "Frau, die am Strand sitzt"}, {"image_id": 481632457, "caption": "Hunde, die im Gras spielen"}, {"image_id": 4817447781, "caption": "Menschen, die auf der Stra\u00dfe laufen stockfoto"}, {"image_id": 4818429638, "caption": "Ein kleiner Junge, der einen Strau\u00df roter Schild h\u00e4lt"}, {"image_id": 4821487527, "caption": "Ein Mann, der auf einer Stra\u00dfe mit einem Fahrrad f\u00e4hrt"}, {"image_id": 4823948097, "caption": "Menschen sitzen auf einem Stra\u00dfenmarkt in der Stadt"}, {"image_id": 4824522315, "caption": "Menschen, die in der Altstadt spazieren gehen"}, {"image_id": 4826547083, "caption": "ein modischer Look mit einem schulterfreien Kleid,"}, {"image_id": 483039719, "caption": "Ein junger Gesch\u00e4ftsmann, der mit einem Laptop in"}, {"image_id": 4830409466, "caption": "Ein Mann f\u00e4hrt mit einem Fahrrad durch die Stra\u00dfen"}, {"image_id": 4830651041, "caption": "Soldaten stehen w\u00e4hrend einer Milit\u00e4rparade"}, {"image_id": 4845544942, "caption": "Frauen in traditioneller Kleidung, die auf dem Markt verkauft werden"}, {"image_id": 4846324908, "caption": "junge frau, die ein smartphone in einem caf\u00e9 h\u00e4lt"}, {"image_id": 4850814517, "caption": "Ein junger Mann, der mit einem Laptop in Zeitlu"}, {"image_id": 4854547386, "caption": "junges Paar, das auf der Stra\u00dfe spazieren geht"}, {"image_id": 4858175898, "caption": "Babym\u00e4dchen, das auf dem Bett liegt"}, {"image_id": 4859764297, "caption": "Kinder, die auf einem Pferd reiten"}, {"image_id": 4860086271, "caption": "Junge spielt mit einem Spielzeugauto"}, {"image_id": 4862041366, "caption": "kleines M\u00e4dchen, das im Wasser am Strand spazieren geht"}, {"image_id": 4862204000, "caption": "Portr\u00e4t eines Mannes, der auf einem Sofa sitzt und"}, {"image_id": 4864584935, "caption": "Menschen, die in einer Szene aus dem Film einen Schlauch von"}, {"image_id": 4868221344, "caption": "gl\u00fcckliche junge frau, die auf der stra\u00dfe"}, {"image_id": 4869914617, "caption": "junges M\u00e4dchen, das auf einem Stuhl sitzt und ein"}, {"image_id": 4871230195, "caption": "Gesch\u00e4ftsfrau, die an einem Tisch sitzt und eine"}, {"image_id": 4881733837, "caption": "Ein junger Mann springt in die Luft, w\u00e4hrend er auf einem"}, {"image_id": 4882632874, "caption": "ein modischer Look mit gestreiften T - Shirts,"}, {"image_id": 4885361477, "caption": "ein modischer Look mit gestreiften Hemden, blau"}, {"image_id": 4889181219, "caption": "Ein junger Mann, der mit einem Regenschirm in einer"}, {"image_id": 4890769146, "caption": "Menschen, die auf einer Stra\u00dfe in der Stadt spazieren gehen"}, {"image_id": 4892698507, "caption": "Marktstand mit Gesch\u00e4ften in der Stadt"}, {"image_id": 4896595765, "caption": "Kinder sitzen auf einem Tisch und trinkt Kaffee"}, {"image_id": 489865145, "caption": "ein modischer Look mit gestreiftem Hemd und Jeans"}, {"image_id": 4899074189, "caption": "Ein junges Paar sitzt auf einem Stra\u00dfenmarkt"}, {"image_id": 4906688033, "caption": "Ein Mann geht an einer Stra\u00dfenecke vorbei, w\u00e4hrend er in der"}, {"image_id": 4910374312, "caption": "Kind, das ein Buch liest"}, {"image_id": 4911020894, "caption": "Ein junges Paar sitzt auf einem Stuhl und schau"}, {"image_id": 4914029409, "caption": "Menschenmassen versammeln sich auf der Stra\u00dfe, um die"}, {"image_id": 4914732942, "caption": "Menschenmassen versammeln sich w\u00e4hrend der Parade"}, {"image_id": 4915716087, "caption": "ein Mann, der auf einem Stra\u00dfenrad f\u00e4hrt"}, {"image_id": 4923272678, "caption": "ein Mann, der auf einer Stra\u00dfe in der Stadt spazieren geht"}, {"image_id": 4926882194, "caption": "Portr\u00e4t eines jungen Mannes, der auf einem Stuhl sit"}, {"image_id": 4928592495, "caption": "Ein Mann und eine Frau posieren f\u00fcr ein Foto mit einem Regens"}, {"image_id": 4930533574, "caption": "ein Mann, der auf einem Stra\u00dfenrad f\u00e4hrt"}, {"image_id": 4931239366, "caption": "ein Pferd, das auf einem Pferd reitet"}, {"image_id": 4931319718, "caption": "Person, die w\u00e4hrend des Festivals auf der Messe ausgestellt ist"}, {"image_id": 4931839897, "caption": "Ein Mann f\u00e4hrt auf einer Wiese in der N\u00e4he des H\u00fcgels"}, {"image_id": 4932279873, "caption": "Ein Gesch\u00e4ftsmann h\u00e4lt eine Plastikflasche, w\u00e4hrend er"}, {"image_id": 4937639267, "caption": "Menschen, die auf einem Motorrad in der Stadt spazieren gehen"}, {"image_id": 4948635454, "caption": "Person, die ein schwarzes Kleid tr\u00e4gt, das auf dem"}, {"image_id": 4950715878, "caption": "Ein modischer Look mit gestreiften Stiefeln und einem"}, {"image_id": 4952001654, "caption": "Ein Paar sitzt auf einem Stuhl in einem Park"}, {"image_id": 4952694407, "caption": "Gruppe von Menschen, die auf der Stra\u00dfe laufen stockfoto"}, {"image_id": 4953536921, "caption": "Ein Paar sitzt am Strand und genie\u00dft einen Sonnenunter"}, {"image_id": 4954827712, "caption": "Touristenattraktion mit der Statue des Milit\u00e4rkommandanten"}, {"image_id": 4965629392, "caption": "Soldaten marschieren w\u00e4hrend der Milit\u00e4rparade"}, {"image_id": 4971580248, "caption": "ein modischer Look mit gestreiftem Hemd und schwarzer"}, {"image_id": 4972129585, "caption": "Gruppe von Menschen, die auf einem Tisch sitzen"}, {"image_id": 4979311570, "caption": "eine Gruppe von Menschen, die auf der Stra\u00dfe in der Stadt spazi"}, {"image_id": 4980430291, "caption": "Gesch\u00e4ftsfrau, die in der K\u00fcche eine Tasse Ka"}, {"image_id": 4983587808, "caption": "Frau, die auf einem Laptop tippt"}, {"image_id": 499340051, "caption": "Gesch\u00e4ftsmann, der in einem B\u00fcro arbeitet"}, {"image_id": 502529086, "caption": "ein Mann, der in einem Stuhl sitzt"}, {"image_id": 5026046208, "caption": "Ein junges Paar, das auf dem Gras liegt und in die"}, {"image_id": 5060850038, "caption": "olympische Athletin springt w\u00e4hrend einer Trainingseinheit"}, {"image_id": 508793006, "caption": "ein Pferd, das auf einem Pferd reitet"}, {"image_id": 509123893, "caption": "Kinder sitzen auf einem Pfannkuchen"}, {"image_id": 5094295894, "caption": "American - Football - Spieler feiert, nachdem er w\u00e4hrend des Spiels"}, {"image_id": 5103930077, "caption": "Portr\u00e4t eines kleinen M\u00e4dchens, das auf dem Gras sitzt"}, {"image_id": 51145626, "caption": "ein junges m\u00e4dchen, das auf dem tisch sit"}, {"image_id": 511643051, "caption": "Ein junger Mann, der mit einem Gem\u00fcse in einem"}, {"image_id": 5122705505, "caption": "Nahaufnahme eines jungen M\u00e4dchens, das auf einem La"}, {"image_id": 5126446040, "caption": "Gesch\u00e4ftsleute, die an einem Laptop arbeiten"}, {"image_id": 514222285, "caption": "kleiner Junge im Schnee"}, {"image_id": 5163992452, "caption": "Frauen in traditioneller Kleidung, die w\u00e4hrend der Zeremonie"}, {"image_id": 5169300296, "caption": "ein modischer Look mit gestreiften Hemden, blau"}, {"image_id": 5222104909, "caption": "kleines M\u00e4dchen, das auf einem Stuhl sitzt"}, {"image_id": 5225675783, "caption": "Stra\u00dfenschild, das auf einer Stra\u00dfe geparkt ist"}, {"image_id": 5229996710, "caption": "Ein junger Mann, der auf einem Stuhl sitzt"}, {"image_id": 5238681042, "caption": "Ein Mann geht an einem Schneesturm vorbei, der eine Stra\u00dfe"}, {"image_id": 5244864049, "caption": "Hardrock - K\u00fcnstler tritt w\u00e4hrend eines Konzerts live auf der B\u00fchne auf"}, {"image_id": 5246144625, "caption": "junges M\u00e4dchen, das auf einem Stuhl sitzt und ein"}, {"image_id": 529101401, "caption": "Person, die auf einem Wellenbrett springt"}, {"image_id": 530507000, "caption": "Nahaufnahme eines M\u00e4dchens, das mit einem Lapt"}, {"image_id": 5323049335, "caption": "Ein junger Mann schneidet einen Schneeball in"}, {"image_id": 532396029, "caption": "kleines M\u00e4dchen, das in einem Teich spielt"}, {"image_id": 533508800, "caption": "Ein junger Mann, der auf einer Stra\u00dfe mit einem Fahrrad"}, {"image_id": 5345473274, "caption": "olympische Athletin springt w\u00e4hrend einer Trainingseinheit"}, {"image_id": 535020523, "caption": "Stra\u00dfenszene mit Fahrr\u00e4dern, die auf der Stra\u00dfe"}, {"image_id": 5350403659, "caption": "ein Mann mit einem Pferd, das auf der Stra\u00dfe geparkt"}, {"image_id": 5365075444, "caption": "Kinder, die auf einer Stra\u00dfe spielen"}, {"image_id": 5369771639, "caption": "Fu\u00dfballspieler wird w\u00e4hrend des Spiels von Fu\u00dfballspieler angegriffen"}, {"image_id": 538271607, "caption": "Person, die auf einem Felsen in der N\u00e4he des Tempels steht"}, {"image_id": 538825260, "caption": "junge Frau, die in einem Wasserhahn spielt"}, {"image_id": 539676201, "caption": "Person, die in einem Wasserfall durch den Fluss schwimmt"}, {"image_id": 5428390334, "caption": "ein Mann, der einen Laptop benutzt, w\u00e4hrend er in einem"}, {"image_id": 54817316, "caption": "Person, die auf dem Bett liegt und ein Buch liest"}, {"image_id": 5489602545, "caption": "Ein Mann geht an einem Stra\u00dfenschild vorbei, das eine Stra\u00dfe hin"}, {"image_id": 5491874786, "caption": "Gesch\u00e4ftsfrau, die in der K\u00fcche eine Tasse Ka"}, {"image_id": 5498941021, "caption": "ein Mann, der auf einem Dach eines Hauses arbeitet"}, {"image_id": 5501939468, "caption": "Kinder schwimmen in einem Pool"}, {"image_id": 5506383509, "caption": "Kinder sitzen auf einem Tisch in einem Klassenzimmer"}, {"image_id": 5506399373, "caption": "Kinder, die auf einer Landstra\u00dfe spazieren gehen"}, {"image_id": 5510073103, "caption": "Ein kleiner Junge, der mit einer Sch\u00fcssel geschnittenen"}, {"image_id": 5519356488, "caption": "Person tritt w\u00e4hrend des Festivals auf der B\u00fchne auf"}, {"image_id": 5522182662, "caption": "ein Mann, der einen Hei\u00dfluftballon tr\u00e4gt"}, {"image_id": 5566972, "caption": "Ein Traktor f\u00e4hrt auf einem Bauernhof"}, {"image_id": 5584269779, "caption": "Pferde, die auf dem Feld spazieren gehen"}, {"image_id": 5615068475, "caption": "Frau, die auf einem Felsen sitzt"}, {"image_id": 5622966650, "caption": "Fans posieren f\u00fcr ein Foto vor dem Spiel gegen die Sportmannschaft"}, {"image_id": 562588230, "caption": "kleines M\u00e4dchen, das auf dem Rasen spielt"}, {"image_id": 5646792433, "caption": "Kinder spielen in einem Park"}, {"image_id": 566945636, "caption": "Ein junges Paar schwimmt in der Luft, w\u00e4hrend die"}, {"image_id": 567903453, "caption": "Ein Mann f\u00e4hrt mit einem Fahrrad in der N\u00e4he des Bahnhof"}, {"image_id": 5730226613, "caption": "Ein Arbeiter arbeitet an einer Baustelle"}, {"image_id": 5745120660, "caption": "Metallic - K\u00fcnstler tritt w\u00e4hrend der Auff\u00fchrung auf der B\u00fchne auf"}, {"image_id": 5747873823, "caption": "Hardrock - K\u00fcnstler tritt w\u00e4hrend eines Konzerts live auf der B\u00fchne auf"}, {"image_id": 5787072819, "caption": "Eine Gruppe von Gesch\u00e4ftsleuten, die in einem Supermarkt ein"}, {"image_id": 5791274887, "caption": "Mann, der auf einem Pfad geht stockfoto"}, {"image_id": 581630745, "caption": "Frau, die in einem Rollstuhl arbeitet"}, {"image_id": 5823310445, "caption": "Ein Junge tr\u00e4gt einen Strickpullover, w\u00e4hrend er mit einem"}, {"image_id": 5829317322, "caption": "die junge schwangere frau, die auf dem boden"}, {"image_id": 5829827359, "caption": "Ein Sch\u00fcler gr\u00fc\u00dft die Menge, w\u00e4hrend sie in der ersten Hal"}, {"image_id": 583865081, "caption": "ein Mann, der eine Stra\u00dfe entlang geht"}, {"image_id": 58579865, "caption": "Person, die eine Katze tr\u00e4gt, w\u00e4hrend sie in einem Kost"}, {"image_id": 58803866, "caption": "Menschen sitzen auf der Stra\u00dfe, w\u00e4hrend sie mit einem kleinen M\u00e4dchen in"}, {"image_id": 5931115247, "caption": "M\u00e4dchen, das auf einem Fahrrad f\u00e4hrt"}, {"image_id": 5984974054, "caption": "Ein Auto f\u00e4hrt durch einen Zug"}, {"image_id": 5986222648, "caption": "Hardrock - K\u00fcnstler und Rockk\u00fcnstler treten auf der B\u00fchne"}, {"image_id": 5995817000, "caption": "Ein junges M\u00e4dchen, das auf einem Felsen im Wasser springt"}, {"image_id": 6041486114, "caption": "Hardrock - K\u00fcnstler tritt w\u00e4hrend eines Konzerts live auf der B\u00fchne auf"}, {"image_id": 6056788662, "caption": "Touristenattraktion und Touristenattraktion in der Altstadt"}, {"image_id": 6099093979, "caption": "eine Frau, die auf einem Markt verkauft"}, {"image_id": 6147735412, "caption": "Politiker und Person besuchen die Weltpremiere"}, {"image_id": 616564448, "caption": "Demonstranten versammeln sich w\u00e4hrend einer Kundgebung"}, {"image_id": 6224066807, "caption": "Fu\u00dfballspieler feiert, nachdem er w\u00e4hrend des Spiels das zweite Tor erzielt"}, {"image_id": 624080960, "caption": "Baseballspieler wird w\u00e4hrend des Spiels gegen die Sportmannschaft gesehen"}, {"image_id": 6250527395, "caption": "Rugby - Spieler feiert, nachdem er w\u00e4hrend des Spiels das erste"}, {"image_id": 6275000713, "caption": "Fu\u00dfballspieler wird w\u00e4hrend des Spiels von Fu\u00dfballspieler angegriffen"}, {"image_id": 6278649113, "caption": "olympischer Athlet tritt w\u00e4hrend des Trainings auf"}, {"image_id": 6312211170, "caption": "Der Athlet wird w\u00e4hrend des Spiels von Person angegriffen"}, {"image_id": 6317293855, "caption": "Ein junger Mann, der auf einem Stuhl sitzt und"}, {"image_id": 6320815265, "caption": "Frau in einem blauen Kleid"}, {"image_id": 6337111139, "caption": "eine Gruppe von Menschen, die auf der B\u00fchne singen"}, {"image_id": 6338542128, "caption": "American - Football - Spieler wird w\u00e4hrend des Spiels von einem American -"}, {"image_id": 6439261679, "caption": "olympischer Athlet wird w\u00e4hrend einer Trainingseinheit von"}, {"image_id": 6453399365, "caption": "Fu\u00dfballspieler erzielt das erste Tor seiner Mannschaft w\u00e4hrend des Spiels"}, {"image_id": 6474645169, "caption": "Basketballspieler schie\u00dft w\u00e4hrend eines Spiels gegen die Sportmannschaft"}, {"image_id": 6486182665, "caption": "Touristenattraktion bei Sonnenuntergang"}, {"image_id": 6489895665, "caption": "eine Reihe von Autos, die auf der Stra\u00dfe geparkt sind"}, {"image_id": 6502187283, "caption": "American - Football - Spieler l\u00e4uft w\u00e4hrend eines Spiels gegen die Sportmannschaft"}, {"image_id": 6503917545, "caption": "kleiner Junge, der mit einem Gem\u00fcse auf dem Rasen"}, {"image_id": 651277216, "caption": "eine Frau, die auf einer Stra\u00dfe in der Altstadt steht"}, {"image_id": 6514004309, "caption": "Eishockey - Rechtsau\u00dfen feiert sein Tor w\u00e4hrend des Spiels"}, {"image_id": 6515331737, "caption": "Rugby - Spieler wird w\u00e4hrend einer Trainingseinheit angegriffen"}, {"image_id": 6556870225, "caption": "Tennisspieler in Aktion w\u00e4hrend des Tennisturniers"}, {"image_id": 6563291133, "caption": "Person und Br\u00e4utigam haben Spa\u00df bei der Hochzeit"}, {"image_id": 6586954247, "caption": "Schauspieler und Filmregisseur besuchen die Weltpremiere"}, {"image_id": 6589292543, "caption": "ein kleiner Junge, der auf einem Bett liegt"}, {"image_id": 6693936663, "caption": "Ein junger Mann sitzt auf einem Stuhl und schau"}, {"image_id": 6699112713, "caption": "junge frau, die auf einem schneebedeckten berg"}, {"image_id": 6775387932, "caption": "Studenten, die in einem Klassenzimmer arbeiten"}, {"image_id": 6818129694, "caption": "Person tritt w\u00e4hrend des Spiels gegen die American - Football - Mannschaft auf"}, {"image_id": 6848969863, "caption": "Menschen, die in einem Kaffeetassen auf dem roten Teppi"}, {"image_id": 6853360659, "caption": "Person, die im Wasser schwimmt"}, {"image_id": 6887015851, "caption": "Kinder, die auf einem Pferd reiten"}, {"image_id": 6889322961, "caption": "Person, die w\u00e4hrend des Spiels gegen die American - Football - Mannschaft"}, {"image_id": 6897514777, "caption": "Ein Mann sitzt auf einem Sofa und liest ein Buch"}, {"image_id": 6917718093, "caption": "Gruppe von Studenten, die in einem Klassenzimmer arbeiten"}, {"image_id": 6918264972, "caption": "ein Pferd, das auf einem Pferd reitet"}, {"image_id": 6927762908, "caption": "Automodell auf einem gr\u00fcnen Bildschirm"}, {"image_id": 6956989138, "caption": "Person wird w\u00e4hrend des Spiels gegen die American - Football - Mannschaft ang"}, {"image_id": 697490420, "caption": "Ein Surfer reitet auf einem Wellenbrett, w\u00e4hrend er"}, {"image_id": 6978881720, "caption": "Ein junger Mann schaut in die Kamera zu, w\u00e4hrend er"}, {"image_id": 6995905943, "caption": "Spieler feiern, nachdem sie w\u00e4hrend des Spiels das zweite Tor erzielt"}, {"image_id": 6999596517, "caption": "Kinder, die mit einem kleinen Jungen in der N\u00e4he des Wassers sp"}, {"image_id": 7001949951, "caption": "eine Frau, die in einem Kleid tr\u00e4gt"}, {"image_id": 7003919692, "caption": "Menschen, die auf der Stra\u00dfe Stra\u00dfenmarkt einkaufen"}, {"image_id": 702083815, "caption": "Baseballspieler wirft w\u00e4hrend des ersten Innings eines Baseballspiels gegen"}, {"image_id": 7034076961, "caption": "olympischer Athlet feiert, nachdem er w\u00e4hrend des"}, {"image_id": 7037413229, "caption": "Fischerboote, die in einem Hafen festgemacht sind"}, {"image_id": 7052724381, "caption": "Ein Surfer reitet auf einem Wellenbrett, w\u00e4hrend er"}, {"image_id": 7072093125, "caption": "Nahaufnahme eines Gesch\u00e4ftsmannes, der ein Glas"}, {"image_id": 7099368287, "caption": "Fu\u00dfballspieler feiert, nachdem er w\u00e4hrend des Spiels das zweite Tor erzielt"}, {"image_id": 7130336193, "caption": "Der Athlet wird w\u00e4hrend des Spiels von Person angegriffen"}, {"image_id": 7131011211, "caption": "Eine Frau geht an einem regnerischen Tag durch die Stra\u00dfen"}, {"image_id": 7151070637, "caption": "Touristenattraktion und die Skyline der Stadt"}, {"image_id": 7187734520, "caption": "Ein junger Mann, der auf einem Skateboard in Zeitlu"}, {"image_id": 7194590496, "caption": "Athlet schie\u00dft w\u00e4hrend des Spiels ein Tor gegen die"}, {"image_id": 72008434, "caption": "ein Mann, der mit einem Laptop in einem Restaurant sitzt"}, {"image_id": 7249763658, "caption": "Ein junger Gesch\u00e4ftsmann, der ein Buch liest, das"}, {"image_id": 7292785488, "caption": "Ein junger Mann, der auf einem Stuhl in Zeitlu"}, {"image_id": 7308070356, "caption": "Ein junger Gesch\u00e4ftsmann, der eine Tasse Kaffee"}, {"image_id": 7329031116, "caption": "ein Mann, der eine Flagge tr\u00e4gt"}, {"image_id": 7330749240, "caption": "Autos, die auf einer Wiese geparkt sind"}, {"image_id": 7333716086, "caption": "Athlet wird w\u00e4hrend des Spiels von Person angegriffen"}, {"image_id": 733965014, "caption": "Junge und M\u00e4dchen, die auf dem Gras spielen"}, {"image_id": 7348289414, "caption": "kleiner Junge, der auf einem Stuhl sitzt"}, {"image_id": 7393977570, "caption": "American - Football - Spieler feiert, nachdem er w\u00e4hrend des Spiels"}, {"image_id": 7438195398, "caption": "Blues - K\u00fcnstler tritt w\u00e4hrend des Festivals auf der B\u00fchne auf"}, {"image_id": 7446693604, "caption": "Person tritt w\u00e4hrend des Festivals auf der B\u00fchne auf"}, {"image_id": 7468663062, "caption": "Frau, die einen Tennisschl\u00e4ger h\u00e4lt"}, {"image_id": 7544009146, "caption": "Hardrock - K\u00fcnstler tritt w\u00e4hrend des Festivals auf der B\u00fchne auf"}, {"image_id": 7559183044, "caption": "Ein Mann, der einen Strau\u00df roter Schuh tr\u00e4gt"}, {"image_id": 756521713, "caption": "Person posiert mit ihrem Hund, w\u00e4hrend sie auf dem Feld sitzt"}, {"image_id": 7567712136, "caption": "Feuerwerk explodiert w\u00e4hrend einer Demonstration in der N\u00e4he"}, {"image_id": 76485985, "caption": "Kinder, die in einem Wasserbrunnen spielen"}, {"image_id": 766061382, "caption": "Junge, der im Sommer in einem Park spielt"}, {"image_id": 7670346004, "caption": "Athlet wird w\u00e4hrend des Spiels von Person angegriffen"}, {"image_id": 7694340978, "caption": "olympische Athletin tritt w\u00e4hrend des Spiels auf"}, {"image_id": 771048251, "caption": "Nahaufnahme eines s\u00fc\u00dfen kleinen M\u00e4dchens, das"}, {"image_id": 7738684358, "caption": "Frau, die in der K\u00fcche eine Tasse Kaffee tri"}, {"image_id": 77587237, "caption": "Kinder, die im Wasser spazieren gehen"}, {"image_id": 7764093618, "caption": "Eine Frau tr\u00e4gt einen Strickpullover, w\u00e4hrend sie in einem"}, {"image_id": 783994497, "caption": "ein junger mann, der einen laptop in der n\u00e4he des"}, {"image_id": 7890007278, "caption": "Ein Mann f\u00e4hrt auf einem Berggipfel"}, {"image_id": 7900347098, "caption": "eine Frau, die in einem Kleid steht"}, {"image_id": 7988586396, "caption": "Frau, die auf einem Pferd reitet"}, {"image_id": 8016751611, "caption": "Team posieren f\u00fcr ein Teamfoto"}, {"image_id": 8052387530, "caption": "American - Football - Spieler wird w\u00e4hrend eines Spiels gegen die Sportmannschaft"}, {"image_id": 8052397902, "caption": "American - Football - Spieler wird w\u00e4hrend des Spiels von einem American -"}, {"image_id": 8132535710, "caption": "Basketballspieler schie\u00dft w\u00e4hrend eines Spiels gegen die Sportmannschaft"}, {"image_id": 8183107966, "caption": "ein Mann, der mit einem Smartphone in der Stadt spazieren"}, {"image_id": 821071719, "caption": "Baseballspieler feiert, nachdem er w\u00e4hrend des Spiels einen Homerun"}, {"image_id": 8220955383, "caption": "Ein junger Mann schl\u00e4ft in die Kamera, w\u00e4hrend er"}, {"image_id": 8234387593, "caption": "Basketballspieler schie\u00dft w\u00e4hrend eines Spiels gegen die Sportmannschaft"}, {"image_id": 829798661, "caption": "junger Mann, der auf einem Fahrrad in Zeitlupe"}, {"image_id": 83292701, "caption": "Junge und M\u00e4dchen spielen Fu\u00dfball in einem Park"}, {"image_id": 83493458, "caption": "Ein Mann geht an einem Stra\u00dfenmarkt vorbei, der eine Stra\u00dfe hinunter"}, {"image_id": 85519095, "caption": "Baseballspieler schl\u00e4gt w\u00e4hrend des Spiels einen Homerun"}, {"image_id": 86120845, "caption": "Menschen, die auf einem Bauernhof arbeiten"}, {"image_id": 861661418, "caption": "kleiner Junge, der auf dem Boden liegt"}, {"image_id": 862560775, "caption": "ein Pferd, das auf einem Pferd reitet"}, {"image_id": 86256551, "caption": "Gesch\u00e4ftsleute, die in einem Markt einkaufen"}, {"image_id": 86350713, "caption": "Frauen in traditioneller Kleidung, die auf dem Markt verkauft werden"}, {"image_id": 900144365, "caption": "Frau, die auf der Stra\u00dfe l\u00e4uft"}, {"image_id": 94024624, "caption": "Ein junges M\u00e4dchen, das auf einer Stra\u00dfe in der Stadt spazi"}, {"image_id": 95758790, "caption": "Ein junger Mann sitzt auf der Stra\u00dfe, w\u00e4hrend er ein Auto"}, {"image_id": 97233789, "caption": "Blues - K\u00fcnstler tritt w\u00e4hrend des Festivals auf der B\u00fchne auf"}, {"image_id": 97234558, "caption": "Kinder, die am Strand spazieren gehen"}]
|
evaluations_caption/flickr30k/de/test_detailed_scores.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
evaluations_caption/flickr30k/de/test_scores.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"Bleu_1": 0.4185606060605532, "Bleu_2": 0.21142110947491652, "Bleu_3": 0.11178466738823503, "Bleu_4": 0.056930609646453474, "METEOR": 0.12051725924416276, "ROUGE_L": 0.27180803008963716, "CIDEr": 0.17131759727489979}
|
evaluations_caption/flickr30k/en/log.txt
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
output path: zeronlg-4langs-vc/evaluations_caption/flickr30k/en
|
2 |
+
Creating model from zeronlg-4langs-vc
|
3 |
+
Evaluation settings: {'lang': 'en', 'num_beams': 3, 'max_length': 20, 'min_length': 3, 'repetition_penalty': 1.0}
|
4 |
+
Load dataset from data/annotations/flickr30k/en/test.json
|
5 |
+
Load CLIP embs from data/annotations/flickr30k/clip-ViT-B-32_test.pkl
|
6 |
+
There are 1000 vision inputs
|
7 |
+
Save caption results to zeronlg-4langs-vc/evaluations_caption/flickr30k/en/test_captions.json
|
8 |
+
Save detailed scores to zeronlg-4langs-vc/evaluations_caption/flickr30k/en/test_detailed_scores.json
|
9 |
+
Save scores to zeronlg-4langs-vc/evaluations_caption/flickr30k/en/test_scores.json
|
10 |
+
[test] Bleu_1 0.4635159762030822
|
11 |
+
[test] Bleu_2 0.2722672951032275
|
12 |
+
[test] Bleu_3 0.15486846362735346
|
13 |
+
[test] Bleu_4 0.0892314115322281
|
14 |
+
[test] METEOR 0.12953851152755275
|
15 |
+
[test] ROUGE_L 0.3128384845653952
|
16 |
+
[test] CIDEr 0.21021402227955524
|
17 |
+
[test] SPICE 0.0759871992847201
|
evaluations_caption/flickr30k/en/test_captions.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
[{"image_id": 1007129816, "caption": "person attends a press conference"}, {"image_id": 1009434119, "caption": "puppy running in the park slow motion"}, {"image_id": 101362133, "caption": "olympic athlete competes during event"}, {"image_id": 102617084, "caption": "a group of snowboarders in the mountains"}, {"image_id": 10287332, "caption": "the roof of the building is seen at the end of the construction site"}, {"image_id": 1039637574, "caption": "the bride and groom pose on the red carpet"}, {"image_id": 1043819504, "caption": "tourist attraction is one of the most popular tourist attraction in the world"}, {"image_id": 1043910339, "caption": "baseball player throws a pitch during the first inning of a baseball game against sports team"}, {"image_id": 1044798682, "caption": "a man stands on a construction site in the construction of a building"}, {"image_id": 1071201387, "caption": "a man and woman enjoying a picnic in the street"}, {"image_id": 107969134, "caption": "portrait of a baby boy and girl holding a baby boy"}, {"image_id": 1080230428, "caption": "olympic athlete competes during event"}, {"image_id": 1082250005, "caption": "fresh strawberries in a bowl"}, {"image_id": 1089059626, "caption": "man holding a cup of coffee and a cup of coffee"}, {"image_id": 109260218, "caption": "tourist attraction in the cave"}, {"image_id": 109656696, "caption": "little girl in a pink dress jumpsuit jumpsuit"}, {"image_id": 1104087374, "caption": "person and groom share a laugh with their hands on the beach"}, {"image_id": 110671448, "caption": "a fashion look featuring long sleeve shirts and jeans"}, {"image_id": 111497985, "caption": "person jumps on top of a mountain"}, {"image_id": 1131056918, "caption": "tourist attraction is a statue of monarch and monarch"}, {"image_id": 1144865997, "caption": "people stand in front of a large crowd of people at a protest"}, {"image_id": 1153704539, "caption": "olympic athlete competes during event"}, {"image_id": 1159381599, "caption": "person jumps in the air during a training session"}, {"image_id": 1167908324, "caption": "a man in a blue shirt is standing in front of a stack of dollar bills"}, {"image_id": 1181708011, "caption": "person poses for a photo during event"}, {"image_id": 118865844, "caption": "a young woman is using a tablet pc in the living room"}, {"image_id": 121178216, "caption": "a man standing on a fence in the park"}, {"image_id": 12252043, "caption": "children having a picnic in the camp"}, {"image_id": 1229536824, "caption": "person and groom dance during a ceremony"}, {"image_id": 123314995, "caption": "person is tackled by person during a training session"}, {"image_id": 1250181412, "caption": "hikers walking through the forest"}, {"image_id": 1253095131, "caption": "teenage girls sitting on a bench and looking at the camera and smiling"}, {"image_id": 1255504166, "caption": "young woman in a swimming pool at sunset"}, {"image_id": 1258913059, "caption": "a man and a woman enjoying a sunny day"}, {"image_id": 1281282435, "caption": "children jumping on the pier"}, {"image_id": 1287704027, "caption": "fishermen in a market stall"}, {"image_id": 1295476404, "caption": "image may contain person playing a musical instrument on stage playing a musical instrument and indoor"}, {"image_id": 129860826, "caption": "person poses with a beard wearing sunglasses and sunglasses"}, {"image_id": 130063845, "caption": "a young woman in the kitchen holding a bouquet of tomatoes and tomatoes"}, {"image_id": 1313869424, "caption": "a man standing on the edge of a pier"}, {"image_id": 1313961775, "caption": "a young woman is swimming in a swimming pool"}, {"image_id": 133010954, "caption": "a man and a man in a suit holding a glass of red wine"}, {"image_id": 1332208215, "caption": "couple in a suit and tie sitting on the floor and looking at the camera"}, {"image_id": 1333888922, "caption": "a man is walking through the woods in the woods at sunset"}, {"image_id": 1341077576, "caption": "a vendor sells fresh fruit and vegetables at a local market"}, {"image_id": 1351500610, "caption": "olympic athlete jumps on the beach during a training session"}, {"image_id": 136581487, "caption": "cute little baby girl eating nutritious in the kitchen"}, {"image_id": 136693281, "caption": "a family with children and children in the garden"}, {"image_id": 1368082221, "caption": "a man with a hamburger in his hand"}, {"image_id": 139245992, "caption": "a man plays with a ball on the beach"}, {"image_id": 1395410911, "caption": "a street vendor selling shopping bags and shopping bags"}, {"image_id": 1396064003, "caption": "golfer hits a shot on the 18th hole during the second round"}, {"image_id": 1397344877, "caption": "crowds gather in the streets during the parade"}, {"image_id": 1404832008, "caption": "a man jumping into the water"}, {"image_id": 1408554531, "caption": "a fashion look featuring long sleeveless blouse and jeans skinny jeans and"}, {"image_id": 14133592, "caption": "person looks to pass during the first half of a college football game against american football team"}, {"image_id": 1414911626, "caption": "a man and a woman are walking along the shore of the beach"}, {"image_id": 1417882092, "caption": "person poses with a fan during a game against sports team"}, {"image_id": 1433088025, "caption": "olympic athlete competes during the round match"}, {"image_id": 14559446, "caption": "silhouette of people walking on the beach at sunset"}, {"image_id": 1459582913, "caption": "students pose for a team photo during a training session"}, {"image_id": 1463072715, "caption": "children playing in a game room"}, {"image_id": 146906547, "caption": "tourist attraction and tourist attraction on a sunny day"}, {"image_id": 1489286545, "caption": "a man and a dog sitting on a bench at sunset"}, {"image_id": 150411291, "caption": "children playing in the sand at the beach"}, {"image_id": 151970521, "caption": "a man sitting on a wheelchair in a wheelchair"}, {"image_id": 1526325728, "caption": "dog standing on the ground in the park"}, {"image_id": 155210731, "caption": "a woman wearing a traditional dress is wearing a traditional dress"}, {"image_id": 157910841, "caption": "a man in a hamburger with a hamburger"}, {"image_id": 1579198375, "caption": "person performs onstage during music video tv program"}, {"image_id": 1579206585, "caption": "image may contain person on stage playing a musical instrument guitar and indoor"}, {"image_id": 157955034, "caption": "girl sitting on the chair in the park"}, {"image_id": 160792599, "caption": "group of people standing on the beach looking at the sea"}, {"image_id": 16151663, "caption": "teenage boy and girl playing in the street"}, {"image_id": 16437914, "caption": "a young woman in a swimming pool"}, {"image_id": 16495609, "caption": "children playing in the field"}, {"image_id": 164969525, "caption": "person poses with a pair of sunglasses as she poses for a photo with her"}, {"image_id": 1659358141, "caption": "a dog is walking in the park"}, {"image_id": 16626851, "caption": "bride and groom standing on the lawn in the garden"}, {"image_id": 166283675, "caption": "a fashion look featuring short sleeve shirts and jeans skinny jeans"}, {"image_id": 1664475761, "caption": "a man sells fruits and vegetables in a market stall"}, {"image_id": 1675332284, "caption": "a man cleans a pot of water in a market stall"}, {"image_id": 1681253990, "caption": "portrait of a woman with a painting by painting artist"}, {"image_id": 1690926854, "caption": "person celebrates with team mates during the round match"}, {"image_id": 17186135, "caption": "a man pours a culinary tool in the kitchen"}, {"image_id": 172092464, "caption": "a surfer rides his surfboard in the water"}, {"image_id": 1749702972, "caption": "a street vendor selling a shopping cart with shopping bags"}, {"image_id": 175556963, "caption": "crowds gather around a crowd of people at a street market"}, {"image_id": 1798209205, "caption": "a young woman in a bartender holding a cup of coffee"}, {"image_id": 179828434, "caption": "a boy with a child in front of a child"}, {"image_id": 1801663973, "caption": "young woman in a park with her arms outstretched in a park"}, {"image_id": 180209719, "caption": "a man is preparing food in a restaurant"}, {"image_id": 1809758121, "caption": "a young boy jumping in a lake"}, {"image_id": 183647966, "caption": "man holding a smartphone in a wheelchair"}, {"image_id": 185404966, "caption": "actor poses with his wife during a press conference"}, {"image_id": 18638572, "caption": "a young girl in a white dress is playing with her fingers in the background"}, {"image_id": 1874530310, "caption": "a group of young people in a field of tomatoes growing on a sunny day"}, {"image_id": 1881494074, "caption": "a little girl with a pink hat"}, {"image_id": 1916798494, "caption": "students studying in a classroom"}, {"image_id": 1921102799, "caption": "soccer player in action during a training session"}, {"image_id": 1957683077, "caption": "a girl in a pink sweater with a cup of coffee and a cup of coffee"}, {"image_id": 196521598, "caption": "a construction site is seen on a construction site"}, {"image_id": 198534816, "caption": "baseball player throws against sports team during the first inning of a baseball game"}, {"image_id": 1989609, "caption": "a man lifts a steel tractor in the factory"}, {"image_id": 202174004, "caption": "hikers walking on a mountain trail"}, {"image_id": 202175131, "caption": "tourist attraction is one of the highest mountain peaks in the world"}, {"image_id": 204150602, "caption": "a photograph of a policeman with a sign in the city at sunset"}, {"image_id": 2041867793, "caption": "cute little boy with a cup of tea and a cup of coffee"}, {"image_id": 2052202553, "caption": "a puppy is swimming in the water"}, {"image_id": 2063399864, "caption": "children playing on the beach"}, {"image_id": 2064046067, "caption": "a man walks past a red carpet in the park at sunset"}, {"image_id": 2064792226, "caption": "a group of young people riding bicycles in the city"}, {"image_id": 2066271441, "caption": "a puppy in a swimming pool"}, {"image_id": 2069110603, "caption": "athlete is tackled by athlete during the training session"}, {"image_id": 2072331027, "caption": "a mother and daughter in a traditional wedding dress holding a bouquet of roses"}, {"image_id": 2076906555, "caption": "actor poses in a red carpet at awards"}, {"image_id": 2088705195, "caption": "a man and a woman fishing in the lake at sunset"}, {"image_id": 211026975, "caption": "a man walks through a traffic light at night"}, {"image_id": 21138719, "caption": "actor poses on the red carpet at awards"}, {"image_id": 2115631346, "caption": "dogs running in the snow"}, {"image_id": 21166859, "caption": "rock artist performs onstage during a concert"}, {"image_id": 2119380659, "caption": "baby boy holding a baby boy with his mother"}, {"image_id": 212396217, "caption": "a young man using a laptop in the office using a laptop computer"}, {"image_id": 2131161531, "caption": "smiling woman with a glass of champagne"}, {"image_id": 2152057198, "caption": "person and person pose with the ball during a training session"}, {"image_id": 2165461920, "caption": "a group of chickens in a field"}, {"image_id": 2165724565, "caption": "little baby girl with a baby"}, {"image_id": 2169788484, "caption": "a man and a woman are sitting on the shore of a lake"}, {"image_id": 217949158, "caption": "women carrying a basket of vegetables in the market"}, {"image_id": 2180356743, "caption": "a young boy stands in front of a wall of a police officer"}, {"image_id": 2188599628, "caption": "a man and a boy walking in the street"}, {"image_id": 2190227737, "caption": "a herd of cows grazing in the countryside"}, {"image_id": 2205958052, "caption": "a man with a taxi in front of a city"}, {"image_id": 2208662604, "caption": "person jumps on a sandy beach"}, {"image_id": 221421001, "caption": "football player celebrates scoring his side s second goal during the match"}, {"image_id": 2215837479, "caption": "a man lifts a wall of steel on a building overlooking a city"}, {"image_id": 221586389, "caption": "a young boy and a boy in a traditional costume"}, {"image_id": 2217728745, "caption": "a bartender holding a cup of coffee"}, {"image_id": 2255338013, "caption": "a man jumping on a rock in the sea"}, {"image_id": 2255633616, "caption": "a snowboarder stands on the road"}, {"image_id": 2259203920, "caption": "dog running in the woods"}, {"image_id": 226481576, "caption": "a young woman wearing sunglasses and sunglasses"}, {"image_id": 2268207503, "caption": "children walk along a path in the park"}, {"image_id": 2275214054, "caption": "a man in a wheelchair is standing in a wheelchair and looking at the camera"}, {"image_id": 2282260240, "caption": "little girl in a pink sweater"}, {"image_id": 2283966256, "caption": "a puppy in a pond"}, {"image_id": 228947041, "caption": "a man sits on a street vendor selling fresh fruits and vegetables"}, {"image_id": 2289762817, "caption": "man holding a cup of coffee and a cup of coffee"}, {"image_id": 23018702, "caption": "a fashion look featuring long sleeveless tops and short sleeveless tops"}, {"image_id": 230486268, "caption": "little boy playing with a toy car"}, {"image_id": 2313085243, "caption": "a woman sits on a bench in the city"}, {"image_id": 231935782, "caption": "a man in a wheelchair in a train"}, {"image_id": 2321764238, "caption": "a young woman holding a candle in her hand"}, {"image_id": 2330536645, "caption": "children swimming in the water"}, {"image_id": 2330765551, "caption": "hikers walking on a hill in the mountains"}, {"image_id": 2330843604, "caption": "little boy running on the grass in the park"}, {"image_id": 2332986053, "caption": "person poses with a mountain bike in the background"}, {"image_id": 2338791560, "caption": "little boy and girl in a child playing with toys"}, {"image_id": 2342035754, "caption": "mother and daughter in a christmas gift box with gifts and gifts"}, {"image_id": 2346401538, "caption": "actor poses with her family at the film premiere"}, {"image_id": 2352452459, "caption": "baby girl sleeping on the sofa"}, {"image_id": 2367139509, "caption": "dog running in the woods"}, {"image_id": 2368266191, "caption": "a dog sits on a fence in the garden"}, {"image_id": 2378544134, "caption": "a dog and a dog walking in the city"}, {"image_id": 238177432, "caption": "a man prepares to serve a salad with vegetables and vegetables in a"}, {"image_id": 2391094555, "caption": "actor in a black leather jacket and jeans"}, {"image_id": 2391269207, "caption": "a dog running in the field"}, {"image_id": 2392625002, "caption": "dog running in the snow"}, {"image_id": 2407470303, "caption": "dog running on the beach"}, {"image_id": 2415587549, "caption": "little boy with a baby boy and a baby boy"}, {"image_id": 2421340833, "caption": "actor and film director attend the film premiere"}, {"image_id": 2421367904, "caption": "tourist attraction and tourist attraction on the shore of the island"}, {"image_id": 2422589651, "caption": "a man with a glass of wine in a restaurant"}, {"image_id": 2424250856, "caption": "artist performs onstage during a concert"}, {"image_id": 2424620984, "caption": "football player is congratulated by football player during the first half of a football game"}, {"image_id": 2433175169, "caption": "man standing on top of a mountain"}, {"image_id": 2436398074, "caption": "a puppy in a watering hole in the garden"}, {"image_id": 2438754748, "caption": "young women and women pose together on a sunny summer day"}, {"image_id": 244073535, "caption": "a man is sitting in his head and smiling at the camera and smiling at the camera"}, {"image_id": 2441354291, "caption": "little boy walking in the rain"}, {"image_id": 2441818017, "caption": "a man working on a wooden plank"}, {"image_id": 2445442929, "caption": "a man sits on a bench in the countryside"}, {"image_id": 2447284966, "caption": "a little boy plays with his toys during a game against sports team"}, {"image_id": 244910130, "caption": "a man in a green t shirt and tie is sitting on a bench in the park"}, {"image_id": 2451114871, "caption": "horses running in the pasture"}, {"image_id": 245307666, "caption": "person performs on stage during the tour"}, {"image_id": 246231741, "caption": "puppy lying on the ground"}, {"image_id": 2465441099, "caption": "a young man and a young man in a black suit talking on a cellphone"}, {"image_id": 2466171114, "caption": "dog running in the park on a sunny day"}, {"image_id": 2468466969, "caption": "a man with a shopping bag and a shopping cart and shopping bags"}, {"image_id": 2469878877, "caption": "young woman sitting on a bench and looking at the camera and smiling"}, {"image_id": 2470317702, "caption": "a man in traditional clothes is sitting on a bench in the city"}, {"image_id": 2470493181, "caption": "children playing in a field"}, {"image_id": 2472980433, "caption": "a man riding a bicycle"}, {"image_id": 247618600, "caption": "young woman using a smartphone in the city at sunset"}, {"image_id": 247619370, "caption": "woman sitting on a bench and looking at the camera"}, {"image_id": 247704641, "caption": "a puppy is standing on the edge of a river"}, {"image_id": 2484190118, "caption": "young boy jumping on the street"}, {"image_id": 2497343616, "caption": "tourist attraction and tourist attraction in the street"}, {"image_id": 2504007911, "caption": "a street vendor sells vegetables in a street market"}, {"image_id": 2504764590, "caption": "a fisherman catches a flock of ducks in the lake"}, {"image_id": 2506460104, "caption": "a group of people sitting on a bench"}, {"image_id": 2508851882, "caption": "people standing in front of a crowd of people"}, {"image_id": 2511760873, "caption": "a young woman holds a flag on a white background"}, {"image_id": 2511798599, "caption": "a young man with a smartphone holding a smartphone and looking at the camera"}, {"image_id": 251586160, "caption": "olympic athlete competes during event"}, {"image_id": 2521788750, "caption": "a man is riding a horse in a horse drawn carriage"}, {"image_id": 2536772737, "caption": "a train pulls through a railway bridge"}, {"image_id": 2537596840, "caption": "a man pulls a tractor on a construction site"}, {"image_id": 2537755800, "caption": "a police officer stands next to a wall of a police officer"}, {"image_id": 2547291721, "caption": "people walking down the stairs leading to the ship"}, {"image_id": 2549933281, "caption": "a bride and groom pose in a wedding dress"}, {"image_id": 2553089098, "caption": "hard rock artist of hard rock artist performs on stage during a concert"}, {"image_id": 2558911884, "caption": "children playing in the park"}, {"image_id": 2565302802, "caption": "a man works on a construction site in the middle of the construction site"}, {"image_id": 2566294211, "caption": "hikers on the trail"}, {"image_id": 2572712647, "caption": "children perform during a concert"}, {"image_id": 2582413611, "caption": "people pose for a group photo during the event"}, {"image_id": 2613889835, "caption": "tourist attraction is a small lake with a small lake in the background"}, {"image_id": 261627889, "caption": "children playing in the street"}, {"image_id": 263104639, "caption": "portrait of a young woman sitting on a bench and looking at the camera"}, {"image_id": 2658439322, "caption": "person and groom in traditional dress"}, {"image_id": 2661138991, "caption": "a man sits on a bench in the hospital"}, {"image_id": 2665461736, "caption": "children playing in the snow"}, {"image_id": 2666111736, "caption": "father and son fishing in the lake"}, {"image_id": 2671167487, "caption": "a yacht navigates a yacht in the port"}, {"image_id": 2671560649, "caption": "teenage girl in a blue t shirt and jeans poses on the balcony"}, {"image_id": 2673209105, "caption": "little girl in a pink dress jumping in the garden"}, {"image_id": 2678668581, "caption": "a crowd of people gather around a city during event"}, {"image_id": 2679382388, "caption": "image may contain person playing a musical instrument on stage playing a musical instrument and indoor"}, {"image_id": 2686849571, "caption": "a young man with a tablet computer in the city"}, {"image_id": 2689001252, "caption": "children play in the swimming pool"}, {"image_id": 2695961935, "caption": "olympic athlete competes during event"}, {"image_id": 2696866120, "caption": "puppy lying on the ground"}, {"image_id": 270263570, "caption": "a mother and son playing with their dogs in the park"}, {"image_id": 2709044515, "caption": "a man prepares food in a restaurant"}, {"image_id": 2710027673, "caption": "a man wearing sunglasses and sunglasses"}, {"image_id": 271396631, "caption": "tourist attraction is one of the most popular tourist attraction in the world"}, {"image_id": 2714703706, "caption": "puppy and puppy in a puppy"}, {"image_id": 271572671, "caption": "a man walks past a city with a suitcase and a suitcase"}, {"image_id": 272045297, "caption": "a man sells vegetables at a market stall"}, {"image_id": 2722957422, "caption": "a busy street scene with a busy street scene"}, {"image_id": 2724485630, "caption": "a fan holds up a pitch during the first inning of a baseball game against sports team"}, {"image_id": 2725508159, "caption": "a man in a kayak on the shore of a lake"}, {"image_id": 2728583298, "caption": "a group of young people walking in the park"}, {"image_id": 2729685399, "caption": "person and actor pose with person at the event"}, {"image_id": 273603643, "caption": "a young couple poses in a red carpet"}, {"image_id": 273699639, "caption": "a group of people in a black and white wedding cake"}, {"image_id": 2737609659, "caption": "person and her husband on the road"}, {"image_id": 2738077433, "caption": "animal running on a rock in the desert"}, {"image_id": 2750185692, "caption": "biological species perched on a leaf"}, {"image_id": 2751602672, "caption": "person runs with the ball during a training session"}, {"image_id": 275175200, "caption": "people shopping in a street market"}, {"image_id": 2755362721, "caption": "animal running in the sand at the beach"}, {"image_id": 2760716468, "caption": "man sitting on a bench in the city"}, {"image_id": 2762599124, "caption": "young couple sitting on a bench in the city"}, {"image_id": 2763465196, "caption": "a man is holding a smartphone in his hands"}, {"image_id": 2768933636, "caption": "people stand in front of a large crowd of people at a market stall"}, {"image_id": 277119391, "caption": "a man with a red cart in front of a street vendor"}, {"image_id": 2773474615, "caption": "children carrying their children in a village"}, {"image_id": 2773744784, "caption": "person and groom share a laugh with their bride and groom"}, {"image_id": 2778313163, "caption": "students prepare to prepare for a project"}, {"image_id": 2780179669, "caption": "a young woman jumping on the rocks in the sea"}, {"image_id": 2789350645, "caption": "dog running in the park"}, {"image_id": 2795866891, "caption": "a young man leaning against a brick wall"}, {"image_id": 2797135460, "caption": "little boy playing with a mobile phone in the street"}, {"image_id": 280007961, "caption": "shopping centre in the centre of the shopping centre"}, {"image_id": 2802158972, "caption": "blues artist performs on stage during a concert"}, {"image_id": 2809218945, "caption": "a man pulls a suitcase in the factory"}, {"image_id": 2812568040, "caption": "a family poses for a family photo"}, {"image_id": 2816259113, "caption": "a puppy playing with a puppy in the park"}, {"image_id": 2819466992, "caption": "woman jumping on the beach at sunset"}, {"image_id": 2825327005, "caption": "young business woman using smartphone in the office using a smartphone"}, {"image_id": 2830561413, "caption": "children play in a children s play room"}, {"image_id": 2832487464, "caption": "olympic athlete competes during event"}, {"image_id": 2833502675, "caption": "blues artist performs on stage during a concert"}, {"image_id": 2837640996, "caption": "a man is sitting on a wooden chair and looking at the camera and smiling at the camera"}, {"image_id": 2838888385, "caption": "children playing in the children s children s playground"}, {"image_id": 2844641033, "caption": "little boy playing in the sand at the beach"}, {"image_id": 2844747252, "caption": "dog running in a field"}, {"image_id": 2847514745, "caption": "a view of the front porch of the house"}, {"image_id": 2854959952, "caption": "dog running in the field"}, {"image_id": 2860040276, "caption": "little boy smiling at the camera and smiling"}, {"image_id": 286084055, "caption": "person and groom share a laugh with each other"}, {"image_id": 2863539038, "caption": "a man sells vegetables at a market stall"}, {"image_id": 2867026654, "caption": "person throws the ball during a game against sports team"}, {"image_id": 2867460039, "caption": "image may contain person on stage playing a musical instrument guitar and indoor"}, {"image_id": 2869439070, "caption": "child playing in the sand on the beach"}, {"image_id": 2870426310, "caption": "little girls in a pink dress"}, {"image_id": 2872099696, "caption": "a man sits on a wooden chair"}, {"image_id": 2873252292, "caption": "a mountain biker rides through the mountains"}, {"image_id": 2889845164, "caption": "little boy running in the forest"}, {"image_id": 2891943949, "caption": "teenage girl sitting on a bench and looking at the camera"}, {"image_id": 2891961886, "caption": "a young man jumping in the air with his hands on the roof of a building"}, {"image_id": 2894634533, "caption": "a young boy throws a bucket of water during a training session"}, {"image_id": 289583589, "caption": "a woman selling fruit and vegetables in a market stall"}, {"image_id": 289638061, "caption": "football player celebrates scoring the opening goal during the match"}, {"image_id": 2898810636, "caption": "american football player looks on during the first half of a football game against sports team"}, {"image_id": 2900242501, "caption": "football player is congratulated by team mates after scoring the first goal of the game"}, {"image_id": 2900560501, "caption": "a group of people in a hamburger and a cup of hot chocolate"}, {"image_id": 2902844125, "caption": "a young man plays on a skateboard at night"}, {"image_id": 2904997007, "caption": "baby boy in a bedroom"}, {"image_id": 2923386532, "caption": "a photo of a pair of sunglasses and a pair of sunglasses"}, {"image_id": 2924306387, "caption": "a young man running on the road"}, {"image_id": 2924489177, "caption": "a young woman in a traditional kitchen with a smile and smiling"}, {"image_id": 2925163942, "caption": "a man walks through the rainbow"}, {"image_id": 2926595608, "caption": "basketball player throws against sports team during the first half of a basketball game"}, {"image_id": 2933637854, "caption": "american football player looks on during a preseason game against sports team"}, {"image_id": 2934022873, "caption": "olympic athlete competes during event"}, {"image_id": 293575531, "caption": "american football player looks on during a game against sports team"}, {"image_id": 2936693681, "caption": "little girl playing in the park with a child in the park"}, {"image_id": 2937461473, "caption": "olympic athlete competes during the round match"}, {"image_id": 2943557287, "caption": "a man walks past a city with a small child in the background of the city"}, {"image_id": 2953861572, "caption": "dog running in the sand on the beach"}, {"image_id": 2957682838, "caption": "person and groom share a laugh during a meeting"}, {"image_id": 2961247549, "caption": "a woman holds a bouquet of red roses"}, {"image_id": 2963672852, "caption": "a man riding a bicycle in the park"}, {"image_id": 2975627633, "caption": "smiling couple sitting on a bench in the park and smiling"}, {"image_id": 2975845158, "caption": "children ride through a train station"}, {"image_id": 2978409165, "caption": "olympic athlete competes during event"}, {"image_id": 2978735290, "caption": "soccer player celebrates scoring his side s second goal during the match"}, {"image_id": 2987121689, "caption": "football player is tackled by football player during the match"}, {"image_id": 2989764675, "caption": "a street vendor selling shopping bags and shopping bags"}, {"image_id": 2990471798, "caption": "little boy jumping on the stairs in the bathroom"}, {"image_id": 299303069, "caption": "little boy playing with toys in the kitchen"}, {"image_id": 2993318965, "caption": "children playing in the park"}, {"image_id": 3005124440, "caption": "politician poses for a photo with politician at the event"}, {"image_id": 300577375, "caption": "police officers crossing a street with a police car"}, {"image_id": 3006095077, "caption": "actor and person pose at the red carpet"}, {"image_id": 3009047603, "caption": "soccer player throws the ball during a training session"}, {"image_id": 3016244153, "caption": "portrait of a cute little girl with a hat"}, {"image_id": 3021953768, "caption": "hard rock artist of hard rock artist performs on stage during a concert"}, {"image_id": 302289651, "caption": "smiling baby girl eating a pizza in the restaurant"}, {"image_id": 3023339840, "caption": "students pose for a picture with students at the event"}, {"image_id": 3028145992, "caption": "people stand in front of the crowd during a rally"}, {"image_id": 3031792444, "caption": "the band performs on stage during the first day of the festival"}, {"image_id": 3039095384, "caption": "a group of people in a dark suit"}, {"image_id": 3039200576, "caption": "teenage girl in a blue jeans and a white t shirt"}, {"image_id": 3040999637, "caption": "rhythm and blues artist performs on stage during a concert"}, {"image_id": 3050114829, "caption": "a surfer makes his way through the waves"}, {"image_id": 3051972592, "caption": "a police officer stands next to a police car"}, {"image_id": 3052436578, "caption": "bride and groom kissing each other in a wedding dress"}, {"image_id": 3064443326, "caption": "a protester holds a banner during a protest"}, {"image_id": 3064716525, "caption": "olympic athlete competes during event"}, {"image_id": 3070836317, "caption": "young woman reading a book in the window"}, {"image_id": 3072673694, "caption": "a fan watches the crowd during the first half of a college basketball game against sports team"}, {"image_id": 3078844565, "caption": "a young man jumping on a rock in the cave"}, {"image_id": 3079340229, "caption": "person poses for a photo with his team mates during the second quarter of a basketball game"}, {"image_id": 3083847439, "caption": "artist performs on stage during a concert"}, {"image_id": 3083913737, "caption": "farmers carrying rice in the wheat field"}, {"image_id": 3084001782, "caption": "a group of friends sitting at a cafe and drinking a cup of tea"}, {"image_id": 3086526292, "caption": "children playing in the street"}, {"image_id": 3091786541, "caption": "a cute puppy in the kitchen"}, {"image_id": 3099091086, "caption": "a group of people standing in front of a crowd of protesters"}, {"image_id": 3106782647, "caption": "person jumps on the top of a mountain"}, {"image_id": 3107059919, "caption": "little girl running on the beach"}, {"image_id": 3128856481, "caption": "a flock of ducks swimming in the lake"}, {"image_id": 313385842, "caption": "a photograph of a crew standing in a wheelchair"}, {"image_id": 3135317718, "caption": "baby boy baby girl with a baby boy"}, {"image_id": 3138504165, "caption": "ice hockey player looks on during the second period of a hockey game against sports team"}, {"image_id": 314739483, "caption": "a photo of a business man holding a smartphone and looking at a digital tablet"}, {"image_id": 3148193539, "caption": "students pose for a photo with a young boy"}, {"image_id": 3149894951, "caption": "image may contain person playing a musical instrument on stage playing a musical instrument and indoor"}, {"image_id": 3150380412, "caption": "a dog running in the water at the beach"}, {"image_id": 3155400369, "caption": "members of the team pose for a photo during a training session"}, {"image_id": 3155657768, "caption": "children playing in a playground"}, {"image_id": 3167453543, "caption": "a group of children playing in the band"}, {"image_id": 3168354472, "caption": "cute little girl in a pink dress"}, {"image_id": 3171020648, "caption": "portrait of a man with a beard"}, {"image_id": 317383917, "caption": "a group of dogs in the snow"}, {"image_id": 3178300150, "caption": "basketball player looks on during the first half of a basketball game against sports team"}, {"image_id": 3182490771, "caption": "a woman sits on the front porch of a house"}, {"image_id": 3182495095, "caption": "children play in the swimming pool"}, {"image_id": 319185571, "caption": "dog running in the sand on the beach"}, {"image_id": 3192267612, "caption": "people walking in the rain during a rainy day"}, {"image_id": 319750026, "caption": "a man walks past a mural of politician during a campaign event"}, {"image_id": 3206999917, "caption": "a dog in the snow"}, {"image_id": 3222702477, "caption": "football player is tackled by football player during the match"}, {"image_id": 3223318401, "caption": "a young woman is using a digital tablet in her hands"}, {"image_id": 3224375029, "caption": "actor in a gown at the premiere of romantic comedy film"}, {"image_id": 322516292, "caption": "blues artist performs on stage during a concert"}, {"image_id": 3227675485, "caption": "a young girl running in the field"}, {"image_id": 3231575742, "caption": "olympic athlete competes during event"}, {"image_id": 3232994074, "caption": "a little boy and a child in a cake"}, {"image_id": 3240570205, "caption": "a group of children in a village with their children in the background"}, {"image_id": 3243094580, "caption": "a man crossing a bridge at night"}, {"image_id": 3243653344, "caption": "a horse in a black leather jacket"}, {"image_id": 3245460937, "caption": "person throws the ball against sports team during the first inning of a baseball game"}, {"image_id": 3246281818, "caption": "a group of children in the shape of a circle"}, {"image_id": 3250952067, "caption": "person poses for a photo with his team mates during the first round of the golf tournament"}, {"image_id": 3256456935, "caption": "young boy and girl jumping in the shape of a heart"}, {"image_id": 3257107194, "caption": "a man is tackled by person during a training session"}, {"image_id": 3259992164, "caption": "person and his team mates catch a pass during the first half of a college football game"}, {"image_id": 3263182360, "caption": "politician speaks during a press conference"}, {"image_id": 3269841412, "caption": "a young woman in a black dress is sitting on the floor and smiling"}, {"image_id": 327142149, "caption": "a young woman and her children playing in a village"}, {"image_id": 3274879561, "caption": "a bulldog standing on a fence in the woods"}, {"image_id": 3277162496, "caption": "puppies playing in the park"}, {"image_id": 3278581900, "caption": "children running in the sand on the beach"}, {"image_id": 327955368, "caption": "children playing in the park"}, {"image_id": 3283368342, "caption": "a group of sheep grazing in the pasture"}, {"image_id": 3285342629, "caption": "tourist attraction with tourist attraction and tourist attraction in the background"}, {"image_id": 3286543624, "caption": "a young girl in a black t shirt smiling at the camera and smiling"}, {"image_id": 3288174272, "caption": "a young woman with her children in a field of wheat"}, {"image_id": 3293751640, "caption": "a fashion look featuring long sleeve shirts and jeans skinny jeans"}, {"image_id": 3294830188, "caption": "a pair of birds flying in the sky"}, {"image_id": 3298457064, "caption": "a farmer carrying a tractor in a field"}, {"image_id": 330325191, "caption": "mountain range with mountains in the background"}, {"image_id": 3324049172, "caption": "a young woman is standing on a snow covered hill in winter"}, {"image_id": 3329961466, "caption": "the team poses for a team photo before the game against sports team"}, {"image_id": 3332883133, "caption": "students studying in a classroom in a classroom"}, {"image_id": 3335965982, "caption": "person speaks during a press conference"}, {"image_id": 3339751521, "caption": "a group of tourists enjoying a view of the mountains"}, {"image_id": 3341077091, "caption": "teenage boy jumping on the trampoline"}, {"image_id": 3344531479, "caption": "person throws during the first inning of a baseball game against sports team"}, {"image_id": 3348384389, "caption": "dog and puppy in the snow"}, {"image_id": 3350002347, "caption": "boy playing with a boy in the park"}, {"image_id": 3350177228, "caption": "a man in a wheelchair in a wheelchair"}, {"image_id": 3352135319, "caption": "person throws a pass during the first inning of a baseball game against sports team"}, {"image_id": 3354474353, "caption": "dog and dog walking in the snow"}, {"image_id": 3364114507, "caption": "a young woman is holding a cup of coffee"}, {"image_id": 3368671163, "caption": "a pair of puppies running in the park"}, {"image_id": 3373481779, "caption": "ice hockey defenceman is tackled by ice hockey player during the second period of a hockey game"}, {"image_id": 3376227992, "caption": "image may contain person playing a musical instrument on stage playing a musical instrument and indoor"}, {"image_id": 3387661249, "caption": "horse grazing in a pasture"}, {"image_id": 3391716619, "caption": "a man sits on the streets of a city"}, {"image_id": 3400385314, "caption": "person and actor pose with person at the premiere of romantic comedy film"}, {"image_id": 3405279045, "caption": "a slide of swimming pools in a resort"}, {"image_id": 3418504074, "caption": "dog playing in the sand on the beach"}, {"image_id": 3421480658, "caption": "cute little baby boy is eating a pizza in the kitchen"}, {"image_id": 3424605029, "caption": "children play in a playground"}, {"image_id": 3425756814, "caption": "person poses with a pair of sunglasses"}, {"image_id": 3430607596, "caption": "person jumps into the water during a training session"}, {"image_id": 3432586199, "caption": "little boy smiling in the snow"}, {"image_id": 3432637363, "caption": "person and groom pose for a photo before the start of the race"}, {"image_id": 3441959314, "caption": "hikers hiking in the woods"}, {"image_id": 3443404125, "caption": "a man and woman in traditional traditional traditional traditional traditional dress"}, {"image_id": 3446941415, "caption": "little girl and girl in a pink sweater"}, {"image_id": 3449846784, "caption": "a dog is standing on a fence and looking at the camera"}, {"image_id": 3456488632, "caption": "a young woman and her husband are standing in front of a car in front of a car"}, {"image_id": 3467073304, "caption": "olympic athlete competes during event"}, {"image_id": 3473534758, "caption": "a pair of puppies and a dog in the park"}, {"image_id": 3474406285, "caption": "olympic athlete competes during event"}, {"image_id": 3474908743, "caption": "business man talking on a mobile phone in the street"}, {"image_id": 3478547247, "caption": "little boy and girl playing in the park on a sunny day"}, {"image_id": 3479233432, "caption": "a horse in a field"}, {"image_id": 3483071906, "caption": "children playing in the park"}, {"image_id": 3487979741, "caption": "a young man riding a bicycle in the park on a sunny day"}, {"image_id": 3490867290, "caption": "a young woman is sitting in a rural village in the countryside"}, {"image_id": 3495349745, "caption": "children boy and boy in a wheelchair riding a bicycle on a sunny summer day"}, {"image_id": 3500218173, "caption": "little boy playing with toys in the garden"}, {"image_id": 3501083764, "caption": "a family with children standing in front of a village"}, {"image_id": 3504379699, "caption": "a young girl stands next to a tree in a city"}, {"image_id": 3512747808, "caption": "women and women sitting at a table in a restaurant"}, {"image_id": 3514194772, "caption": "dog running on a green meadow"}, {"image_id": 3514278386, "caption": "baseball player throws during the first inning of a baseball game against sports team"}, {"image_id": 3514685438, "caption": "image may contain person smiling on stage playing a musical instrument and indoor"}, {"image_id": 3525403875, "caption": "a pair of puppies playing in the grass"}, {"image_id": 3527184455, "caption": "family poses with children in the park on a sunny day"}, {"image_id": 3530687486, "caption": "woman in a meadow on a sunny day"}, {"image_id": 3532476966, "caption": "people buying fruits in a market stall"}, {"image_id": 3532598048, "caption": "a group of people pose for a photograph during a photo call"}, {"image_id": 3539612893, "caption": "a young man sits on a bench in the city"}, {"image_id": 354017707, "caption": "man with a smartphone in the city"}, {"image_id": 3541205002, "caption": "fresh vegetables at a market stall"}, {"image_id": 3543294190, "caption": "a teenage boy riding a bicycle in the park"}, {"image_id": 35437191, "caption": "a man stands next to the sand dunes"}, {"image_id": 35477421, "caption": "group of people sitting at a picnic table"}, {"image_id": 3554391279, "caption": "a group of young people standing on a tree trunk"}, {"image_id": 3558267192, "caption": "a horse riding a horse in the field"}, {"image_id": 3560125106, "caption": "person runs with the ball during a training session"}, {"image_id": 3563617591, "caption": "close up of a woman s hands holding a red ribbon in her hands"}, {"image_id": 3564489441, "caption": "a child plays with a child in the garden"}, {"image_id": 3565598162, "caption": "a group of people pose for a photo with a group of people"}, {"image_id": 3571193625, "caption": "a dog is walking in the woods"}, {"image_id": 3572346664, "caption": "portrait of a young woman with long brown hair in the sunshine at sunset"}, {"image_id": 3583105294, "caption": "rock artist performs onstage during a concert"}, {"image_id": 3587449716, "caption": "a group of women poses for a photo during the festival"}, {"image_id": 3589267801, "caption": "dog running on a sandy beach"}, {"image_id": 3591283677, "caption": "tennis player plays the ball during the tennis tournament"}, {"image_id": 3593392955, "caption": "dogs running in the woods"}, {"image_id": 3597007663, "caption": "children play in the water at the beach"}, {"image_id": 3599392711, "caption": "politician poses with the national anthem before the ceremony"}, {"image_id": 3600229533, "caption": "a hiker walks through the woods"}, {"image_id": 3601491447, "caption": "person is tackled by person during the first half of a college football game"}, {"image_id": 3608661756, "caption": "a street scene with a red brick wall and a brick building"}, {"image_id": 3612485097, "caption": "person throws a pass during the first inning of a baseball game against sports team"}, {"image_id": 3613264553, "caption": "a dog stands on a mountain top"}, {"image_id": 3618908551, "caption": "a young boy jumps on a roof"}, {"image_id": 3631530817, "caption": "image may contain person on stage playing a musical instrument and indoor"}, {"image_id": 363709975, "caption": "olympic athlete competes during event"}, {"image_id": 3638783842, "caption": "person and actor pose backstage at the red carpet event"}, {"image_id": 3642604708, "caption": "a little boy is wearing a colorful shirt and a blue shirt"}, {"image_id": 3643021980, "caption": "little girl in a pink dress"}, {"image_id": 3646927481, "caption": "a team of soldiers prepare for the race"}, {"image_id": 3647826834, "caption": "children play in the park"}, {"image_id": 3660516586, "caption": "a group of people enjoying the beach at sunset"}, {"image_id": 3665179773, "caption": "person and her sister pose for a photo with person at the event"}, {"image_id": 366548880, "caption": "a puppy is walking in the snow on a sunny winter day"}, {"image_id": 3671851846, "caption": "person and her dog are walking on the lawn in the park"}, {"image_id": 367400736, "caption": "a man is pictured at a market stall"}, {"image_id": 3687062281, "caption": "couple sitting on a bench in the city"}, {"image_id": 3688797852, "caption": "a pair of sunglasses and a pair of sunglasses"}, {"image_id": 3690358949, "caption": "cute little baby girl in a pink dress"}, {"image_id": 3692072577, "caption": "actor and person attend the world premiere"}, {"image_id": 3694555931, "caption": "person and groom pose in a swimming pool"}, {"image_id": 3700739661, "caption": "a man walks past a wall of old town"}, {"image_id": 3701291852, "caption": "children playing in the lake at sunset"}, {"image_id": 3712574653, "caption": "bride and groom kissing in a wedding cake"}, {"image_id": 3715669736, "caption": "person competes in the men s shorts during event"}, {"image_id": 3716244806, "caption": "family poses on the rocky beach"}, {"image_id": 3717309680, "caption": "a wide angle shot of a row of rows of rows of rows"}, {"image_id": 3721082512, "caption": "a man riding a bicycle in the forest"}, {"image_id": 3721102409, "caption": "a man walks along the beach"}, {"image_id": 3722006169, "caption": "automobile model on display at show"}, {"image_id": 3722504168, "caption": "a car drives through a traffic jam"}, {"image_id": 3724738804, "caption": "kids jumping in the swimming pool"}, {"image_id": 3728256505, "caption": "a young man jumping on a rock in the park"}, {"image_id": 3739742770, "caption": "a fashion look featuring long sleeve shirts and jeans skinny jeans"}, {"image_id": 374124237, "caption": "girl in a black leather jacket and jeans"}, {"image_id": 3773310720, "caption": "a man is fishing on a canal"}, {"image_id": 3780768589, "caption": "a senior man poses for a portrait in front of a staircase"}, {"image_id": 378434971, "caption": "construction of a building with a building in the background"}, {"image_id": 378969774, "caption": "olympic athlete competes during event"}, {"image_id": 3790208395, "caption": "woman selling vegetables in a market stall"}, {"image_id": 3799701220, "caption": "a pair of traditional handmade wooden chairs in a shop window"}, {"image_id": 3799847884, "caption": "children playing with a child in the library"}, {"image_id": 3815960082, "caption": "little girl reading a book in the bedroom"}, {"image_id": 3826425403, "caption": "person enjoys a sunny day with her family in the park"}, {"image_id": 3827298104, "caption": "the facade of a traditional house with white walls and a brick wall"}, {"image_id": 3827317206, "caption": "woman carrying a basket of vegetables"}, {"image_id": 384806138, "caption": "woman carrying a basket of rice in the field"}, {"image_id": 38541144, "caption": "athlete in action during a training session"}, {"image_id": 3858873745, "caption": "a man plays a violin in a city at night"}, {"image_id": 3867804763, "caption": "senior man sitting in a cafe and smiling at the camera and smiling at the camera"}, {"image_id": 3884010975, "caption": "photograph of a restaurant with a stainless steel framed stained glass window"}, {"image_id": 3887428186, "caption": "a man is standing in a wheelchair in a traffic light"}, {"image_id": 388837010, "caption": "children playing in a field"}, {"image_id": 3903017514, "caption": "a stained glass window of a man and a woman in a restaurant"}, {"image_id": 3913884179, "caption": "a woman stands next to a shopping cart and smiling at the camera"}, {"image_id": 3914087743, "caption": "a young boy and a boy holding a stack of dollar bills"}, {"image_id": 3914751903, "caption": "a man holds a plant of tomatoes in a greenhouse"}, {"image_id": 3927465948, "caption": "little girl playing with a tablet in the village"}, {"image_id": 3928395936, "caption": "tennis player throws the ball against tennis player during the second round"}, {"image_id": 3930187102, "caption": "a man stands in a wheelchair"}, {"image_id": 39341489, "caption": "actor poses with actor at the premiere of crime fiction film"}, {"image_id": 3938498023, "caption": "fresh tomatoes on a market stall"}, {"image_id": 394707439, "caption": "person performs on stage during the first day of festival"}, {"image_id": 395125320, "caption": "image may contain person smiling on stage playing a musical instrument and outdoor"}, {"image_id": 396360611, "caption": "a man standing on a rock in the mountains"}, {"image_id": 3966071063, "caption": "a police officer stands in front of a police car"}, {"image_id": 3969232921, "caption": "a policeman stands in front of a police car"}, {"image_id": 3970114165, "caption": "fans cheer their team during the match"}, {"image_id": 3974197857, "caption": "soldiers stand guard during the parade"}, {"image_id": 3996949550, "caption": "woman sitting on the beach with her hands"}, {"image_id": 3999246475, "caption": "people stand in front of a crowd of people standing in front of a huge crowd"}, {"image_id": 3999247601, "caption": "a man holds a glass of champagne"}, {"image_id": 400598822, "caption": "grilled sausages on a grill"}, {"image_id": 4031513473, "caption": "vendors selling fruit and vegetables in a market stall"}, {"image_id": 4035354150, "caption": "young woman holding a glass of red wine"}, {"image_id": 4039846249, "caption": "a man runs through the field during a spring training session"}, {"image_id": 4043318461, "caption": "a man in a leather jacket is standing on a wooden floor"}, {"image_id": 4046112444, "caption": "a man in a suit with a beard in his hands"}, {"image_id": 405556084, "caption": "a man and woman sitting on a bench in the street"}, {"image_id": 4062550863, "caption": "a fashion look featuring long sleeveless tops and a blonde blonde blonde"}, {"image_id": 4065328632, "caption": "football player is congratulated by football player during the match"}, {"image_id": 407008823, "caption": "a man rides a snowboard on a mountain road"}, {"image_id": 4075239348, "caption": "a crowd of people walk through the streets during event"}, {"image_id": 407569668, "caption": "business people talking on a laptop in the city"}, {"image_id": 4077122969, "caption": "artist performs onstage during a concert"}, {"image_id": 407815946, "caption": "a farmer holds his corn in a field of ripe ripe tomatoes"}, {"image_id": 4079016275, "caption": "people sitting at a table in a restaurant"}, {"image_id": 4089335666, "caption": "person performs onstage during the festival held"}, {"image_id": 4089787993, "caption": "a mother and her son are sitting on a couch with their puppies"}, {"image_id": 409327234, "caption": "portrait of a smiling woman sitting on a bench and looking at the camera"}, {"image_id": 4093460759, "caption": "students sitting at a desk in the library"}, {"image_id": 4095309334, "caption": "a girl in traditional traditional traditional traditional traditional traditional traditional traditional houses in the village"}, {"image_id": 4103236953, "caption": "students pose for a photo with students at the school"}, {"image_id": 411175971, "caption": "a man walking on the beach at sunset"}, {"image_id": 411216802, "caption": "a group of dogs in a field"}, {"image_id": 4139974800, "caption": "young boy riding a bicycle in the park"}, {"image_id": 4146886427, "caption": "a group of people enjoying a dining table in the dining room"}, {"image_id": 4148908583, "caption": "crowds gather at the end of the parade"}, {"image_id": 4150353377, "caption": "a group of people stand in front of a large crowd of protesters"}, {"image_id": 4153147942, "caption": "a man carrying a basket of vegetables and vegetables"}, {"image_id": 415755815, "caption": "person poses for a photo with his team mates during a training session"}, {"image_id": 4158826243, "caption": "person performs on stage during the festival"}, {"image_id": 4161829222, "caption": "a man rides a bicycle on a street"}, {"image_id": 416992999, "caption": "a young woman jumping on a rock in the mountains"}, {"image_id": 4180952377, "caption": "a man lifts his car into a car"}, {"image_id": 4200930361, "caption": "a group of business people working together in a meeting in a meeting room"}, {"image_id": 4202061400, "caption": "image may contain person smiling on stage playing a musical instrument guitar and indoor"}, {"image_id": 42348693, "caption": "man and woman in a suit talking on a mobile phone in a restaurant"}, {"image_id": 4256162530, "caption": "young couple walking on the beach at sunset"}, {"image_id": 4257593776, "caption": "a man stands next to a train"}, {"image_id": 4282691555, "caption": "a man walks past a street vendor in the city"}, {"image_id": 4282819676, "caption": "boy and girl playing in the park"}, {"image_id": 428485639, "caption": "girl in a striped jeans and a striped jeans"}, {"image_id": 4284980126, "caption": "people buying fruits in a market stall"}, {"image_id": 428979011, "caption": "person performs onstage during a press conference"}, {"image_id": 430173345, "caption": "dog lying on the grass"}, {"image_id": 4308077016, "caption": "young man jumping on the beach at sunset slow motion"}, {"image_id": 43244430, "caption": "a young woman with a smartphone talking on a mobile phone in the city"}, {"image_id": 4337180031, "caption": "a man is tackled by a snowboard"}, {"image_id": 435054077, "caption": "person sitting in a field with her dog"}, {"image_id": 4351734575, "caption": "blues artist performs on stage during a concert"}, {"image_id": 4359872414, "caption": "a woman with a strawberries"}, {"image_id": 4373983146, "caption": "pop artist and person perform on stage during the second day of festival"}, {"image_id": 441212506, "caption": "dogs playing in the grass"}, {"image_id": 441817653, "caption": "a man is sitting on a bench in the park"}, {"image_id": 4418969015, "caption": "a group of people standing in a field of ripe ripe ripe tomatoes"}, {"image_id": 4420174290, "caption": "a little girl with a puppy"}, {"image_id": 4427860005, "caption": "restaurant and restaurant in a restaurant"}, {"image_id": 442983801, "caption": "cute little girl in a pink scarf"}, {"image_id": 4434125934, "caption": "a man in a garden with a green lawn in his hands"}, {"image_id": 4434578571, "caption": "a photograph of people sitting in a library and reading a book"}, {"image_id": 4439439741, "caption": "little girl holding a child in the park"}, {"image_id": 4442323516, "caption": "a man walks past a city in the snow"}, {"image_id": 4443087396, "caption": "a cat sits on a street"}, {"image_id": 4448853264, "caption": "a man with a beard wearing sunglasses and sunglasses"}, {"image_id": 4450153946, "caption": "rugby player in action during a training session"}, {"image_id": 4450821292, "caption": "a passenger train passes under a bridge at sunset"}, {"image_id": 4459992117, "caption": "person poses with her dog as she poses for a photo"}, {"image_id": 4460747081, "caption": "business man in suit talking on the phone in the city"}, {"image_id": 446138054, "caption": "a man jumping on a rock in the desert at sunset"}, {"image_id": 4463538995, "caption": "person plays the ball during a game against sports team"}, {"image_id": 4464247181, "caption": "person and her son enjoy a sunny day in the park"}, {"image_id": 4469735380, "caption": "a man and woman eats fresh vegetables in a market stall"}, {"image_id": 4475663002, "caption": "a woman walks past a street vendor in a street vendor"}, {"image_id": 4476827011, "caption": "tourists walking along a street"}, {"image_id": 4479738973, "caption": "a traditional street with a traditional red and white street lamp and a busy street in the"}, {"image_id": 4481348193, "caption": "a bronze bronze statue of person in the centre of the city"}, {"image_id": 4483766693, "caption": "a young man with a bag of shopping bags"}, {"image_id": 4484549063, "caption": "blues artist performs on stage during a concert"}, {"image_id": 4489839598, "caption": "young woman with long hair wearing a white t shirt and sunglasses"}, {"image_id": 449236667, "caption": "little girl running on the beach at sunset"}, {"image_id": 4494095559, "caption": "a man walks past a bridge in the city"}, {"image_id": 4495033915, "caption": "the statue of monarch and monarch in front of the statue of monarch"}, {"image_id": 450697885, "caption": "football player poses with the trophy after the match"}, {"image_id": 4507759934, "caption": "children walking in the streets"}, {"image_id": 4510809964, "caption": "tourist attraction and tourist attraction with tourists walking in the background"}, {"image_id": 4516267602, "caption": "a man with a smartphone in the city"}, {"image_id": 4517193541, "caption": "a row of old bricks in a street"}, {"image_id": 4517838680, "caption": "baseball player throws during the first inning of a baseball game against sports team"}, {"image_id": 4520820052, "caption": "woman in a black leather jacket"}, {"image_id": 4523132391, "caption": "a park bench with trees and trees in the background"}, {"image_id": 4525077213, "caption": "a man sits on a street with a tablet pc"}, {"image_id": 4525821347, "caption": "a man stands on a stack of dollar bills"}, {"image_id": 4528578001, "caption": "a woman is wearing a black jacket and a straw hat"}, {"image_id": 4539608494, "caption": "a man plays a guitar on a street"}, {"image_id": 4541692312, "caption": "a woman in a blouse with a blazer"}, {"image_id": 4546499100, "caption": "a man sells meat on a market stall"}, {"image_id": 4549977232, "caption": "actor poses backstage at the fashion show during fashion week"}, {"image_id": 4553348746, "caption": "person poses with a portrait during a portrait session"}, {"image_id": 45543081, "caption": "a farmer carrying a tractor on a rural road"}, {"image_id": 4560420776, "caption": "a fashion look featuring blouses pink and yellow t shirts and jeans"}, {"image_id": 4562512283, "caption": "a woman is standing in a shopping mall holding a shopping bag"}, {"image_id": 4563143284, "caption": "a man sits in a wheelchair"}, {"image_id": 4567311889, "caption": "little baby boy sitting on the sofa and looking at the camera"}, {"image_id": 4567455846, "caption": "young girl in a leather jacket and leather jacket"}, {"image_id": 4578856261, "caption": "a man walks past a street sign"}, {"image_id": 4587060991, "caption": "a man sells shopping bags in a market stall"}, {"image_id": 4587837067, "caption": "portrait of a young woman holding a bouquet of red roses"}, {"image_id": 4587901777, "caption": "a group of people sitting on a bench in the city"}, {"image_id": 4592269543, "caption": "image may contain person on stage playing a musical instrument on stage and outdoor"}, {"image_id": 4603095253, "caption": "a woman in a red carpet in a city"}, {"image_id": 4604969760, "caption": "children playing in the street"}, {"image_id": 4610973875, "caption": "a fashion look featuring blonde blonde blonde blonde blonde blonde blonde bl"}, {"image_id": 4612060755, "caption": "teenage boy and girl in a park on a sunny day"}, {"image_id": 4613268345, "caption": "a photograph of a man wearing a suit and sunglasses in front of a building"}, {"image_id": 4615770260, "caption": "pop artist performs on stage during a concert"}, {"image_id": 4620293662, "caption": "little girl in a green meadow"}, {"image_id": 462879289, "caption": "players celebrate their team s first goal during the match"}, {"image_id": 4630824427, "caption": "a young woman in a black dress and sunglasses"}, {"image_id": 4631909374, "caption": "a boy and a girl in traditional traditional traditional traditional traditional traditional traditional traditional traditional traditional traditional traditional traditional"}, {"image_id": 4634848106, "caption": "players pose for a photo before the game against american football team"}, {"image_id": 463551598, "caption": "a boy and a boy standing in front of the statue of politician"}, {"image_id": 4637947642, "caption": "a man picking tomatoes in the garden"}, {"image_id": 4637951374, "caption": "group of people swimming on the beach at sunset"}, {"image_id": 4639459528, "caption": "person wearing a black leather jacket and jeans and a pair of shoes"}, {"image_id": 464340358, "caption": "a man holds a hole in a hole in a hole in a hole in a hole in the"}, {"image_id": 4650623132, "caption": "a man standing on the beach with his surfboard in the background"}, {"image_id": 4653258614, "caption": "a police officer stands in front of a police car"}, {"image_id": 4654284177, "caption": "a young man plays a violin in a dark room"}, {"image_id": 4655102365, "caption": "tourist attraction and tourist attraction in the background"}, {"image_id": 4661097013, "caption": "a young couple in love kissing on a couch at night"}, {"image_id": 4664359066, "caption": "a group of people walk along a trail in the middle of the road"}, {"image_id": 4665413015, "caption": "tourist attraction and tourist attraction at sunset"}, {"image_id": 4671795847, "caption": "a couple of people enjoying the sunshine on a yacht"}, {"image_id": 4675063973, "caption": "a fashion look featuring long sleeve shirts and jeans skinny jeans"}, {"image_id": 4679111230, "caption": "a firefighters stand in front of a firefighter"}, {"image_id": 4683565867, "caption": "a group of tourists pose for a photo"}, {"image_id": 4687557453, "caption": "crowds gather in the streets during event"}, {"image_id": 4688197510, "caption": "a street vendor selling a street vendor"}, {"image_id": 4688948552, "caption": "a man in a suit is holding a patient in a hospital bed"}, {"image_id": 4689169924, "caption": "a man with a camera and a camera in the background"}, {"image_id": 4691655601, "caption": "blues artist performs on stage during a concert"}, {"image_id": 4692834620, "caption": "a model walks the runway at the fall fashion show during fashion week"}, {"image_id": 4696109052, "caption": "a man and a woman sit on a bench in the city at night"}, {"image_id": 4700788144, "caption": "a man riding a bicycle in the forest"}, {"image_id": 4703377742, "caption": "a crowd of people gather in front of a street market"}, {"image_id": 4706166634, "caption": "a historic street with arches and arches in the old town"}, {"image_id": 4707189762, "caption": "a hiker climbs on top of a mountain"}, {"image_id": 4709819574, "caption": "little girl with a baby in the park"}, {"image_id": 4717627685, "caption": "a man with a dog sitting on a bench"}, {"image_id": 4725026501, "caption": "tourist attraction is seen at the market"}, {"image_id": 4727540499, "caption": "rock artist performs on stage during a concert"}, {"image_id": 4729526023, "caption": "olympic athlete competes during event"}, {"image_id": 4730076543, "caption": "a group of people in a street vendor selling a basket of colourful plastic bags"}, {"image_id": 4731694958, "caption": "a city with a bridge and bridge in the background"}, {"image_id": 4732745499, "caption": "a woman walks past a crowd of people in the city"}, {"image_id": 4733026480, "caption": "a crowd of people gather in the streets during the parade"}, {"image_id": 4735200580, "caption": "boy jumping in a swimming pool"}, {"image_id": 4736841029, "caption": "tourist attraction and tourist attraction in the background"}, {"image_id": 4739632460, "caption": "a man stands next to a brick wall in the neighborhood"}, {"image_id": 4742299638, "caption": "a man stands in front of a building"}, {"image_id": 4745356451, "caption": "a man stands in front of a police car"}, {"image_id": 474581065, "caption": "horse riding on a horseback"}, {"image_id": 4751250311, "caption": "a boy with a red shirt and a dog walking in the street"}, {"image_id": 4752074240, "caption": "person and her husband attend the world premiere"}, {"image_id": 4752482394, "caption": "girl with a glass of red wine and a cup of coffee"}, {"image_id": 4752799475, "caption": "a woman in a pink dress holding a smartphone in her hand"}, {"image_id": 47529535, "caption": "little girl holding a baby in her hands"}, {"image_id": 4756010841, "caption": "a street vendor selling fresh fruits and vegetables"}, {"image_id": 4756089619, "caption": "a street vendor sells vegetables in a street market"}, {"image_id": 4756089627, "caption": "teenage girl sitting on a bench and looking at the camera"}, {"image_id": 475816542, "caption": "dog and puppies in the park"}, {"image_id": 4758483073, "caption": "person catches a fly ball during a game against sports team"}, {"image_id": 4759256692, "caption": "a man flying in the field with a flying balloon in the sky"}, {"image_id": 4762011238, "caption": "a group of people walking in the city and looking at the camera"}, {"image_id": 4762194732, "caption": "young boy with a flag in front of a house"}, {"image_id": 476760133, "caption": "dog running in the park"}, {"image_id": 476769369, "caption": "a man in a suit stands in front of a staircase"}, {"image_id": 477204750, "caption": "person runs with the ball during a training session"}, {"image_id": 4773842539, "caption": "children in a school uniform standing in a classroom"}, {"image_id": 47770444, "caption": "a row of traffic lights on a street at night"}, {"image_id": 4780620826, "caption": "people walking on the pier at sunset"}, {"image_id": 4786476156, "caption": "family having fun on a park bench"}, {"image_id": 4787038693, "caption": "person poses for a photo with person"}, {"image_id": 4788967636, "caption": "fishing boats moored at the port"}, {"image_id": 4789309483, "caption": "man holding a smartphone in the city"}, {"image_id": 4789959232, "caption": "a man stands next to a traffic light at a bus stop"}, {"image_id": 4795824646, "caption": "a woman stands in front of a wall of a small village"}, {"image_id": 4796827555, "caption": "a group of people pose for a photo"}, {"image_id": 479807465, "caption": "person is tackled by person during the round match"}, {"image_id": 4798837062, "caption": "hikers walking along the trail"}, {"image_id": 4798986110, "caption": "business people in a suit talking on a mobile phone in the city"}, {"image_id": 4800006797, "caption": "a young man in a pink t shirt and jeans poses for a photograph"}, {"image_id": 480048562, "caption": "olympic athlete competes during event"}, {"image_id": 4805078127, "caption": "people gather in a fountain during the festival"}, {"image_id": 4805425261, "caption": "a cowboy in front of a house on a sunny day"}, {"image_id": 4806000438, "caption": "members of the national anthem before the national anthem before the national anthem"}, {"image_id": 4808256003, "caption": "a statue of monarch and monarch in front"}, {"image_id": 4808278005, "caption": "a shopping street with shopping bags and shopping bags"}, {"image_id": 4808471657, "caption": "a hiker stands on a rock in the woods"}, {"image_id": 4812170955, "caption": "children play in the grass in the park"}, {"image_id": 4812991208, "caption": "a shopping cart is displayed at a market stall"}, {"image_id": 4813957025, "caption": "blues artist performs on the main stage during a concert"}, {"image_id": 4814332291, "caption": "a group of tourists pose for a photo"}, {"image_id": 4814335297, "caption": "young man holding a smartphone and smiling at the camera"}, {"image_id": 4814603619, "caption": "students pose for a group photo during a photo session"}, {"image_id": 4814933116, "caption": "young woman sitting on the beach with her arms outstretched in the sea"}, {"image_id": 481632457, "caption": "a puppy playing with a puppy"}, {"image_id": 4817447781, "caption": "a group of people in a street vending machine"}, {"image_id": 4818429638, "caption": "a young boy stands next to a street sign"}, {"image_id": 4821487527, "caption": "traffic sign on a street"}, {"image_id": 4823948097, "caption": "a group of people enjoy a street market in the city"}, {"image_id": 4824522315, "caption": "people gather in front of a huge crowd of people in front of the building"}, {"image_id": 4826547083, "caption": "a fashion look featuring long sleeve shirts and jeans skinny jeans"}, {"image_id": 483039719, "caption": "teenage boy and girl standing in the street"}, {"image_id": 4830409466, "caption": "a man with a red ribbon on his head"}, {"image_id": 4830651041, "caption": "soldiers stand in front of the army during military conflict"}, {"image_id": 4845544942, "caption": "a group of women in traditional ethnicity poses at a street market"}, {"image_id": 4846324908, "caption": "young woman sitting at a restaurant and smiling at the camera"}, {"image_id": 4850814517, "caption": "a young man is standing next to a wall with a camera and looking at the camera"}, {"image_id": 4854547386, "caption": "a fashion look featuring a pair of jeans and a pair of jeans skinny jeans"}, {"image_id": 4858175898, "caption": "portrait of a baby boy holding a baby in his hands"}, {"image_id": 4859764297, "caption": "young boy riding a horse in the countryside"}, {"image_id": 4860086271, "caption": "children playing in the street"}, {"image_id": 4862041366, "caption": "little girl in a swimming pool at the beach"}, {"image_id": 4862204000, "caption": "man sitting on a bench in the city"}, {"image_id": 4864584935, "caption": "a group of teenage girls jumps in a jumpsuit with their hands in the air"}, {"image_id": 4868221344, "caption": "happy couple sitting on a bench in the city at sunset"}, {"image_id": 4869914617, "caption": "teenage girl in a blue jeans poses with her friends at the event"}, {"image_id": 4871230195, "caption": "a street vendor selling fresh fruits and vegetables"}, {"image_id": 4881733837, "caption": "a young boy jumping on a skateboard"}, {"image_id": 4882632874, "caption": "a man walks past a colorful mural on a street"}, {"image_id": 4885361477, "caption": "a fashion look featuring long sleeveless shirts and jeans"}, {"image_id": 4889181219, "caption": "a young man holds a magnifying glass in a temple"}, {"image_id": 4890769146, "caption": "people walking along a street in the city"}, {"image_id": 4892698507, "caption": "a market stall selling fresh fruits and vegetables"}, {"image_id": 4896595765, "caption": "person and groom enjoy a sunny day at the table"}, {"image_id": 489865145, "caption": "a fashion look featuring long sleeveless shirts and jeans"}, {"image_id": 4899074189, "caption": "a young woman riding a bicycle on a street"}, {"image_id": 4906688033, "caption": "a street vendor sells shopping bags in a street market"}, {"image_id": 4910374312, "caption": "child reading a book in the library"}, {"image_id": 4911020894, "caption": "a boy and a girl enjoying a picnic in the city"}, {"image_id": 4914029409, "caption": "a young boy rides a bicycle on the streets"}, {"image_id": 4914732942, "caption": "a crowd of people gather around the streets during the parade"}, {"image_id": 4915716087, "caption": "a man riding a bicycle in the streets"}, {"image_id": 4923272678, "caption": "a man walks past a city and a city in the background"}, {"image_id": 4926882194, "caption": "portrait of a young man wearing a white shirt and sunglasses"}, {"image_id": 4928592495, "caption": "a man and his wife pose for a portrait in front of a wall mural"}, {"image_id": 4930533574, "caption": "man with a bicycle in the streets"}, {"image_id": 4931239366, "caption": "a horse riding a horse in the field"}, {"image_id": 4931319718, "caption": "a man holds an elephant in his hands"}, {"image_id": 4931839897, "caption": "a row of bicycles on a hillside"}, {"image_id": 4932279873, "caption": "a man sells bananas at a street market"}, {"image_id": 4937639267, "caption": "person and his wife attend the world premiere during festival"}, {"image_id": 4948635454, "caption": "a fashion look featuring long sleeve tops and a long sleeveless top and"}, {"image_id": 4950715878, "caption": "a fashion look featuring white t shirts and jeans skinny jeans skinny jeans"}, {"image_id": 4952001654, "caption": "a man and a woman walking in a park on a sunny day"}, {"image_id": 4952694407, "caption": "group of people walking in the street"}, {"image_id": 4953536921, "caption": "a couple sit on the beach and watches the sunset"}, {"image_id": 4954827712, "caption": "a photograph of politician and politician walking in front of the statue of politician"}, {"image_id": 4965629392, "caption": "a group of military commander and military commander marching in the parade"}, {"image_id": 4971580248, "caption": "a fashion look featuring long sleeveless shirts and black leather jacket"}, {"image_id": 4972129585, "caption": "a group of people sitting at a table in a restaurant"}, {"image_id": 4979311570, "caption": "a man with a mural on the wall of a city"}, {"image_id": 4980430291, "caption": "a man sells vegetables in a market stall"}, {"image_id": 4983587808, "caption": "young woman using smartphone in the city at sunset"}, {"image_id": 499340051, "caption": "image of a man using a laptop computer in the office"}, {"image_id": 502529086, "caption": "person poses during a portrait session"}, {"image_id": 5026046208, "caption": "a man is mowing the grass in the countryside on a sunny day"}, {"image_id": 5060850038, "caption": "olympic athlete competes during event"}, {"image_id": 508793006, "caption": "horse riding on a horseback"}, {"image_id": 509123893, "caption": "children playing with a child in the park"}, {"image_id": 5094295894, "caption": "american football player is tackled by american football player during the first half of a football game"}, {"image_id": 5103930077, "caption": "mother and child in the garden"}, {"image_id": 51145626, "caption": "mother and son having fun in the living room"}, {"image_id": 511643051, "caption": "a young farmer feeds rice in a field of tomatoes"}, {"image_id": 5122705505, "caption": "close up of a teenage boy looking at the camera and looking at the camera"}, {"image_id": 5126446040, "caption": "a group of people prepare food in the kitchen"}, {"image_id": 514222285, "caption": "little boy in a snowflake"}, {"image_id": 5163992452, "caption": "women in traditional traditional traditional traditional traditional traditional traditional traditional traditional traditional traditional dance"}, {"image_id": 5169300296, "caption": "person wears a white t shirt and jeans with a pair of jeans"}, {"image_id": 5222104909, "caption": "little girl sitting on a bench in the garden"}, {"image_id": 5225675783, "caption": "a street sign on a street"}, {"image_id": 5229996710, "caption": "young man jumping in the street"}, {"image_id": 5238681042, "caption": "a man walks down a street in the city"}, {"image_id": 5244864049, "caption": "hard rock artist of hard rock artist performs on stage during a concert"}, {"image_id": 5246144625, "caption": "children playing in the street in the city"}, {"image_id": 529101401, "caption": "young man jumping on the beach"}, {"image_id": 530507000, "caption": "close up of a patient wearing glasses looking at the camera"}, {"image_id": 5323049335, "caption": "a snowboarder jumps over a snow covered mountain"}, {"image_id": 532396029, "caption": "little girl in a paddy field"}, {"image_id": 533508800, "caption": "a street vendor sells a street vendor"}, {"image_id": 5345473274, "caption": "olympic athlete competes during event"}, {"image_id": 535020523, "caption": "a street vendor sells vegetables in the streets"}, {"image_id": 5350403659, "caption": "a man in a traditional dress is wearing a traditional dress"}, {"image_id": 5365075444, "caption": "children playing in a village"}, {"image_id": 5369771639, "caption": "football player is tackled by football player during the training session"}, {"image_id": 538271607, "caption": "person poses for a photo with person during a photo shoot"}, {"image_id": 538825260, "caption": "close up of a young girl drinking water from a water bottle"}, {"image_id": 539676201, "caption": "a man in a swimming pool is swimming in the water"}, {"image_id": 5428390334, "caption": "medical medical medical patient in a medical medical medical patient wearing glasses"}, {"image_id": 54817316, "caption": "a young woman sleeping on the sofa in the living room"}, {"image_id": 5489602545, "caption": "a man walks past a mural on a street"}, {"image_id": 5491874786, "caption": "a man sells vegetables at a market stall"}, {"image_id": 5498941021, "caption": "a man stands on a roof of a house"}, {"image_id": 5501939468, "caption": "a pair of children s shorts and a pair of shorts"}, {"image_id": 5506383509, "caption": "children playing in the children s children s children s playground"}, {"image_id": 5506399373, "caption": "children riding a bicycle in the countryside"}, {"image_id": 5510073103, "caption": "cute little boy with a hamburger"}, {"image_id": 5519356488, "caption": "pop artist performs on stage during event"}, {"image_id": 5522182662, "caption": "a man in a wheelchair in a wheelchair"}, {"image_id": 5566972, "caption": "rear view of a man working on a construction site"}, {"image_id": 5584269779, "caption": "white horse in the field"}, {"image_id": 5615068475, "caption": "a rock climber sits on a rock in the background of a rock"}, {"image_id": 5622966650, "caption": "a group of people pose for a photo"}, {"image_id": 562588230, "caption": "little girl playing in the swimming pool"}, {"image_id": 5646792433, "caption": "children playing in the park"}, {"image_id": 566945636, "caption": "a fisherman catches a fish from a fishing net"}, {"image_id": 567903453, "caption": "a man stands next to a train"}, {"image_id": 5730226613, "caption": "a man lifts a hammock in the construction site"}, {"image_id": 5745120660, "caption": "silhouettes of people performing live on stage during a concert"}, {"image_id": 5747873823, "caption": "hard rock artist performs on stage during a concert"}, {"image_id": 5787072819, "caption": "a family with their mother and their children at a shopping mall"}, {"image_id": 5791274887, "caption": "man walking on a hill in the distance"}, {"image_id": 581630745, "caption": "a woman in a wheelchair in a wheelchair"}, {"image_id": 5823310445, "caption": "a boy and a boy wearing a pink sweater"}, {"image_id": 5829317322, "caption": "a pair of bright bright yellow and green shoes"}, {"image_id": 5829827359, "caption": "person celebrates after scoring the opening goal during the first half of a college football game"}, {"image_id": 583865081, "caption": "a man walks past a street vendor in the old town"}, {"image_id": 58579865, "caption": "a little girl with a beard and a beard"}, {"image_id": 58803866, "caption": "people pose for a picture during a photo call"}, {"image_id": 5931115247, "caption": "little girl in a pink t shirt and jeans riding a bicycle in the park"}, {"image_id": 5984974054, "caption": "a train passes through a railway line"}, {"image_id": 5986222648, "caption": "hard rock artist of hard rock artist performs on stage during a concert"}, {"image_id": 5995817000, "caption": "a man walks in a river in the mountains"}, {"image_id": 6041486114, "caption": "hard rock artist of hard rock artist performs onstage during a concert"}, {"image_id": 6056788662, "caption": "tourist attraction and tourist attraction in the old town"}, {"image_id": 6099093979, "caption": "a woman selling vegetables in a market stall"}, {"image_id": 6147735412, "caption": "politician speaks with politician during a meeting"}, {"image_id": 616564448, "caption": "a group of people stand in front of a red carpet"}, {"image_id": 6224066807, "caption": "football player celebrates scoring his side s second goal during the match"}, {"image_id": 624080960, "caption": "baseball player looks on during the first inning of a baseball game against sports team"}, {"image_id": 6250527395, "caption": "person is tackled by person during the first half of a college football game against american football team"}, {"image_id": 6275000713, "caption": "soccer player scores his team s first goal during the match"}, {"image_id": 6278649113, "caption": "olympic athlete competes during event"}, {"image_id": 6312211170, "caption": "person is tackled by person during the first half of a college football game"}, {"image_id": 6317293855, "caption": "young man sitting at a desk and using a smartphone"}, {"image_id": 6320815265, "caption": "a woman in a pink dress"}, {"image_id": 6337111139, "caption": "members of the band performs onstage during a concert"}, {"image_id": 6338542128, "caption": "american football player is tackled by american football player during the first half of a football game"}, {"image_id": 6439261679, "caption": "olympic athlete and olympic athlete competes during event"}, {"image_id": 6453399365, "caption": "football player is tackled by football player during the match"}, {"image_id": 6474645169, "caption": "basketball player looks on during the first half of a basketball game against sports team"}, {"image_id": 6486182665, "caption": "tourist attraction and tourist attraction at dusk"}, {"image_id": 6489895665, "caption": "automobile model with a red car"}, {"image_id": 6502187283, "caption": "american football player throws a pass during the first half of a football game against sports team"}, {"image_id": 6503917545, "caption": "little boy eating a corn on a white background"}, {"image_id": 651277216, "caption": "a young girl in a red dress is walking in the street"}, {"image_id": 6514004309, "caption": "ice hockey player celebrates scoring the opening goal during the game"}, {"image_id": 6515331737, "caption": "olympic athlete competes during the training session"}, {"image_id": 6556870225, "caption": "olympic athlete competes during the men s tennis tournament"}, {"image_id": 6563291133, "caption": "person and groom share a kiss during their wedding ceremony"}, {"image_id": 6586954247, "caption": "actor and person arrive at the world premiere"}, {"image_id": 6589292543, "caption": "baby boy sleeping on the bed"}, {"image_id": 6693936663, "caption": "person poses for a photo with his son"}, {"image_id": 6699112713, "caption": "young woman in a skirt smiling and smiling"}, {"image_id": 6775387932, "caption": "students using a digital tablet computer in the classroom"}, {"image_id": 6818129694, "caption": "a horse pulls a horse during the race"}, {"image_id": 6848969863, "caption": "person and actor attend the world premiere during festival"}, {"image_id": 6853360659, "caption": "a woman in a swimming pool in the water"}, {"image_id": 6887015851, "caption": "little boy and boy in a black hat"}, {"image_id": 6889322961, "caption": "olympic athlete competes during event"}, {"image_id": 6897514777, "caption": "a man sits on a desk with a laptop"}, {"image_id": 6917718093, "caption": "students talk in a meeting in classroom"}, {"image_id": 6918264972, "caption": "a horse in a horse drawn carriage"}, {"image_id": 6927762908, "caption": "automobile model on a yellow background"}, {"image_id": 6956989138, "caption": "a horse pulls a fence in the pasture"}, {"image_id": 697490420, "caption": "man standing on the beach with a surfboard"}, {"image_id": 6978881720, "caption": "a teenage boy looks at the camera and smiling at the camera"}, {"image_id": 6995905943, "caption": "person is tackled by person during the match"}, {"image_id": 6999596517, "caption": "children playing in the river with their children in the background"}, {"image_id": 7001949951, "caption": "a woman in a traditional dress is painted in a vase"}, {"image_id": 7003919692, "caption": "people shopping in a street market"}, {"image_id": 702083815, "caption": "baseball player throws during the first inning of a baseball game against sports team"}, {"image_id": 7034076961, "caption": "olympic athlete competes during event"}, {"image_id": 7037413229, "caption": "a fisherman catches a fish from a fishing net"}, {"image_id": 7052724381, "caption": "a surfer catches a wave on the waves"}, {"image_id": 7072093125, "caption": "a close up shot of a man s hand holding a bottle of champagne"}, {"image_id": 7099368287, "caption": "person is tackled by person during the first half of a college football game"}, {"image_id": 7130336193, "caption": "person scores a touchdown during the first half of a college football game against american football team"}, {"image_id": 7131011211, "caption": "a woman walks past a city in a rainy day"}, {"image_id": 7151070637, "caption": "tourists walk through the city centre"}, {"image_id": 7187734520, "caption": "teenage boy jumps on the roof of a building"}, {"image_id": 7194590496, "caption": "person is tackled by person during the first half of a college football game"}, {"image_id": 72008434, "caption": "person and groom share a kiss during a visit"}, {"image_id": 7249763658, "caption": "a young boy holds a book in his hands"}, {"image_id": 7292785488, "caption": "young man jumping on the roof of a building"}, {"image_id": 7308070356, "caption": "a man sells vegetables in a market stall"}, {"image_id": 7329031116, "caption": "a man wearing a red hat and sunglasses"}, {"image_id": 7330749240, "caption": "a car drives through the field"}, {"image_id": 7333716086, "caption": "olympic athlete competes during event"}, {"image_id": 733965014, "caption": "teenage girl sitting on the grass in the park and smiling"}, {"image_id": 7348289414, "caption": "baby boy sitting on a fence in the park"}, {"image_id": 7393977570, "caption": "american football player throws a pass during the first half of a football game against sports team"}, {"image_id": 7438195398, "caption": "hard rock artist of hard rock artist performs on stage during a concert"}, {"image_id": 7446693604, "caption": "olympic athlete competes during event"}, {"image_id": 7468663062, "caption": "tennis player in action during the final round match"}, {"image_id": 7544009146, "caption": "blues artist performs on stage during a concert"}, {"image_id": 7559183044, "caption": "a man lifts a large hood from a truck"}, {"image_id": 756521713, "caption": "person poses for a photo with her dog"}, {"image_id": 7567712136, "caption": "fireworks explode during a fireworks display"}, {"image_id": 76485985, "caption": "children playing in a water fountain"}, {"image_id": 766061382, "caption": "little boy in a swimming pool"}, {"image_id": 7670346004, "caption": "olympic athlete competes during event"}, {"image_id": 7694340978, "caption": "olympic athlete competes during event"}, {"image_id": 771048251, "caption": "a cute little girl with a cat smiling"}, {"image_id": 7738684358, "caption": "a woman sells vegetables in a supermarket"}, {"image_id": 77587237, "caption": "children walking in a stream in the countryside"}, {"image_id": 7764093618, "caption": "a fashion look featuring blouses jacket and jeans"}, {"image_id": 783994497, "caption": "a young boy and a teenage boy looking at the camera and smiling at the camera"}, {"image_id": 7890007278, "caption": "mountain biker riding on a mountain trail"}, {"image_id": 7900347098, "caption": "a woman in a mosaic by painting artist"}, {"image_id": 7988586396, "caption": "a young woman in a pink jacket"}, {"image_id": 8016751611, "caption": "players pose for a team photo before the match"}, {"image_id": 8052387530, "caption": "person is tackled by person during the first half of a college football game against american football team"}, {"image_id": 8052397902, "caption": "american football player is tackled by american football player during the first half of a football game"}, {"image_id": 8132535710, "caption": "basketball player throws against sports team during the first quarter of a basketball game"}, {"image_id": 8183107966, "caption": "a man walks past a police car in a city"}, {"image_id": 821071719, "caption": "baseball player throws during the first inning of a baseball game against sports team"}, {"image_id": 8220955383, "caption": "a photo of a mountain biker riding a bicycle"}, {"image_id": 8234387593, "caption": "basketball player throws against sports team during the first half of a basketball game"}, {"image_id": 829798661, "caption": "teenage boy jumping on a trampoline"}, {"image_id": 83292701, "caption": "teenage boy and girl playing in the park"}, {"image_id": 83493458, "caption": "a man walks past a street vendor selling fresh fruits and vegetables"}, {"image_id": 85519095, "caption": "baseball player throws during the first inning of a baseball game against sports team"}, {"image_id": 86120845, "caption": "farmers working on a field in the countryside"}, {"image_id": 861661418, "caption": "puppy playing with a puppy"}, {"image_id": 862560775, "caption": "horse riding on the horseback"}, {"image_id": 86256551, "caption": "a man sells vegetables in a market stall"}, {"image_id": 86350713, "caption": "a woman and her children in a traditional kitchen"}, {"image_id": 900144365, "caption": "a woman in a pair of jeans and a pair of jeans"}, {"image_id": 94024624, "caption": "a young woman walks through a street in the city"}, {"image_id": 95758790, "caption": "a young man sits on a street"}, {"image_id": 97233789, "caption": "blues artist performs during a concert"}, {"image_id": 97234558, "caption": "a little boy is swimming in the sea"}]
|
evaluations_caption/flickr30k/en/test_detailed_scores.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
evaluations_caption/flickr30k/en/test_scores.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"Bleu_1": 0.4635159762030822, "Bleu_2": 0.2722672951032275, "Bleu_3": 0.15486846362735346, "Bleu_4": 0.0892314115322281, "METEOR": 0.12953851152755275, "ROUGE_L": 0.3128384845653952, "CIDEr": 0.21021402227955524, "SPICE": 0.0759871992847201}
|
evaluations_caption/flickr30k/fr/log.txt
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
output path: zeronlg-4langs-vc/evaluations_caption/flickr30k/fr
|
2 |
+
Creating model from zeronlg-4langs-vc
|
3 |
+
Evaluation settings: {'lang': 'fr', 'num_beams': 3, 'max_length': 20, 'min_length': 3, 'repetition_penalty': 2.0}
|
4 |
+
Load dataset from data/annotations/flickr30k/fr/test.json
|
5 |
+
Load CLIP embs from data/annotations/flickr30k/clip-ViT-B-32_test.pkl
|
6 |
+
There are 1000 vision inputs
|
7 |
+
Save caption results to zeronlg-4langs-vc/evaluations_caption/flickr30k/fr/test_captions.json
|
8 |
+
Save detailed scores to zeronlg-4langs-vc/evaluations_caption/flickr30k/fr/test_detailed_scores.json
|
9 |
+
Save scores to zeronlg-4langs-vc/evaluations_caption/flickr30k/fr/test_scores.json
|
10 |
+
[test] Bleu_1 0.19833021214187824
|
11 |
+
[test] Bleu_2 0.09534614723567493
|
12 |
+
[test] Bleu_3 0.0501658419598039
|
13 |
+
[test] Bleu_4 0.02779994098709409
|
14 |
+
[test] METEOR 0.09530447487872962
|
15 |
+
[test] ROUGE_L 0.18580777069957685
|
16 |
+
[test] CIDEr 0.24783804377147045
|
evaluations_caption/flickr30k/fr/test_captions.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
evaluations_caption/flickr30k/fr/test_detailed_scores.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
evaluations_caption/flickr30k/fr/test_scores.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"Bleu_1": 0.19833021214187824, "Bleu_2": 0.09534614723567493, "Bleu_3": 0.0501658419598039, "Bleu_4": 0.02779994098709409, "METEOR": 0.09530447487872962, "ROUGE_L": 0.18580777069957685, "CIDEr": 0.24783804377147045}
|
evaluations_caption/flickr30k/zh/log.txt
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
output path: zeronlg-4langs-vc/evaluations_caption/flickr30k/zh
|
2 |
+
Creating model from zeronlg-4langs-vc
|
3 |
+
Evaluation settings: {'lang': 'zh', 'num_beams': 3, 'max_length': 30, 'min_length': 3, 'repetition_penalty': 1.0}
|
4 |
+
Load dataset from data/annotations/flickr30k/zh/test.json
|
5 |
+
Load CLIP embs from data/annotations/flickr30k/clip-ViT-B-32_test.pkl
|
6 |
+
There are 1000 vision inputs
|
7 |
+
Save caption results to zeronlg-4langs-vc/evaluations_caption/flickr30k/zh/test_captions.json
|
8 |
+
Save detailed scores to zeronlg-4langs-vc/evaluations_caption/flickr30k/zh/test_detailed_scores.json
|
9 |
+
Save scores to zeronlg-4langs-vc/evaluations_caption/flickr30k/zh/test_scores.json
|
10 |
+
[test] Bleu_1 0.45334285135339775
|
11 |
+
[test] Bleu_2 0.25510176509560856
|
12 |
+
[test] Bleu_3 0.14587345840415325
|
13 |
+
[test] Bleu_4 0.0836943893728618
|
14 |
+
[test] METEOR 0.16714546929459193
|
15 |
+
[test] ROUGE_L 0.31774100624351237
|
16 |
+
[test] CIDEr 0.17955402283955368
|
evaluations_caption/flickr30k/zh/test_captions.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
evaluations_caption/flickr30k/zh/test_detailed_scores.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
evaluations_caption/flickr30k/zh/test_scores.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"Bleu_1": 0.45334285135339775, "Bleu_2": 0.25510176509560856, "Bleu_3": 0.14587345840415325, "Bleu_4": 0.0836943893728618, "METEOR": 0.16714546929459193, "ROUGE_L": 0.31774100624351237, "CIDEr": 0.17955402283955368}
|
evaluations_caption/msrvtt/en/log.txt
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
output path: zeronlg-4langs-vc/evaluations_caption/msrvtt/en
|
2 |
+
Creating model from zeronlg-4langs-vc
|
3 |
+
Evaluation settings: {'lang': 'en', 'num_beams': 3, 'max_length': 20, 'min_length': 3, 'repetition_penalty': 1.0}
|
4 |
+
Load dataset from data/annotations/msrvtt/en/test.json
|
5 |
+
Load CLIP embs from data/annotations/msrvtt/clip-ViT-B-32_test.pkl
|
6 |
+
There are 2990 vision inputs
|
7 |
+
Save caption results to zeronlg-4langs-vc/evaluations_caption/msrvtt/en/test_captions.json
|
8 |
+
Save detailed scores to zeronlg-4langs-vc/evaluations_caption/msrvtt/en/test_detailed_scores.json
|
9 |
+
Save scores to zeronlg-4langs-vc/evaluations_caption/msrvtt/en/test_scores.json
|
10 |
+
[test] Bleu_1 0.5216248919619526
|
11 |
+
[test] Bleu_2 0.31885747870203235
|
12 |
+
[test] Bleu_3 0.1657137450662929
|
13 |
+
[test] Bleu_4 0.08689423584918751
|
14 |
+
[test] METEOR 0.14989008845874327
|
15 |
+
[test] ROUGE_L 0.35394666231985933
|
16 |
+
[test] CIDEr 0.09925973285853386
|
17 |
+
[test] SPICE 0.03516372037770506
|
evaluations_caption/msrvtt/en/test_captions.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
evaluations_caption/msrvtt/en/test_detailed_scores.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
evaluations_caption/msrvtt/en/test_scores.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"Bleu_1": 0.5216248919619526, "Bleu_2": 0.31885747870203235, "Bleu_3": 0.1657137450662929, "Bleu_4": 0.08689423584918751, "METEOR": 0.14989008845874327, "ROUGE_L": 0.35394666231985933, "CIDEr": 0.09925973285853386, "SPICE": 0.03516372037770506}
|
evaluations_caption/vatex/en/log.txt
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
output path: zeronlg-4langs-vc/evaluations_caption/vatex/en
|
2 |
+
Creating model from zeronlg-4langs-vc
|
3 |
+
Evaluation settings: {'lang': 'en', 'num_beams': 3, 'max_length': 20, 'min_length': 3, 'repetition_penalty': 1.0}
|
4 |
+
Load dataset from data/annotations/vatex/en/test.json
|
5 |
+
Load CLIP embs from data/annotations/vatex/clip-ViT-B-32_test.pkl
|
6 |
+
There are 5792 vision inputs
|
7 |
+
Save caption results to zeronlg-4langs-vc/evaluations_caption/vatex/en/test_captions.json
|
8 |
+
Save detailed scores to zeronlg-4langs-vc/evaluations_caption/vatex/en/test_detailed_scores.json
|
9 |
+
Save scores to zeronlg-4langs-vc/evaluations_caption/vatex/en/test_scores.json
|
10 |
+
[test] Bleu_1 0.42168940639806163
|
11 |
+
[test] Bleu_2 0.24590583953294565
|
12 |
+
[test] Bleu_3 0.12531948515900065
|
13 |
+
[test] Bleu_4 0.06335825765892944
|
14 |
+
[test] METEOR 0.1165194842146988
|
15 |
+
[test] ROUGE_L 0.2934526708651432
|
16 |
+
[test] CIDEr 0.09084566361351876
|
17 |
+
[test] SPICE 0.03951599733101809
|
evaluations_caption/vatex/en/test_captions.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
evaluations_caption/vatex/en/test_detailed_scores.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
evaluations_caption/vatex/en/test_scores.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"Bleu_1": 0.42168940639806163, "Bleu_2": 0.24590583953294565, "Bleu_3": 0.12531948515900065, "Bleu_4": 0.06335825765892944, "METEOR": 0.1165194842146988, "ROUGE_L": 0.2934526708651432, "CIDEr": 0.09084566361351876, "SPICE": 0.03951599733101809}
|
evaluations_caption/vatex/zh/log.txt
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
output path: zeronlg-4langs-vc/evaluations_caption/vatex/zh
|
2 |
+
Creating model from zeronlg-4langs-vc
|
3 |
+
Evaluation settings: {'lang': 'zh', 'num_beams': 3, 'max_length': 30, 'min_length': 3, 'repetition_penalty': 1.0}
|
4 |
+
Load dataset from data/annotations/vatex/zh/test.json
|
5 |
+
Load CLIP embs from data/annotations/vatex/clip-ViT-B-32_test.pkl
|
6 |
+
There are 1500 vision inputs
|
7 |
+
Save caption results to zeronlg-4langs-vc/evaluations_caption/vatex/zh/test_captions.json
|
8 |
+
Save detailed scores to zeronlg-4langs-vc/evaluations_caption/vatex/zh/test_detailed_scores.json
|
9 |
+
Save scores to zeronlg-4langs-vc/evaluations_caption/vatex/zh/test_scores.json
|
10 |
+
[test] Bleu_1 0.4186000576548394
|
11 |
+
[test] Bleu_2 0.24334507709934242
|
12 |
+
[test] Bleu_3 0.13740601286959114
|
13 |
+
[test] Bleu_4 0.07097026351079037
|
14 |
+
[test] METEOR 0.16453971916303592
|
15 |
+
[test] ROUGE_L 0.29636269609419075
|
16 |
+
[test] CIDEr 0.09788676320352699
|
evaluations_caption/vatex/zh/test_captions.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
evaluations_caption/vatex/zh/test_detailed_scores.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
evaluations_caption/vatex/zh/test_scores.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"Bleu_1": 0.4186000576548394, "Bleu_2": 0.24334507709934242, "Bleu_3": 0.13740601286959114, "Bleu_4": 0.07097026351079037, "METEOR": 0.16453971916303592, "ROUGE_L": 0.29636269609419075, "CIDEr": 0.09788676320352699}
|
log.txt
ADDED
@@ -0,0 +1,710 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Loss scales: [0.0, 0.0, 1.0]
|
2 |
+
Noise std: 0.1
|
3 |
+
Use amp for speeding up training
|
4 |
+
Load teacher model: clip-ViT-B-32
|
5 |
+
Teacher model architecture:
|
6 |
+
Framework(
|
7 |
+
(0): CLIPModel()
|
8 |
+
)
|
9 |
+
Create student model from output/2stages/1_b32_pt1_100
|
10 |
+
Training does not need the teacher model, set it to None
|
11 |
+
Freeze the multimodal encoder of the student model
|
12 |
+
Student model architecture:
|
13 |
+
Framework(
|
14 |
+
(0): Transformer({'max_seq_length': 128, 'do_lower_case': False}) with Transformer model: DistilBertModel
|
15 |
+
(1): Pooling({'word_embedding_dimension': 768, 'pooling_mode_cls_token': False, 'pooling_mode_mean_tokens': True, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False})
|
16 |
+
(2): Dense({'in_features': 768, 'out_features': 512, 'bias': False, 'activation_function': 'torch.nn.modules.linear.Identity'})
|
17 |
+
(3): Projector({'in_features': 512, 'out_features': 768, 'bias': True, 'noise_std': 0.1, 'dropout': 0.1, 'noise_prob': 0})
|
18 |
+
(4): Decoder({'max_seq_length': 128, 'do_lower_case': False, 'attend_to': ['student'], 'teacher_model_name': 'clip-ViT-B-32'}) with Transformer model: BertLMHeadModel
|
19 |
+
)
|
20 |
+
Total Params: 164986107
|
21 |
+
Trainable Params: 29858811
|
22 |
+
Load data/corpus/multilingual_cc3m/cc3m_en.tsv
|
23 |
+
There are 1 langauges: ['en']
|
24 |
+
There are 1111391 lines, one of which is ['woman selling flowers to decorate religious offerings at the market']
|
25 |
+
Load data/corpus/multilingual_cc3m/cc3m_en-zh.tsv
|
26 |
+
There are 2 langauges: ['en', 'zh']
|
27 |
+
There are 1111391 lines, one of which is ['a very typical bus station', '一个非常典型的公交车站']
|
28 |
+
Load data/corpus/multilingual_cc3m/cc3m_en-de.tsv
|
29 |
+
There are 2 langauges: ['en', 'de']
|
30 |
+
There are 1111391 lines, one of which is ['tourists take a photo in front of the entrance sign', 'Touristen machen ein Foto vor dem Eingangsschild']
|
31 |
+
Load data/corpus/multilingual_cc3m/cc3m_en-fr.tsv
|
32 |
+
There are 2 langauges: ['en', 'fr']
|
33 |
+
There are 1111391 lines, one of which is ['farmer holding a box with grapes', 'agriculteur tenant une boîte avec des raisins']
|
34 |
+
Epoch: 0 [ 500 / 111704] loss: 8.7714 loss_at_student: 8.7714 max mem: 4592
|
35 |
+
Epoch: 0 [ 1000 / 111704] loss: 7.9345 loss_at_student: 7.9345 max mem: 4592
|
36 |
+
Epoch: 0 [ 1500 / 111704] loss: 7.4418 loss_at_student: 7.4418 max mem: 4592
|
37 |
+
Epoch: 0 [ 2000 / 111704] loss: 7.2385 loss_at_student: 7.2385 max mem: 5142
|
38 |
+
Epoch: 0 [ 2500 / 111704] loss: 6.8782 loss_at_student: 6.8782 max mem: 5142
|
39 |
+
Epoch: 0 [ 3000 / 111704] loss: 6.4817 loss_at_student: 6.4817 max mem: 5194
|
40 |
+
Epoch: 0 [ 3500 / 111704] loss: 6.3331 loss_at_student: 6.3331 max mem: 5194
|
41 |
+
Epoch: 0 [ 4000 / 111704] loss: 6.6354 loss_at_student: 6.6354 max mem: 5194
|
42 |
+
Epoch: 0 [ 4500 / 111704] loss: 6.2082 loss_at_student: 6.2082 max mem: 5194
|
43 |
+
Epoch: 0 [ 5000 / 111704] loss: 6.0398 loss_at_student: 6.0398 max mem: 5194
|
44 |
+
Epoch: 0 [ 5500 / 111704] loss: 5.9675 loss_at_student: 5.9675 max mem: 5194
|
45 |
+
Epoch: 0 [ 6000 / 111704] loss: 5.7734 loss_at_student: 5.7734 max mem: 5194
|
46 |
+
Epoch: 0 [ 6500 / 111704] loss: 5.8813 loss_at_student: 5.8813 max mem: 5194
|
47 |
+
Epoch: 0 [ 7000 / 111704] loss: 5.9705 loss_at_student: 5.9705 max mem: 5194
|
48 |
+
Epoch: 0 [ 7500 / 111704] loss: 5.6952 loss_at_student: 5.6952 max mem: 5194
|
49 |
+
Epoch: 0 [ 8000 / 111704] loss: 5.7671 loss_at_student: 5.7671 max mem: 5194
|
50 |
+
Epoch: 0 [ 8500 / 111704] loss: 5.6863 loss_at_student: 5.6863 max mem: 5194
|
51 |
+
Epoch: 0 [ 9000 / 111704] loss: 5.2731 loss_at_student: 5.2731 max mem: 5194
|
52 |
+
Epoch: 0 [ 9500 / 111704] loss: 5.6404 loss_at_student: 5.6404 max mem: 5194
|
53 |
+
Epoch: 0 [ 10000 / 111704] loss: 5.5654 loss_at_student: 5.5654 max mem: 5194
|
54 |
+
Epoch: 0 [ 10500 / 111704] loss: 5.1481 loss_at_student: 5.1481 max mem: 5194
|
55 |
+
Epoch: 0 [ 11000 / 111704] loss: 5.3339 loss_at_student: 5.3339 max mem: 5194
|
56 |
+
Epoch: 0 [ 11500 / 111704] loss: 5.5660 loss_at_student: 5.5660 max mem: 5194
|
57 |
+
Epoch: 0 [ 12000 / 111704] loss: 5.0071 loss_at_student: 5.0071 max mem: 5194
|
58 |
+
Epoch: 0 [ 12500 / 111704] loss: 5.0456 loss_at_student: 5.0456 max mem: 5194
|
59 |
+
Epoch: 0 [ 13000 / 111704] loss: 5.2548 loss_at_student: 5.2548 max mem: 5194
|
60 |
+
Epoch: 0 [ 13500 / 111704] loss: 4.7399 loss_at_student: 4.7399 max mem: 5194
|
61 |
+
Epoch: 0 [ 14000 / 111704] loss: 4.9904 loss_at_student: 4.9904 max mem: 5194
|
62 |
+
Epoch: 0 [ 14500 / 111704] loss: 4.8041 loss_at_student: 4.8041 max mem: 5194
|
63 |
+
Epoch: 0 [ 15000 / 111704] loss: 5.0959 loss_at_student: 5.0959 max mem: 5194
|
64 |
+
Epoch: 0 [ 15500 / 111704] loss: 4.6961 loss_at_student: 4.6961 max mem: 5194
|
65 |
+
Epoch: 0 [ 16000 / 111704] loss: 5.0804 loss_at_student: 5.0804 max mem: 5194
|
66 |
+
Epoch: 0 [ 16500 / 111704] loss: 4.8322 loss_at_student: 4.8322 max mem: 5242
|
67 |
+
Epoch: 0 [ 17000 / 111704] loss: 5.1881 loss_at_student: 5.1881 max mem: 5242
|
68 |
+
Epoch: 0 [ 17500 / 111704] loss: 5.2201 loss_at_student: 5.2201 max mem: 5242
|
69 |
+
Epoch: 0 [ 18000 / 111704] loss: 4.6492 loss_at_student: 4.6492 max mem: 5242
|
70 |
+
Epoch: 0 [ 18500 / 111704] loss: 5.0002 loss_at_student: 5.0002 max mem: 5242
|
71 |
+
Epoch: 0 [ 19000 / 111704] loss: 4.5451 loss_at_student: 4.5451 max mem: 5242
|
72 |
+
Epoch: 0 [ 19500 / 111704] loss: 4.7435 loss_at_student: 4.7435 max mem: 5242
|
73 |
+
Epoch: 0 [ 20000 / 111704] loss: 4.4531 loss_at_student: 4.4531 max mem: 5242
|
74 |
+
Epoch: 0 [ 20500 / 111704] loss: 4.4171 loss_at_student: 4.4171 max mem: 5242
|
75 |
+
Epoch: 0 [ 21000 / 111704] loss: 4.8378 loss_at_student: 4.8378 max mem: 5242
|
76 |
+
Epoch: 0 [ 21500 / 111704] loss: 4.5904 loss_at_student: 4.5904 max mem: 5242
|
77 |
+
Epoch: 0 [ 22000 / 111704] loss: 4.5181 loss_at_student: 4.5181 max mem: 5242
|
78 |
+
Epoch: 0 [ 22500 / 111704] loss: 4.8956 loss_at_student: 4.8956 max mem: 5242
|
79 |
+
Epoch: 0 [ 23000 / 111704] loss: 4.7755 loss_at_student: 4.7755 max mem: 5754
|
80 |
+
Epoch: 0 [ 23500 / 111704] loss: 4.4486 loss_at_student: 4.4486 max mem: 5754
|
81 |
+
Epoch: 0 [ 24000 / 111704] loss: 4.4459 loss_at_student: 4.4459 max mem: 5754
|
82 |
+
Epoch: 0 [ 24500 / 111704] loss: 4.5868 loss_at_student: 4.5868 max mem: 5754
|
83 |
+
Epoch: 0 [ 25000 / 111704] loss: 4.3169 loss_at_student: 4.3169 max mem: 5754
|
84 |
+
Epoch: 0 [ 25500 / 111704] loss: 4.5783 loss_at_student: 4.5783 max mem: 5754
|
85 |
+
Epoch: 0 [ 26000 / 111704] loss: 4.2304 loss_at_student: 4.2304 max mem: 5754
|
86 |
+
Epoch: 0 [ 26500 / 111704] loss: 4.6112 loss_at_student: 4.6112 max mem: 5754
|
87 |
+
Epoch: 0 [ 27000 / 111704] loss: 4.2030 loss_at_student: 4.2030 max mem: 5754
|
88 |
+
Epoch: 0 [ 27500 / 111704] loss: 4.5268 loss_at_student: 4.5268 max mem: 5754
|
89 |
+
Epoch: 0 [ 28000 / 111704] loss: 4.3942 loss_at_student: 4.3942 max mem: 5754
|
90 |
+
Epoch: 0 [ 28500 / 111704] loss: 4.3239 loss_at_student: 4.3239 max mem: 5754
|
91 |
+
Epoch: 0 [ 29000 / 111704] loss: 4.3064 loss_at_student: 4.3064 max mem: 5754
|
92 |
+
Epoch: 0 [ 29500 / 111704] loss: 4.4896 loss_at_student: 4.4896 max mem: 5754
|
93 |
+
Epoch: 0 [ 30000 / 111704] loss: 4.2512 loss_at_student: 4.2512 max mem: 5754
|
94 |
+
Epoch: 0 [ 30500 / 111704] loss: 4.4796 loss_at_student: 4.4796 max mem: 5754
|
95 |
+
Epoch: 0 [ 31000 / 111704] loss: 4.0884 loss_at_student: 4.0884 max mem: 5754
|
96 |
+
Epoch: 0 [ 31500 / 111704] loss: 4.0342 loss_at_student: 4.0342 max mem: 5754
|
97 |
+
Epoch: 0 [ 32000 / 111704] loss: 4.4938 loss_at_student: 4.4938 max mem: 5754
|
98 |
+
Epoch: 0 [ 32500 / 111704] loss: 4.4294 loss_at_student: 4.4294 max mem: 5754
|
99 |
+
Epoch: 0 [ 33000 / 111704] loss: 4.3596 loss_at_student: 4.3596 max mem: 5754
|
100 |
+
Epoch: 0 [ 33500 / 111704] loss: 3.9769 loss_at_student: 3.9769 max mem: 5754
|
101 |
+
Epoch: 0 [ 34000 / 111704] loss: 4.1970 loss_at_student: 4.1970 max mem: 5754
|
102 |
+
Epoch: 0 [ 34500 / 111704] loss: 3.9168 loss_at_student: 3.9168 max mem: 5754
|
103 |
+
Epoch: 0 [ 35000 / 111704] loss: 4.0093 loss_at_student: 4.0093 max mem: 5754
|
104 |
+
Epoch: 0 [ 35500 / 111704] loss: 4.2701 loss_at_student: 4.2701 max mem: 5754
|
105 |
+
Epoch: 0 [ 36000 / 111704] loss: 4.0642 loss_at_student: 4.0642 max mem: 7597
|
106 |
+
Epoch: 0 [ 36500 / 111704] loss: 4.1264 loss_at_student: 4.1264 max mem: 7597
|
107 |
+
Epoch: 0 [ 37000 / 111704] loss: 4.1885 loss_at_student: 4.1885 max mem: 7597
|
108 |
+
Epoch: 0 [ 37500 / 111704] loss: 4.2928 loss_at_student: 4.2928 max mem: 7597
|
109 |
+
Epoch: 0 [ 38000 / 111704] loss: 4.1477 loss_at_student: 4.1477 max mem: 7597
|
110 |
+
Epoch: 0 [ 38500 / 111704] loss: 4.1527 loss_at_student: 4.1527 max mem: 7597
|
111 |
+
Epoch: 0 [ 39000 / 111704] loss: 3.8931 loss_at_student: 3.8931 max mem: 7597
|
112 |
+
Epoch: 0 [ 39500 / 111704] loss: 4.4130 loss_at_student: 4.4130 max mem: 7597
|
113 |
+
Epoch: 0 [ 40000 / 111704] loss: 4.0760 loss_at_student: 4.0760 max mem: 7597
|
114 |
+
Epoch: 0 [ 40500 / 111704] loss: 4.0467 loss_at_student: 4.0467 max mem: 7597
|
115 |
+
Epoch: 0 [ 41000 / 111704] loss: 3.8695 loss_at_student: 3.8695 max mem: 7597
|
116 |
+
Epoch: 0 [ 41500 / 111704] loss: 4.0500 loss_at_student: 4.0500 max mem: 7597
|
117 |
+
Epoch: 0 [ 42000 / 111704] loss: 4.4134 loss_at_student: 4.4134 max mem: 7597
|
118 |
+
Epoch: 0 [ 42500 / 111704] loss: 3.6092 loss_at_student: 3.6092 max mem: 7597
|
119 |
+
Epoch: 0 [ 43000 / 111704] loss: 3.8108 loss_at_student: 3.8108 max mem: 7597
|
120 |
+
Epoch: 0 [ 43500 / 111704] loss: 3.7753 loss_at_student: 3.7753 max mem: 7597
|
121 |
+
Epoch: 0 [ 44000 / 111704] loss: 4.2059 loss_at_student: 4.2059 max mem: 7597
|
122 |
+
Epoch: 0 [ 44500 / 111704] loss: 3.8862 loss_at_student: 3.8862 max mem: 7597
|
123 |
+
Epoch: 0 [ 45000 / 111704] loss: 4.1190 loss_at_student: 4.1190 max mem: 7597
|
124 |
+
Epoch: 0 [ 45500 / 111704] loss: 3.8656 loss_at_student: 3.8656 max mem: 7597
|
125 |
+
Epoch: 0 [ 46000 / 111704] loss: 3.9975 loss_at_student: 3.9975 max mem: 7597
|
126 |
+
Epoch: 0 [ 46500 / 111704] loss: 4.2335 loss_at_student: 4.2335 max mem: 7597
|
127 |
+
Epoch: 0 [ 47000 / 111704] loss: 4.3347 loss_at_student: 4.3347 max mem: 7597
|
128 |
+
Epoch: 0 [ 47500 / 111704] loss: 3.5865 loss_at_student: 3.5865 max mem: 7597
|
129 |
+
Epoch: 0 [ 48000 / 111704] loss: 3.6770 loss_at_student: 3.6770 max mem: 7597
|
130 |
+
Epoch: 0 [ 48500 / 111704] loss: 3.8896 loss_at_student: 3.8896 max mem: 7597
|
131 |
+
Epoch: 0 [ 49000 / 111704] loss: 3.9530 loss_at_student: 3.9530 max mem: 7597
|
132 |
+
Epoch: 0 [ 49500 / 111704] loss: 4.0959 loss_at_student: 4.0959 max mem: 7597
|
133 |
+
Epoch: 0 [ 50000 / 111704] loss: 4.1451 loss_at_student: 4.1451 max mem: 7597
|
134 |
+
Epoch: 0 [ 50500 / 111704] loss: 3.9495 loss_at_student: 3.9495 max mem: 7597
|
135 |
+
Epoch: 0 [ 51000 / 111704] loss: 3.9685 loss_at_student: 3.9685 max mem: 7597
|
136 |
+
Epoch: 0 [ 51500 / 111704] loss: 3.6819 loss_at_student: 3.6819 max mem: 7597
|
137 |
+
Epoch: 0 [ 52000 / 111704] loss: 4.3911 loss_at_student: 4.3911 max mem: 7597
|
138 |
+
Epoch: 0 [ 52500 / 111704] loss: 3.8748 loss_at_student: 3.8748 max mem: 7597
|
139 |
+
Epoch: 0 [ 53000 / 111704] loss: 3.8664 loss_at_student: 3.8664 max mem: 7597
|
140 |
+
Epoch: 0 [ 53500 / 111704] loss: 3.8093 loss_at_student: 3.8093 max mem: 7597
|
141 |
+
Epoch: 0 [ 54000 / 111704] loss: 3.7960 loss_at_student: 3.7960 max mem: 7597
|
142 |
+
Epoch: 0 [ 54500 / 111704] loss: 3.9549 loss_at_student: 3.9549 max mem: 7597
|
143 |
+
Epoch: 0 [ 55000 / 111704] loss: 4.1104 loss_at_student: 4.1104 max mem: 7597
|
144 |
+
Epoch: 0 [ 55500 / 111704] loss: 4.0118 loss_at_student: 4.0118 max mem: 7597
|
145 |
+
Epoch: 0 [ 56000 / 111704] loss: 3.6153 loss_at_student: 3.6153 max mem: 7597
|
146 |
+
Epoch: 0 [ 56500 / 111704] loss: 3.9898 loss_at_student: 3.9898 max mem: 7597
|
147 |
+
Epoch: 0 [ 57000 / 111704] loss: 3.7724 loss_at_student: 3.7724 max mem: 7597
|
148 |
+
Epoch: 0 [ 57500 / 111704] loss: 3.8434 loss_at_student: 3.8434 max mem: 7597
|
149 |
+
Epoch: 0 [ 58000 / 111704] loss: 4.0537 loss_at_student: 4.0537 max mem: 7597
|
150 |
+
Epoch: 0 [ 58500 / 111704] loss: 3.7411 loss_at_student: 3.7411 max mem: 7597
|
151 |
+
Epoch: 0 [ 59000 / 111704] loss: 3.7493 loss_at_student: 3.7493 max mem: 7597
|
152 |
+
Epoch: 0 [ 59500 / 111704] loss: 4.3428 loss_at_student: 4.3428 max mem: 7597
|
153 |
+
Epoch: 0 [ 60000 / 111704] loss: 3.8873 loss_at_student: 3.8873 max mem: 7597
|
154 |
+
Epoch: 0 [ 60500 / 111704] loss: 4.1809 loss_at_student: 4.1809 max mem: 7597
|
155 |
+
Epoch: 0 [ 61000 / 111704] loss: 4.1613 loss_at_student: 4.1613 max mem: 7597
|
156 |
+
Epoch: 0 [ 61500 / 111704] loss: 3.4200 loss_at_student: 3.4200 max mem: 7597
|
157 |
+
Epoch: 0 [ 62000 / 111704] loss: 3.9101 loss_at_student: 3.9101 max mem: 7597
|
158 |
+
Epoch: 0 [ 62500 / 111704] loss: 3.8585 loss_at_student: 3.8585 max mem: 7597
|
159 |
+
Epoch: 0 [ 63000 / 111704] loss: 3.7161 loss_at_student: 3.7161 max mem: 7597
|
160 |
+
Epoch: 0 [ 63500 / 111704] loss: 3.8943 loss_at_student: 3.8943 max mem: 7597
|
161 |
+
Epoch: 0 [ 64000 / 111704] loss: 3.7164 loss_at_student: 3.7164 max mem: 7597
|
162 |
+
Epoch: 0 [ 64500 / 111704] loss: 3.7043 loss_at_student: 3.7043 max mem: 7597
|
163 |
+
Epoch: 0 [ 65000 / 111704] loss: 3.4761 loss_at_student: 3.4761 max mem: 7597
|
164 |
+
Epoch: 0 [ 65500 / 111704] loss: 4.0781 loss_at_student: 4.0781 max mem: 7597
|
165 |
+
Epoch: 0 [ 66000 / 111704] loss: 3.7520 loss_at_student: 3.7520 max mem: 7597
|
166 |
+
Epoch: 0 [ 66500 / 111704] loss: 3.5518 loss_at_student: 3.5518 max mem: 7597
|
167 |
+
Epoch: 0 [ 67000 / 111704] loss: 3.9021 loss_at_student: 3.9021 max mem: 7597
|
168 |
+
Epoch: 0 [ 67500 / 111704] loss: 3.8593 loss_at_student: 3.8593 max mem: 7597
|
169 |
+
Epoch: 0 [ 68000 / 111704] loss: 3.9456 loss_at_student: 3.9456 max mem: 7597
|
170 |
+
Epoch: 0 [ 68500 / 111704] loss: 3.6141 loss_at_student: 3.6141 max mem: 7597
|
171 |
+
Epoch: 0 [ 69000 / 111704] loss: 4.2022 loss_at_student: 4.2022 max mem: 7597
|
172 |
+
Epoch: 0 [ 69500 / 111704] loss: 3.5705 loss_at_student: 3.5705 max mem: 7597
|
173 |
+
Epoch: 0 [ 70000 / 111704] loss: 3.8974 loss_at_student: 3.8974 max mem: 7597
|
174 |
+
Epoch: 0 [ 70500 / 111704] loss: 3.4586 loss_at_student: 3.4586 max mem: 7597
|
175 |
+
Epoch: 0 [ 71000 / 111704] loss: 4.2041 loss_at_student: 4.2041 max mem: 7597
|
176 |
+
Epoch: 0 [ 71500 / 111704] loss: 3.6301 loss_at_student: 3.6301 max mem: 7597
|
177 |
+
Epoch: 0 [ 72000 / 111704] loss: 3.8927 loss_at_student: 3.8927 max mem: 7597
|
178 |
+
Epoch: 0 [ 72500 / 111704] loss: 3.7067 loss_at_student: 3.7067 max mem: 7597
|
179 |
+
Epoch: 0 [ 73000 / 111704] loss: 3.5971 loss_at_student: 3.5971 max mem: 7597
|
180 |
+
Epoch: 0 [ 73500 / 111704] loss: 3.9996 loss_at_student: 3.9996 max mem: 7597
|
181 |
+
Epoch: 0 [ 74000 / 111704] loss: 3.8815 loss_at_student: 3.8815 max mem: 7597
|
182 |
+
Epoch: 0 [ 74500 / 111704] loss: 3.9927 loss_at_student: 3.9927 max mem: 7597
|
183 |
+
Epoch: 0 [ 75000 / 111704] loss: 3.4703 loss_at_student: 3.4703 max mem: 7597
|
184 |
+
Epoch: 0 [ 75500 / 111704] loss: 3.5760 loss_at_student: 3.5760 max mem: 7597
|
185 |
+
Epoch: 0 [ 76000 / 111704] loss: 3.7167 loss_at_student: 3.7167 max mem: 7597
|
186 |
+
Epoch: 0 [ 76500 / 111704] loss: 3.8299 loss_at_student: 3.8299 max mem: 7597
|
187 |
+
Epoch: 0 [ 77000 / 111704] loss: 3.5532 loss_at_student: 3.5532 max mem: 7597
|
188 |
+
Epoch: 0 [ 77500 / 111704] loss: 3.6085 loss_at_student: 3.6085 max mem: 7597
|
189 |
+
Epoch: 0 [ 78000 / 111704] loss: 3.5591 loss_at_student: 3.5591 max mem: 7597
|
190 |
+
Epoch: 0 [ 78500 / 111704] loss: 3.4231 loss_at_student: 3.4231 max mem: 7597
|
191 |
+
Epoch: 0 [ 79000 / 111704] loss: 3.6261 loss_at_student: 3.6261 max mem: 7597
|
192 |
+
Epoch: 0 [ 79500 / 111704] loss: 3.4383 loss_at_student: 3.4383 max mem: 7597
|
193 |
+
Epoch: 0 [ 80000 / 111704] loss: 3.3283 loss_at_student: 3.3283 max mem: 7597
|
194 |
+
Epoch: 0 [ 80500 / 111704] loss: 3.4221 loss_at_student: 3.4221 max mem: 7597
|
195 |
+
Epoch: 0 [ 81000 / 111704] loss: 3.9027 loss_at_student: 3.9027 max mem: 7597
|
196 |
+
Epoch: 0 [ 81500 / 111704] loss: 3.8388 loss_at_student: 3.8388 max mem: 7597
|
197 |
+
Epoch: 0 [ 82000 / 111704] loss: 4.1729 loss_at_student: 4.1729 max mem: 7597
|
198 |
+
Epoch: 0 [ 82500 / 111704] loss: 3.8036 loss_at_student: 3.8036 max mem: 7597
|
199 |
+
Epoch: 0 [ 83000 / 111704] loss: 3.5903 loss_at_student: 3.5903 max mem: 7597
|
200 |
+
Epoch: 0 [ 83500 / 111704] loss: 3.4736 loss_at_student: 3.4736 max mem: 7597
|
201 |
+
Epoch: 0 [ 84000 / 111704] loss: 3.4524 loss_at_student: 3.4524 max mem: 7597
|
202 |
+
Epoch: 0 [ 84500 / 111704] loss: 3.7814 loss_at_student: 3.7814 max mem: 7597
|
203 |
+
Epoch: 0 [ 85000 / 111704] loss: 3.5877 loss_at_student: 3.5877 max mem: 7597
|
204 |
+
Epoch: 0 [ 85500 / 111704] loss: 3.2953 loss_at_student: 3.2953 max mem: 7597
|
205 |
+
Epoch: 0 [ 86000 / 111704] loss: 3.6137 loss_at_student: 3.6137 max mem: 7597
|
206 |
+
Epoch: 0 [ 86500 / 111704] loss: 3.7357 loss_at_student: 3.7357 max mem: 7597
|
207 |
+
Epoch: 0 [ 87000 / 111704] loss: 3.7362 loss_at_student: 3.7362 max mem: 7597
|
208 |
+
Epoch: 0 [ 87500 / 111704] loss: 3.6342 loss_at_student: 3.6342 max mem: 7597
|
209 |
+
Epoch: 0 [ 88000 / 111704] loss: 3.6499 loss_at_student: 3.6499 max mem: 7597
|
210 |
+
Epoch: 0 [ 88500 / 111704] loss: 3.8936 loss_at_student: 3.8936 max mem: 7597
|
211 |
+
Epoch: 0 [ 89000 / 111704] loss: 3.9120 loss_at_student: 3.9120 max mem: 7597
|
212 |
+
Epoch: 0 [ 89500 / 111704] loss: 3.6771 loss_at_student: 3.6771 max mem: 7597
|
213 |
+
Epoch: 0 [ 90000 / 111704] loss: 3.8526 loss_at_student: 3.8526 max mem: 7597
|
214 |
+
Epoch: 0 [ 90500 / 111704] loss: 3.9116 loss_at_student: 3.9116 max mem: 7597
|
215 |
+
Epoch: 0 [ 91000 / 111704] loss: 3.3960 loss_at_student: 3.3960 max mem: 7597
|
216 |
+
Epoch: 0 [ 91500 / 111704] loss: 3.9203 loss_at_student: 3.9203 max mem: 7597
|
217 |
+
Epoch: 0 [ 92000 / 111704] loss: 3.5709 loss_at_student: 3.5709 max mem: 7597
|
218 |
+
Epoch: 0 [ 92500 / 111704] loss: 3.6945 loss_at_student: 3.6945 max mem: 7597
|
219 |
+
Epoch: 0 [ 93000 / 111704] loss: 4.0280 loss_at_student: 4.0280 max mem: 7597
|
220 |
+
Epoch: 0 [ 93500 / 111704] loss: 3.3604 loss_at_student: 3.3604 max mem: 7597
|
221 |
+
Epoch: 0 [ 94000 / 111704] loss: 3.4572 loss_at_student: 3.4572 max mem: 7597
|
222 |
+
Epoch: 0 [ 94500 / 111704] loss: 3.9002 loss_at_student: 3.9002 max mem: 7597
|
223 |
+
Epoch: 0 [ 95000 / 111704] loss: 3.6444 loss_at_student: 3.6444 max mem: 7597
|
224 |
+
Epoch: 0 [ 95500 / 111704] loss: 3.2206 loss_at_student: 3.2206 max mem: 7597
|
225 |
+
Epoch: 0 [ 96000 / 111704] loss: 3.1926 loss_at_student: 3.1926 max mem: 7597
|
226 |
+
Epoch: 0 [ 96500 / 111704] loss: 3.5636 loss_at_student: 3.5636 max mem: 7597
|
227 |
+
Epoch: 0 [ 97000 / 111704] loss: 4.0269 loss_at_student: 4.0269 max mem: 7597
|
228 |
+
Epoch: 0 [ 97500 / 111704] loss: 3.6760 loss_at_student: 3.6760 max mem: 7597
|
229 |
+
Epoch: 0 [ 98000 / 111704] loss: 3.3086 loss_at_student: 3.3086 max mem: 7597
|
230 |
+
Epoch: 0 [ 98500 / 111704] loss: 3.6044 loss_at_student: 3.6044 max mem: 7597
|
231 |
+
Epoch: 0 [ 99000 / 111704] loss: 3.9427 loss_at_student: 3.9427 max mem: 7597
|
232 |
+
Epoch: 0 [ 99500 / 111704] loss: 3.8270 loss_at_student: 3.8270 max mem: 7597
|
233 |
+
Epoch: 0 [100000 / 111704] loss: 3.4903 loss_at_student: 3.4903 max mem: 7597
|
234 |
+
Epoch: 0 [100500 / 111704] loss: 3.6302 loss_at_student: 3.6302 max mem: 7597
|
235 |
+
Epoch: 0 [101000 / 111704] loss: 3.7080 loss_at_student: 3.7080 max mem: 7597
|
236 |
+
Epoch: 0 [101500 / 111704] loss: 3.4830 loss_at_student: 3.4830 max mem: 7597
|
237 |
+
Epoch: 0 [102000 / 111704] loss: 3.6739 loss_at_student: 3.6739 max mem: 7597
|
238 |
+
Epoch: 0 [102500 / 111704] loss: 3.3773 loss_at_student: 3.3773 max mem: 7597
|
239 |
+
Epoch: 0 [103000 / 111704] loss: 3.4852 loss_at_student: 3.4852 max mem: 7597
|
240 |
+
Epoch: 0 [103500 / 111704] loss: 3.5963 loss_at_student: 3.5963 max mem: 7597
|
241 |
+
Epoch: 0 [104000 / 111704] loss: 3.6638 loss_at_student: 3.6638 max mem: 7597
|
242 |
+
Epoch: 0 [104500 / 111704] loss: 3.6741 loss_at_student: 3.6741 max mem: 7597
|
243 |
+
Epoch: 0 [105000 / 111704] loss: 3.9578 loss_at_student: 3.9578 max mem: 7597
|
244 |
+
Epoch: 0 [105500 / 111704] loss: 3.5483 loss_at_student: 3.5483 max mem: 7597
|
245 |
+
Epoch: 0 [106000 / 111704] loss: 3.9791 loss_at_student: 3.9791 max mem: 7597
|
246 |
+
Epoch: 0 [106500 / 111704] loss: 3.2237 loss_at_student: 3.2237 max mem: 7597
|
247 |
+
Epoch: 0 [107000 / 111704] loss: 3.3677 loss_at_student: 3.3677 max mem: 7597
|
248 |
+
Epoch: 0 [107500 / 111704] loss: 3.9328 loss_at_student: 3.9328 max mem: 7597
|
249 |
+
Epoch: 0 [108000 / 111704] loss: 3.5512 loss_at_student: 3.5512 max mem: 7597
|
250 |
+
Epoch: 0 [108500 / 111704] loss: 3.4838 loss_at_student: 3.4838 max mem: 7597
|
251 |
+
Epoch: 0 [109000 / 111704] loss: 3.4433 loss_at_student: 3.4433 max mem: 7597
|
252 |
+
Epoch: 0 [109500 / 111704] loss: 3.3684 loss_at_student: 3.3684 max mem: 7597
|
253 |
+
Epoch: 0 [110000 / 111704] loss: 3.5861 loss_at_student: 3.5861 max mem: 7597
|
254 |
+
Epoch: 0 [110500 / 111704] loss: 3.5507 loss_at_student: 3.5507 max mem: 7597
|
255 |
+
Epoch: 0 [111000 / 111704] loss: 3.3398 loss_at_student: 3.3398 max mem: 7597
|
256 |
+
Epoch: 0 [111500 / 111704] loss: 3.6632 loss_at_student: 3.6632 max mem: 7597
|
257 |
+
Averaged stats: loss: 4.2150 loss_at_student: 4.2150
|
258 |
+
Train epoch time: 3:58:26
|
259 |
+
Epoch: 1 [ 296 / 111704] loss: 3.6029 loss_at_student: 3.6029 max mem: 7597
|
260 |
+
Epoch: 1 [ 796 / 111704] loss: 3.6623 loss_at_student: 3.6623 max mem: 7597
|
261 |
+
Epoch: 1 [ 1296 / 111704] loss: 3.4661 loss_at_student: 3.4661 max mem: 7597
|
262 |
+
Epoch: 1 [ 1796 / 111704] loss: 3.2433 loss_at_student: 3.2433 max mem: 7597
|
263 |
+
Epoch: 1 [ 2296 / 111704] loss: 3.4813 loss_at_student: 3.4813 max mem: 7597
|
264 |
+
Epoch: 1 [ 2796 / 111704] loss: 3.3808 loss_at_student: 3.3808 max mem: 7597
|
265 |
+
Epoch: 1 [ 3296 / 111704] loss: 3.4983 loss_at_student: 3.4983 max mem: 7597
|
266 |
+
Epoch: 1 [ 3796 / 111704] loss: 3.4964 loss_at_student: 3.4964 max mem: 7597
|
267 |
+
Epoch: 1 [ 4296 / 111704] loss: 3.4458 loss_at_student: 3.4458 max mem: 7597
|
268 |
+
Epoch: 1 [ 4796 / 111704] loss: 3.5752 loss_at_student: 3.5752 max mem: 7597
|
269 |
+
Epoch: 1 [ 5296 / 111704] loss: 3.7625 loss_at_student: 3.7625 max mem: 7597
|
270 |
+
Epoch: 1 [ 5796 / 111704] loss: 3.4297 loss_at_student: 3.4297 max mem: 7597
|
271 |
+
Epoch: 1 [ 6296 / 111704] loss: 3.7925 loss_at_student: 3.7925 max mem: 7597
|
272 |
+
Epoch: 1 [ 6796 / 111704] loss: 3.0521 loss_at_student: 3.0521 max mem: 7597
|
273 |
+
Epoch: 1 [ 7296 / 111704] loss: 3.3852 loss_at_student: 3.3852 max mem: 7597
|
274 |
+
Epoch: 1 [ 7796 / 111704] loss: 3.2090 loss_at_student: 3.2090 max mem: 7597
|
275 |
+
Epoch: 1 [ 8296 / 111704] loss: 3.9120 loss_at_student: 3.9120 max mem: 7597
|
276 |
+
Epoch: 1 [ 8796 / 111704] loss: 3.2972 loss_at_student: 3.2972 max mem: 7597
|
277 |
+
Epoch: 1 [ 9296 / 111704] loss: 3.7184 loss_at_student: 3.7184 max mem: 7597
|
278 |
+
Epoch: 1 [ 9796 / 111704] loss: 3.5720 loss_at_student: 3.5720 max mem: 7597
|
279 |
+
Epoch: 1 [ 10296 / 111704] loss: 3.6307 loss_at_student: 3.6307 max mem: 7597
|
280 |
+
Epoch: 1 [ 10796 / 111704] loss: 3.2653 loss_at_student: 3.2653 max mem: 7597
|
281 |
+
Epoch: 1 [ 11296 / 111704] loss: 3.5389 loss_at_student: 3.5389 max mem: 7597
|
282 |
+
Epoch: 1 [ 11796 / 111704] loss: 3.6222 loss_at_student: 3.6222 max mem: 7597
|
283 |
+
Epoch: 1 [ 12296 / 111704] loss: 3.4383 loss_at_student: 3.4383 max mem: 7597
|
284 |
+
Epoch: 1 [ 12796 / 111704] loss: 3.2861 loss_at_student: 3.2861 max mem: 7597
|
285 |
+
Epoch: 1 [ 13296 / 111704] loss: 3.6515 loss_at_student: 3.6515 max mem: 7597
|
286 |
+
Epoch: 1 [ 13796 / 111704] loss: 3.2430 loss_at_student: 3.2430 max mem: 7597
|
287 |
+
Epoch: 1 [ 14296 / 111704] loss: 3.5435 loss_at_student: 3.5435 max mem: 7597
|
288 |
+
Epoch: 1 [ 14796 / 111704] loss: 3.3641 loss_at_student: 3.3641 max mem: 7597
|
289 |
+
Epoch: 1 [ 15296 / 111704] loss: 3.6065 loss_at_student: 3.6065 max mem: 7597
|
290 |
+
Epoch: 1 [ 15796 / 111704] loss: 3.4092 loss_at_student: 3.4092 max mem: 7597
|
291 |
+
Epoch: 1 [ 16296 / 111704] loss: 3.6313 loss_at_student: 3.6313 max mem: 7597
|
292 |
+
Epoch: 1 [ 16796 / 111704] loss: 3.6361 loss_at_student: 3.6361 max mem: 7597
|
293 |
+
Epoch: 1 [ 17296 / 111704] loss: 3.3100 loss_at_student: 3.3100 max mem: 7597
|
294 |
+
Epoch: 1 [ 17796 / 111704] loss: 3.8539 loss_at_student: 3.8539 max mem: 7597
|
295 |
+
Epoch: 1 [ 18296 / 111704] loss: 3.4563 loss_at_student: 3.4563 max mem: 7597
|
296 |
+
Epoch: 1 [ 18796 / 111704] loss: 3.6452 loss_at_student: 3.6452 max mem: 7597
|
297 |
+
Epoch: 1 [ 19296 / 111704] loss: 3.2030 loss_at_student: 3.2030 max mem: 7597
|
298 |
+
Epoch: 1 [ 19796 / 111704] loss: 3.6025 loss_at_student: 3.6025 max mem: 7597
|
299 |
+
Epoch: 1 [ 20296 / 111704] loss: 3.8071 loss_at_student: 3.8071 max mem: 7597
|
300 |
+
Epoch: 1 [ 20796 / 111704] loss: 3.5293 loss_at_student: 3.5293 max mem: 7597
|
301 |
+
Epoch: 1 [ 21296 / 111704] loss: 3.1455 loss_at_student: 3.1455 max mem: 7597
|
302 |
+
Epoch: 1 [ 21796 / 111704] loss: 3.1347 loss_at_student: 3.1347 max mem: 7597
|
303 |
+
Epoch: 1 [ 22296 / 111704] loss: 3.4667 loss_at_student: 3.4667 max mem: 7597
|
304 |
+
Epoch: 1 [ 22796 / 111704] loss: 3.4165 loss_at_student: 3.4165 max mem: 7597
|
305 |
+
Epoch: 1 [ 23296 / 111704] loss: 3.5240 loss_at_student: 3.5240 max mem: 7597
|
306 |
+
Epoch: 1 [ 23796 / 111704] loss: 3.3696 loss_at_student: 3.3696 max mem: 7597
|
307 |
+
Epoch: 1 [ 24296 / 111704] loss: 3.1481 loss_at_student: 3.1481 max mem: 7597
|
308 |
+
Epoch: 1 [ 24796 / 111704] loss: 3.5372 loss_at_student: 3.5372 max mem: 7597
|
309 |
+
Epoch: 1 [ 25296 / 111704] loss: 3.0937 loss_at_student: 3.0937 max mem: 7597
|
310 |
+
Epoch: 1 [ 25796 / 111704] loss: 3.2243 loss_at_student: 3.2243 max mem: 7597
|
311 |
+
Epoch: 1 [ 26296 / 111704] loss: 3.3260 loss_at_student: 3.3260 max mem: 7597
|
312 |
+
Epoch: 1 [ 26796 / 111704] loss: 3.1824 loss_at_student: 3.1824 max mem: 7597
|
313 |
+
Epoch: 1 [ 27296 / 111704] loss: 3.2693 loss_at_student: 3.2693 max mem: 7597
|
314 |
+
Epoch: 1 [ 27796 / 111704] loss: 2.9478 loss_at_student: 2.9478 max mem: 7597
|
315 |
+
Epoch: 1 [ 28296 / 111704] loss: 3.2822 loss_at_student: 3.2822 max mem: 7597
|
316 |
+
Epoch: 1 [ 28796 / 111704] loss: 3.1710 loss_at_student: 3.1710 max mem: 7597
|
317 |
+
Epoch: 1 [ 29296 / 111704] loss: 3.6465 loss_at_student: 3.6465 max mem: 7597
|
318 |
+
Epoch: 1 [ 29796 / 111704] loss: 3.4467 loss_at_student: 3.4467 max mem: 7597
|
319 |
+
Epoch: 1 [ 30296 / 111704] loss: 3.2328 loss_at_student: 3.2328 max mem: 7597
|
320 |
+
Epoch: 1 [ 30796 / 111704] loss: 3.4318 loss_at_student: 3.4318 max mem: 7597
|
321 |
+
Epoch: 1 [ 31296 / 111704] loss: 3.5629 loss_at_student: 3.5629 max mem: 7597
|
322 |
+
Epoch: 1 [ 31796 / 111704] loss: 3.4550 loss_at_student: 3.4550 max mem: 7597
|
323 |
+
Epoch: 1 [ 32296 / 111704] loss: 3.5785 loss_at_student: 3.5785 max mem: 7597
|
324 |
+
Epoch: 1 [ 32796 / 111704] loss: 3.5753 loss_at_student: 3.5753 max mem: 7597
|
325 |
+
Epoch: 1 [ 33296 / 111704] loss: 2.9137 loss_at_student: 2.9137 max mem: 7597
|
326 |
+
Epoch: 1 [ 33796 / 111704] loss: 3.7341 loss_at_student: 3.7341 max mem: 7597
|
327 |
+
Epoch: 1 [ 34296 / 111704] loss: 3.2240 loss_at_student: 3.2240 max mem: 7597
|
328 |
+
Epoch: 1 [ 34796 / 111704] loss: 3.4021 loss_at_student: 3.4021 max mem: 7597
|
329 |
+
Epoch: 1 [ 35296 / 111704] loss: 3.4050 loss_at_student: 3.4050 max mem: 7597
|
330 |
+
Epoch: 1 [ 35796 / 111704] loss: 3.4401 loss_at_student: 3.4401 max mem: 7597
|
331 |
+
Epoch: 1 [ 36296 / 111704] loss: 3.2925 loss_at_student: 3.2925 max mem: 7597
|
332 |
+
Epoch: 1 [ 36796 / 111704] loss: 3.1435 loss_at_student: 3.1435 max mem: 7597
|
333 |
+
Epoch: 1 [ 37296 / 111704] loss: 3.3391 loss_at_student: 3.3391 max mem: 7597
|
334 |
+
Epoch: 1 [ 37796 / 111704] loss: 3.5469 loss_at_student: 3.5469 max mem: 7597
|
335 |
+
Epoch: 1 [ 38296 / 111704] loss: 3.0550 loss_at_student: 3.0550 max mem: 7597
|
336 |
+
Epoch: 1 [ 38796 / 111704] loss: 3.6440 loss_at_student: 3.6440 max mem: 7597
|
337 |
+
Epoch: 1 [ 39296 / 111704] loss: 3.2004 loss_at_student: 3.2004 max mem: 7597
|
338 |
+
Epoch: 1 [ 39796 / 111704] loss: 3.4220 loss_at_student: 3.4220 max mem: 7597
|
339 |
+
Epoch: 1 [ 40296 / 111704] loss: 3.5742 loss_at_student: 3.5742 max mem: 7597
|
340 |
+
Epoch: 1 [ 40796 / 111704] loss: 3.4066 loss_at_student: 3.4066 max mem: 7597
|
341 |
+
Epoch: 1 [ 41296 / 111704] loss: 3.5858 loss_at_student: 3.5858 max mem: 7597
|
342 |
+
Epoch: 1 [ 41796 / 111704] loss: 3.1169 loss_at_student: 3.1169 max mem: 7597
|
343 |
+
Epoch: 1 [ 42296 / 111704] loss: 3.5306 loss_at_student: 3.5306 max mem: 7597
|
344 |
+
Epoch: 1 [ 42796 / 111704] loss: 3.5323 loss_at_student: 3.5323 max mem: 7597
|
345 |
+
Epoch: 1 [ 43296 / 111704] loss: 3.5636 loss_at_student: 3.5636 max mem: 7597
|
346 |
+
Epoch: 1 [ 43796 / 111704] loss: 3.3182 loss_at_student: 3.3182 max mem: 7597
|
347 |
+
Epoch: 1 [ 44296 / 111704] loss: 3.4409 loss_at_student: 3.4409 max mem: 7597
|
348 |
+
Epoch: 1 [ 44796 / 111704] loss: 3.7748 loss_at_student: 3.7748 max mem: 7597
|
349 |
+
Epoch: 1 [ 45296 / 111704] loss: 3.2716 loss_at_student: 3.2716 max mem: 7597
|
350 |
+
Epoch: 1 [ 45796 / 111704] loss: 3.3531 loss_at_student: 3.3531 max mem: 7597
|
351 |
+
Epoch: 1 [ 46296 / 111704] loss: 3.1153 loss_at_student: 3.1153 max mem: 7597
|
352 |
+
Epoch: 1 [ 46796 / 111704] loss: 3.7651 loss_at_student: 3.7651 max mem: 7597
|
353 |
+
Epoch: 1 [ 47296 / 111704] loss: 3.4135 loss_at_student: 3.4135 max mem: 7597
|
354 |
+
Epoch: 1 [ 47796 / 111704] loss: 3.3709 loss_at_student: 3.3709 max mem: 7597
|
355 |
+
Epoch: 1 [ 48296 / 111704] loss: 3.7346 loss_at_student: 3.7346 max mem: 7597
|
356 |
+
Epoch: 1 [ 48796 / 111704] loss: 3.0866 loss_at_student: 3.0866 max mem: 7597
|
357 |
+
Epoch: 1 [ 49296 / 111704] loss: 3.4034 loss_at_student: 3.4034 max mem: 7597
|
358 |
+
Epoch: 1 [ 49796 / 111704] loss: 3.2171 loss_at_student: 3.2171 max mem: 7597
|
359 |
+
Epoch: 1 [ 50296 / 111704] loss: 3.4626 loss_at_student: 3.4626 max mem: 7597
|
360 |
+
Epoch: 1 [ 50796 / 111704] loss: 3.2732 loss_at_student: 3.2732 max mem: 7597
|
361 |
+
Epoch: 1 [ 51296 / 111704] loss: 3.3169 loss_at_student: 3.3169 max mem: 7597
|
362 |
+
Epoch: 1 [ 51796 / 111704] loss: 3.6335 loss_at_student: 3.6335 max mem: 7597
|
363 |
+
Epoch: 1 [ 52296 / 111704] loss: 3.4199 loss_at_student: 3.4199 max mem: 7597
|
364 |
+
Epoch: 1 [ 52796 / 111704] loss: 3.1910 loss_at_student: 3.1910 max mem: 7597
|
365 |
+
Epoch: 1 [ 53296 / 111704] loss: 3.4056 loss_at_student: 3.4056 max mem: 7597
|
366 |
+
Epoch: 1 [ 53796 / 111704] loss: 3.7073 loss_at_student: 3.7073 max mem: 7597
|
367 |
+
Epoch: 1 [ 54296 / 111704] loss: 3.0123 loss_at_student: 3.0123 max mem: 7597
|
368 |
+
Epoch: 1 [ 54796 / 111704] loss: 2.8909 loss_at_student: 2.8909 max mem: 7597
|
369 |
+
Epoch: 1 [ 55296 / 111704] loss: 3.5244 loss_at_student: 3.5244 max mem: 7597
|
370 |
+
Epoch: 1 [ 55796 / 111704] loss: 3.3107 loss_at_student: 3.3107 max mem: 7597
|
371 |
+
Epoch: 1 [ 56296 / 111704] loss: 3.5457 loss_at_student: 3.5457 max mem: 7597
|
372 |
+
Epoch: 1 [ 56796 / 111704] loss: 3.5005 loss_at_student: 3.5005 max mem: 7597
|
373 |
+
Epoch: 1 [ 57296 / 111704] loss: 3.1823 loss_at_student: 3.1823 max mem: 7597
|
374 |
+
Epoch: 1 [ 57796 / 111704] loss: 3.7455 loss_at_student: 3.7455 max mem: 7597
|
375 |
+
Epoch: 1 [ 58296 / 111704] loss: 3.3206 loss_at_student: 3.3206 max mem: 7597
|
376 |
+
Epoch: 1 [ 58796 / 111704] loss: 3.3536 loss_at_student: 3.3536 max mem: 7597
|
377 |
+
Epoch: 1 [ 59296 / 111704] loss: 3.5023 loss_at_student: 3.5023 max mem: 7597
|
378 |
+
Epoch: 1 [ 59796 / 111704] loss: 3.2701 loss_at_student: 3.2701 max mem: 7597
|
379 |
+
Epoch: 1 [ 60296 / 111704] loss: 3.2055 loss_at_student: 3.2055 max mem: 7597
|
380 |
+
Epoch: 1 [ 60796 / 111704] loss: 3.3352 loss_at_student: 3.3352 max mem: 7597
|
381 |
+
Epoch: 1 [ 61296 / 111704] loss: 3.2006 loss_at_student: 3.2006 max mem: 7597
|
382 |
+
Epoch: 1 [ 61796 / 111704] loss: 3.3647 loss_at_student: 3.3647 max mem: 7597
|
383 |
+
Epoch: 1 [ 62296 / 111704] loss: 3.5265 loss_at_student: 3.5265 max mem: 7597
|
384 |
+
Epoch: 1 [ 62796 / 111704] loss: 3.0733 loss_at_student: 3.0733 max mem: 7597
|
385 |
+
Epoch: 1 [ 63296 / 111704] loss: 3.0901 loss_at_student: 3.0901 max mem: 7597
|
386 |
+
Epoch: 1 [ 63796 / 111704] loss: 3.0577 loss_at_student: 3.0577 max mem: 7597
|
387 |
+
Epoch: 1 [ 64296 / 111704] loss: 3.3136 loss_at_student: 3.3136 max mem: 7597
|
388 |
+
Epoch: 1 [ 64796 / 111704] loss: 3.1727 loss_at_student: 3.1727 max mem: 7597
|
389 |
+
Epoch: 1 [ 65296 / 111704] loss: 3.5392 loss_at_student: 3.5392 max mem: 7597
|
390 |
+
Epoch: 1 [ 65796 / 111704] loss: 3.2230 loss_at_student: 3.2230 max mem: 7597
|
391 |
+
Epoch: 1 [ 66296 / 111704] loss: 3.5260 loss_at_student: 3.5260 max mem: 7597
|
392 |
+
Epoch: 1 [ 66796 / 111704] loss: 3.4806 loss_at_student: 3.4806 max mem: 7597
|
393 |
+
Epoch: 1 [ 67296 / 111704] loss: 3.0358 loss_at_student: 3.0358 max mem: 7597
|
394 |
+
Epoch: 1 [ 67796 / 111704] loss: 3.1595 loss_at_student: 3.1595 max mem: 7597
|
395 |
+
Epoch: 1 [ 68296 / 111704] loss: 3.4882 loss_at_student: 3.4882 max mem: 7597
|
396 |
+
Epoch: 1 [ 68796 / 111704] loss: 2.9856 loss_at_student: 2.9856 max mem: 7597
|
397 |
+
Epoch: 1 [ 69296 / 111704] loss: 3.2345 loss_at_student: 3.2345 max mem: 7597
|
398 |
+
Epoch: 1 [ 69796 / 111704] loss: 3.6079 loss_at_student: 3.6079 max mem: 7597
|
399 |
+
Epoch: 1 [ 70296 / 111704] loss: 3.0650 loss_at_student: 3.0650 max mem: 7597
|
400 |
+
Epoch: 1 [ 70796 / 111704] loss: 3.1669 loss_at_student: 3.1669 max mem: 7597
|
401 |
+
Epoch: 1 [ 71296 / 111704] loss: 2.8514 loss_at_student: 2.8514 max mem: 7597
|
402 |
+
Epoch: 1 [ 71796 / 111704] loss: 3.3876 loss_at_student: 3.3876 max mem: 7597
|
403 |
+
Epoch: 1 [ 72296 / 111704] loss: 3.1704 loss_at_student: 3.1704 max mem: 7597
|
404 |
+
Epoch: 1 [ 72796 / 111704] loss: 3.4274 loss_at_student: 3.4274 max mem: 7597
|
405 |
+
Epoch: 1 [ 73296 / 111704] loss: 3.1756 loss_at_student: 3.1756 max mem: 7597
|
406 |
+
Epoch: 1 [ 73796 / 111704] loss: 3.4278 loss_at_student: 3.4278 max mem: 7597
|
407 |
+
Epoch: 1 [ 74296 / 111704] loss: 3.3285 loss_at_student: 3.3285 max mem: 7597
|
408 |
+
Epoch: 1 [ 74796 / 111704] loss: 3.2738 loss_at_student: 3.2738 max mem: 7597
|
409 |
+
Epoch: 1 [ 75296 / 111704] loss: 3.0635 loss_at_student: 3.0635 max mem: 7597
|
410 |
+
Epoch: 1 [ 75796 / 111704] loss: 3.3299 loss_at_student: 3.3299 max mem: 7597
|
411 |
+
Epoch: 1 [ 76296 / 111704] loss: 3.1587 loss_at_student: 3.1587 max mem: 7597
|
412 |
+
Epoch: 1 [ 76796 / 111704] loss: 3.0882 loss_at_student: 3.0882 max mem: 7597
|
413 |
+
Epoch: 1 [ 77296 / 111704] loss: 3.0397 loss_at_student: 3.0397 max mem: 7597
|
414 |
+
Epoch: 1 [ 77796 / 111704] loss: 3.5432 loss_at_student: 3.5432 max mem: 7597
|
415 |
+
Epoch: 1 [ 78296 / 111704] loss: 3.4269 loss_at_student: 3.4269 max mem: 7597
|
416 |
+
Epoch: 1 [ 78796 / 111704] loss: 3.4881 loss_at_student: 3.4881 max mem: 7597
|
417 |
+
Epoch: 1 [ 79296 / 111704] loss: 3.5102 loss_at_student: 3.5102 max mem: 7597
|
418 |
+
Epoch: 1 [ 79796 / 111704] loss: 2.9870 loss_at_student: 2.9870 max mem: 7597
|
419 |
+
Epoch: 1 [ 80296 / 111704] loss: 3.6219 loss_at_student: 3.6219 max mem: 7597
|
420 |
+
Epoch: 1 [ 80796 / 111704] loss: 2.9447 loss_at_student: 2.9447 max mem: 7597
|
421 |
+
Epoch: 1 [ 81296 / 111704] loss: 3.3926 loss_at_student: 3.3926 max mem: 7597
|
422 |
+
Epoch: 1 [ 81796 / 111704] loss: 2.9767 loss_at_student: 2.9767 max mem: 7597
|
423 |
+
Epoch: 1 [ 82296 / 111704] loss: 3.5474 loss_at_student: 3.5474 max mem: 7597
|
424 |
+
Epoch: 1 [ 82796 / 111704] loss: 3.5902 loss_at_student: 3.5902 max mem: 7597
|
425 |
+
Epoch: 1 [ 83296 / 111704] loss: 3.4155 loss_at_student: 3.4155 max mem: 7597
|
426 |
+
Epoch: 1 [ 83796 / 111704] loss: 3.1603 loss_at_student: 3.1603 max mem: 7597
|
427 |
+
Epoch: 1 [ 84296 / 111704] loss: 3.8424 loss_at_student: 3.8424 max mem: 7597
|
428 |
+
Epoch: 1 [ 84796 / 111704] loss: 3.2034 loss_at_student: 3.2034 max mem: 7597
|
429 |
+
Epoch: 1 [ 85296 / 111704] loss: 3.1573 loss_at_student: 3.1573 max mem: 7597
|
430 |
+
Epoch: 1 [ 85796 / 111704] loss: 3.7017 loss_at_student: 3.7017 max mem: 7597
|
431 |
+
Epoch: 1 [ 86296 / 111704] loss: 3.2270 loss_at_student: 3.2270 max mem: 7597
|
432 |
+
Epoch: 1 [ 86796 / 111704] loss: 3.3402 loss_at_student: 3.3402 max mem: 7597
|
433 |
+
Epoch: 1 [ 87296 / 111704] loss: 3.4993 loss_at_student: 3.4993 max mem: 7597
|
434 |
+
Epoch: 1 [ 87796 / 111704] loss: 3.7399 loss_at_student: 3.7399 max mem: 7597
|
435 |
+
Epoch: 1 [ 88296 / 111704] loss: 3.2117 loss_at_student: 3.2117 max mem: 7597
|
436 |
+
Epoch: 1 [ 88796 / 111704] loss: 3.5974 loss_at_student: 3.5974 max mem: 7597
|
437 |
+
Epoch: 1 [ 89296 / 111704] loss: 3.5153 loss_at_student: 3.5153 max mem: 7597
|
438 |
+
Epoch: 1 [ 89796 / 111704] loss: 3.4865 loss_at_student: 3.4865 max mem: 7597
|
439 |
+
Epoch: 1 [ 90296 / 111704] loss: 3.0485 loss_at_student: 3.0485 max mem: 7597
|
440 |
+
Epoch: 1 [ 90796 / 111704] loss: 3.2208 loss_at_student: 3.2208 max mem: 7597
|
441 |
+
Epoch: 1 [ 91296 / 111704] loss: 3.0650 loss_at_student: 3.0650 max mem: 7597
|
442 |
+
Epoch: 1 [ 91796 / 111704] loss: 3.3943 loss_at_student: 3.3943 max mem: 7597
|
443 |
+
Epoch: 1 [ 92296 / 111704] loss: 3.3520 loss_at_student: 3.3520 max mem: 7597
|
444 |
+
Epoch: 1 [ 92796 / 111704] loss: 3.3314 loss_at_student: 3.3314 max mem: 7597
|
445 |
+
Epoch: 1 [ 93296 / 111704] loss: 3.1173 loss_at_student: 3.1173 max mem: 7597
|
446 |
+
Epoch: 1 [ 93796 / 111704] loss: 3.1904 loss_at_student: 3.1904 max mem: 7597
|
447 |
+
Epoch: 1 [ 94296 / 111704] loss: 3.2286 loss_at_student: 3.2286 max mem: 7597
|
448 |
+
Epoch: 1 [ 94796 / 111704] loss: 3.2978 loss_at_student: 3.2978 max mem: 7597
|
449 |
+
Epoch: 1 [ 95296 / 111704] loss: 3.4678 loss_at_student: 3.4678 max mem: 7597
|
450 |
+
Epoch: 1 [ 95796 / 111704] loss: 3.4887 loss_at_student: 3.4887 max mem: 7597
|
451 |
+
Epoch: 1 [ 96296 / 111704] loss: 3.1410 loss_at_student: 3.1410 max mem: 7597
|
452 |
+
Epoch: 1 [ 96796 / 111704] loss: 2.9872 loss_at_student: 2.9872 max mem: 7597
|
453 |
+
Epoch: 1 [ 97296 / 111704] loss: 3.5573 loss_at_student: 3.5573 max mem: 7597
|
454 |
+
Epoch: 1 [ 97796 / 111704] loss: 3.1718 loss_at_student: 3.1718 max mem: 7597
|
455 |
+
Epoch: 1 [ 98296 / 111704] loss: 3.2211 loss_at_student: 3.2211 max mem: 7597
|
456 |
+
Epoch: 1 [ 98796 / 111704] loss: 3.6510 loss_at_student: 3.6510 max mem: 7597
|
457 |
+
Epoch: 1 [ 99296 / 111704] loss: 2.9727 loss_at_student: 2.9727 max mem: 7597
|
458 |
+
Epoch: 1 [ 99796 / 111704] loss: 3.3128 loss_at_student: 3.3128 max mem: 7597
|
459 |
+
Epoch: 1 [100296 / 111704] loss: 3.2027 loss_at_student: 3.2027 max mem: 7597
|
460 |
+
Epoch: 1 [100796 / 111704] loss: 3.2118 loss_at_student: 3.2118 max mem: 7597
|
461 |
+
Epoch: 1 [101296 / 111704] loss: 3.1509 loss_at_student: 3.1509 max mem: 7597
|
462 |
+
Epoch: 1 [101796 / 111704] loss: 2.8168 loss_at_student: 2.8168 max mem: 7597
|
463 |
+
Epoch: 1 [102296 / 111704] loss: 3.3901 loss_at_student: 3.3901 max mem: 7597
|
464 |
+
Epoch: 1 [102796 / 111704] loss: 3.0754 loss_at_student: 3.0754 max mem: 7597
|
465 |
+
Epoch: 1 [103296 / 111704] loss: 3.0242 loss_at_student: 3.0242 max mem: 7597
|
466 |
+
Epoch: 1 [103796 / 111704] loss: 3.2743 loss_at_student: 3.2743 max mem: 7597
|
467 |
+
Epoch: 1 [104296 / 111704] loss: 3.3502 loss_at_student: 3.3502 max mem: 7597
|
468 |
+
Epoch: 1 [104796 / 111704] loss: 3.2919 loss_at_student: 3.2919 max mem: 7597
|
469 |
+
Epoch: 1 [105296 / 111704] loss: 3.1074 loss_at_student: 3.1074 max mem: 7597
|
470 |
+
Epoch: 1 [105796 / 111704] loss: 3.3843 loss_at_student: 3.3843 max mem: 7597
|
471 |
+
Epoch: 1 [106296 / 111704] loss: 3.1101 loss_at_student: 3.1101 max mem: 7597
|
472 |
+
Epoch: 1 [106796 / 111704] loss: 3.1543 loss_at_student: 3.1543 max mem: 7597
|
473 |
+
Epoch: 1 [107296 / 111704] loss: 3.1192 loss_at_student: 3.1192 max mem: 7597
|
474 |
+
Epoch: 1 [107796 / 111704] loss: 3.3150 loss_at_student: 3.3150 max mem: 7597
|
475 |
+
Epoch: 1 [108296 / 111704] loss: 3.0263 loss_at_student: 3.0263 max mem: 7597
|
476 |
+
Epoch: 1 [108796 / 111704] loss: 3.5272 loss_at_student: 3.5272 max mem: 7597
|
477 |
+
Epoch: 1 [109296 / 111704] loss: 3.1728 loss_at_student: 3.1728 max mem: 7597
|
478 |
+
Epoch: 1 [109796 / 111704] loss: 2.9165 loss_at_student: 2.9165 max mem: 7597
|
479 |
+
Epoch: 1 [110296 / 111704] loss: 3.2870 loss_at_student: 3.2870 max mem: 7597
|
480 |
+
Epoch: 1 [110796 / 111704] loss: 3.0450 loss_at_student: 3.0450 max mem: 7597
|
481 |
+
Epoch: 1 [111296 / 111704] loss: 3.0864 loss_at_student: 3.0864 max mem: 7597
|
482 |
+
Averaged stats: loss: 3.3426 loss_at_student: 3.3426
|
483 |
+
Train epoch time: 3:58:27
|
484 |
+
Epoch: 2 [ 92 / 111704] loss: 3.1570 loss_at_student: 3.1570 max mem: 7597
|
485 |
+
Epoch: 2 [ 592 / 111704] loss: 3.1492 loss_at_student: 3.1492 max mem: 7597
|
486 |
+
Epoch: 2 [ 1092 / 111704] loss: 3.3456 loss_at_student: 3.3456 max mem: 7597
|
487 |
+
Epoch: 2 [ 1592 / 111704] loss: 3.1372 loss_at_student: 3.1372 max mem: 7597
|
488 |
+
Epoch: 2 [ 2092 / 111704] loss: 3.2438 loss_at_student: 3.2438 max mem: 7597
|
489 |
+
Epoch: 2 [ 2592 / 111704] loss: 3.6019 loss_at_student: 3.6019 max mem: 7597
|
490 |
+
Epoch: 2 [ 3092 / 111704] loss: 3.1922 loss_at_student: 3.1922 max mem: 7597
|
491 |
+
Epoch: 2 [ 3592 / 111704] loss: 3.3063 loss_at_student: 3.3063 max mem: 7597
|
492 |
+
Epoch: 2 [ 4092 / 111704] loss: 3.3038 loss_at_student: 3.3038 max mem: 7597
|
493 |
+
Epoch: 2 [ 4592 / 111704] loss: 3.2484 loss_at_student: 3.2484 max mem: 7597
|
494 |
+
Epoch: 2 [ 5092 / 111704] loss: 3.3163 loss_at_student: 3.3163 max mem: 7597
|
495 |
+
Epoch: 2 [ 5592 / 111704] loss: 3.4034 loss_at_student: 3.4034 max mem: 7597
|
496 |
+
Epoch: 2 [ 6092 / 111704] loss: 3.3259 loss_at_student: 3.3259 max mem: 7597
|
497 |
+
Epoch: 2 [ 6592 / 111704] loss: 3.5461 loss_at_student: 3.5461 max mem: 7597
|
498 |
+
Epoch: 2 [ 7092 / 111704] loss: 3.0349 loss_at_student: 3.0349 max mem: 7597
|
499 |
+
Epoch: 2 [ 7592 / 111704] loss: 3.4164 loss_at_student: 3.4164 max mem: 7597
|
500 |
+
Epoch: 2 [ 8092 / 111704] loss: 3.2787 loss_at_student: 3.2787 max mem: 7597
|
501 |
+
Epoch: 2 [ 8592 / 111704] loss: 3.4127 loss_at_student: 3.4127 max mem: 7597
|
502 |
+
Epoch: 2 [ 9092 / 111704] loss: 2.9611 loss_at_student: 2.9611 max mem: 7597
|
503 |
+
Epoch: 2 [ 9592 / 111704] loss: 3.1175 loss_at_student: 3.1175 max mem: 7597
|
504 |
+
Epoch: 2 [ 10092 / 111704] loss: 3.1947 loss_at_student: 3.1947 max mem: 7597
|
505 |
+
Epoch: 2 [ 10592 / 111704] loss: 3.1617 loss_at_student: 3.1617 max mem: 7597
|
506 |
+
Epoch: 2 [ 11092 / 111704] loss: 3.2706 loss_at_student: 3.2706 max mem: 7597
|
507 |
+
Epoch: 2 [ 11592 / 111704] loss: 3.2594 loss_at_student: 3.2594 max mem: 7597
|
508 |
+
Epoch: 2 [ 12092 / 111704] loss: 2.9815 loss_at_student: 2.9815 max mem: 7597
|
509 |
+
Epoch: 2 [ 12592 / 111704] loss: 3.2797 loss_at_student: 3.2797 max mem: 7597
|
510 |
+
Epoch: 2 [ 13092 / 111704] loss: 2.8657 loss_at_student: 2.8657 max mem: 7597
|
511 |
+
Epoch: 2 [ 13592 / 111704] loss: 2.9151 loss_at_student: 2.9151 max mem: 7597
|
512 |
+
Epoch: 2 [ 14092 / 111704] loss: 3.1873 loss_at_student: 3.1873 max mem: 7597
|
513 |
+
Epoch: 2 [ 14592 / 111704] loss: 3.1420 loss_at_student: 3.1420 max mem: 7597
|
514 |
+
Epoch: 2 [ 15092 / 111704] loss: 3.3000 loss_at_student: 3.3000 max mem: 7597
|
515 |
+
Epoch: 2 [ 15592 / 111704] loss: 3.1154 loss_at_student: 3.1154 max mem: 7597
|
516 |
+
Epoch: 2 [ 16092 / 111704] loss: 3.6799 loss_at_student: 3.6799 max mem: 7597
|
517 |
+
Epoch: 2 [ 16592 / 111704] loss: 2.9719 loss_at_student: 2.9719 max mem: 7597
|
518 |
+
Epoch: 2 [ 17092 / 111704] loss: 3.3178 loss_at_student: 3.3178 max mem: 7597
|
519 |
+
Epoch: 2 [ 17592 / 111704] loss: 3.0249 loss_at_student: 3.0249 max mem: 7597
|
520 |
+
Epoch: 2 [ 18092 / 111704] loss: 3.1124 loss_at_student: 3.1124 max mem: 7597
|
521 |
+
Epoch: 2 [ 18592 / 111704] loss: 3.0208 loss_at_student: 3.0208 max mem: 7597
|
522 |
+
Epoch: 2 [ 19092 / 111704] loss: 3.4148 loss_at_student: 3.4148 max mem: 7597
|
523 |
+
Epoch: 2 [ 19592 / 111704] loss: 2.7564 loss_at_student: 2.7564 max mem: 7597
|
524 |
+
Epoch: 2 [ 20092 / 111704] loss: 3.0958 loss_at_student: 3.0958 max mem: 7597
|
525 |
+
Epoch: 2 [ 20592 / 111704] loss: 2.9602 loss_at_student: 2.9602 max mem: 7597
|
526 |
+
Epoch: 2 [ 21092 / 111704] loss: 3.1279 loss_at_student: 3.1279 max mem: 7597
|
527 |
+
Epoch: 2 [ 21592 / 111704] loss: 2.5996 loss_at_student: 2.5996 max mem: 7597
|
528 |
+
Epoch: 2 [ 22092 / 111704] loss: 2.9255 loss_at_student: 2.9255 max mem: 7597
|
529 |
+
Epoch: 2 [ 22592 / 111704] loss: 2.8220 loss_at_student: 2.8220 max mem: 7597
|
530 |
+
Epoch: 2 [ 23092 / 111704] loss: 3.5968 loss_at_student: 3.5968 max mem: 7597
|
531 |
+
Epoch: 2 [ 23592 / 111704] loss: 3.1218 loss_at_student: 3.1218 max mem: 7597
|
532 |
+
Epoch: 2 [ 24092 / 111704] loss: 3.0281 loss_at_student: 3.0281 max mem: 7597
|
533 |
+
Epoch: 2 [ 24592 / 111704] loss: 2.9733 loss_at_student: 2.9733 max mem: 7597
|
534 |
+
Epoch: 2 [ 25092 / 111704] loss: 2.9832 loss_at_student: 2.9832 max mem: 7597
|
535 |
+
Epoch: 2 [ 25592 / 111704] loss: 3.1556 loss_at_student: 3.1556 max mem: 7597
|
536 |
+
Epoch: 2 [ 26092 / 111704] loss: 3.5751 loss_at_student: 3.5751 max mem: 7597
|
537 |
+
Epoch: 2 [ 26592 / 111704] loss: 3.0645 loss_at_student: 3.0645 max mem: 7597
|
538 |
+
Epoch: 2 [ 27092 / 111704] loss: 3.2230 loss_at_student: 3.2230 max mem: 7597
|
539 |
+
Epoch: 2 [ 27592 / 111704] loss: 3.1791 loss_at_student: 3.1791 max mem: 7597
|
540 |
+
Epoch: 2 [ 28092 / 111704] loss: 3.1030 loss_at_student: 3.1030 max mem: 7597
|
541 |
+
Epoch: 2 [ 28592 / 111704] loss: 2.9599 loss_at_student: 2.9599 max mem: 7597
|
542 |
+
Epoch: 2 [ 29092 / 111704] loss: 3.2918 loss_at_student: 3.2918 max mem: 7597
|
543 |
+
Epoch: 2 [ 29592 / 111704] loss: 3.5885 loss_at_student: 3.5885 max mem: 7597
|
544 |
+
Epoch: 2 [ 30092 / 111704] loss: 3.0141 loss_at_student: 3.0141 max mem: 7597
|
545 |
+
Epoch: 2 [ 30592 / 111704] loss: 2.9831 loss_at_student: 2.9831 max mem: 7597
|
546 |
+
Epoch: 2 [ 31092 / 111704] loss: 2.7934 loss_at_student: 2.7934 max mem: 7597
|
547 |
+
Epoch: 2 [ 31592 / 111704] loss: 2.9667 loss_at_student: 2.9667 max mem: 7597
|
548 |
+
Epoch: 2 [ 32092 / 111704] loss: 3.1315 loss_at_student: 3.1315 max mem: 7597
|
549 |
+
Epoch: 2 [ 32592 / 111704] loss: 3.2508 loss_at_student: 3.2508 max mem: 7597
|
550 |
+
Epoch: 2 [ 33092 / 111704] loss: 3.2722 loss_at_student: 3.2722 max mem: 7597
|
551 |
+
Epoch: 2 [ 33592 / 111704] loss: 2.7211 loss_at_student: 2.7211 max mem: 7597
|
552 |
+
Epoch: 2 [ 34092 / 111704] loss: 2.8365 loss_at_student: 2.8365 max mem: 7597
|
553 |
+
Epoch: 2 [ 34592 / 111704] loss: 3.3109 loss_at_student: 3.3109 max mem: 7597
|
554 |
+
Epoch: 2 [ 35092 / 111704] loss: 3.0362 loss_at_student: 3.0362 max mem: 7597
|
555 |
+
Epoch: 2 [ 35592 / 111704] loss: 2.9647 loss_at_student: 2.9647 max mem: 7597
|
556 |
+
Epoch: 2 [ 36092 / 111704] loss: 3.1992 loss_at_student: 3.1992 max mem: 7597
|
557 |
+
Epoch: 2 [ 36592 / 111704] loss: 3.1449 loss_at_student: 3.1449 max mem: 7597
|
558 |
+
Epoch: 2 [ 37092 / 111704] loss: 3.2123 loss_at_student: 3.2123 max mem: 7597
|
559 |
+
Epoch: 2 [ 37592 / 111704] loss: 2.9693 loss_at_student: 2.9693 max mem: 7597
|
560 |
+
Epoch: 2 [ 38092 / 111704] loss: 3.0670 loss_at_student: 3.0670 max mem: 7597
|
561 |
+
Epoch: 2 [ 38592 / 111704] loss: 3.1207 loss_at_student: 3.1207 max mem: 7597
|
562 |
+
Epoch: 2 [ 39092 / 111704] loss: 3.1011 loss_at_student: 3.1011 max mem: 7597
|
563 |
+
Epoch: 2 [ 39592 / 111704] loss: 3.2596 loss_at_student: 3.2596 max mem: 7597
|
564 |
+
Epoch: 2 [ 40092 / 111704] loss: 2.8965 loss_at_student: 2.8965 max mem: 7597
|
565 |
+
Epoch: 2 [ 40592 / 111704] loss: 3.0696 loss_at_student: 3.0696 max mem: 7597
|
566 |
+
Epoch: 2 [ 41092 / 111704] loss: 3.3265 loss_at_student: 3.3265 max mem: 7597
|
567 |
+
Epoch: 2 [ 41592 / 111704] loss: 3.4100 loss_at_student: 3.4100 max mem: 7597
|
568 |
+
Epoch: 2 [ 42092 / 111704] loss: 2.9811 loss_at_student: 2.9811 max mem: 7597
|
569 |
+
Epoch: 2 [ 42592 / 111704] loss: 3.0444 loss_at_student: 3.0444 max mem: 7597
|
570 |
+
Epoch: 2 [ 43092 / 111704] loss: 2.9677 loss_at_student: 2.9677 max mem: 7597
|
571 |
+
Epoch: 2 [ 43592 / 111704] loss: 3.1948 loss_at_student: 3.1948 max mem: 7597
|
572 |
+
Epoch: 2 [ 44092 / 111704] loss: 3.0865 loss_at_student: 3.0865 max mem: 7597
|
573 |
+
Epoch: 2 [ 44592 / 111704] loss: 2.9306 loss_at_student: 2.9306 max mem: 7597
|
574 |
+
Epoch: 2 [ 45092 / 111704] loss: 3.2895 loss_at_student: 3.2895 max mem: 7597
|
575 |
+
Epoch: 2 [ 45592 / 111704] loss: 2.9763 loss_at_student: 2.9763 max mem: 7597
|
576 |
+
Epoch: 2 [ 46092 / 111704] loss: 3.0334 loss_at_student: 3.0334 max mem: 7597
|
577 |
+
Epoch: 2 [ 46592 / 111704] loss: 3.1123 loss_at_student: 3.1123 max mem: 7597
|
578 |
+
Epoch: 2 [ 47092 / 111704] loss: 3.0714 loss_at_student: 3.0714 max mem: 7597
|
579 |
+
Epoch: 2 [ 47592 / 111704] loss: 2.9862 loss_at_student: 2.9862 max mem: 7597
|
580 |
+
Epoch: 2 [ 48092 / 111704] loss: 2.9168 loss_at_student: 2.9168 max mem: 7597
|
581 |
+
Epoch: 2 [ 48592 / 111704] loss: 3.0830 loss_at_student: 3.0830 max mem: 7597
|
582 |
+
Epoch: 2 [ 49092 / 111704] loss: 3.1148 loss_at_student: 3.1148 max mem: 7597
|
583 |
+
Epoch: 2 [ 49592 / 111704] loss: 3.3342 loss_at_student: 3.3342 max mem: 7597
|
584 |
+
Epoch: 2 [ 50092 / 111704] loss: 3.1005 loss_at_student: 3.1005 max mem: 7597
|
585 |
+
Epoch: 2 [ 50592 / 111704] loss: 3.2425 loss_at_student: 3.2425 max mem: 7597
|
586 |
+
Epoch: 2 [ 51092 / 111704] loss: 3.3952 loss_at_student: 3.3952 max mem: 7597
|
587 |
+
Epoch: 2 [ 51592 / 111704] loss: 3.2944 loss_at_student: 3.2944 max mem: 7597
|
588 |
+
Epoch: 2 [ 52092 / 111704] loss: 3.1615 loss_at_student: 3.1615 max mem: 7597
|
589 |
+
Epoch: 2 [ 52592 / 111704] loss: 3.5014 loss_at_student: 3.5014 max mem: 7597
|
590 |
+
Epoch: 2 [ 53092 / 111704] loss: 3.0910 loss_at_student: 3.0910 max mem: 7597
|
591 |
+
Epoch: 2 [ 53592 / 111704] loss: 3.0033 loss_at_student: 3.0033 max mem: 7597
|
592 |
+
Epoch: 2 [ 54092 / 111704] loss: 3.3219 loss_at_student: 3.3219 max mem: 7597
|
593 |
+
Epoch: 2 [ 54592 / 111704] loss: 2.9142 loss_at_student: 2.9142 max mem: 7597
|
594 |
+
Epoch: 2 [ 55092 / 111704] loss: 3.4974 loss_at_student: 3.4974 max mem: 7597
|
595 |
+
Epoch: 2 [ 55592 / 111704] loss: 3.0405 loss_at_student: 3.0405 max mem: 7597
|
596 |
+
Epoch: 2 [ 56092 / 111704] loss: 3.0574 loss_at_student: 3.0574 max mem: 7597
|
597 |
+
Epoch: 2 [ 56592 / 111704] loss: 3.1187 loss_at_student: 3.1187 max mem: 7597
|
598 |
+
Epoch: 2 [ 57092 / 111704] loss: 3.0074 loss_at_student: 3.0074 max mem: 7597
|
599 |
+
Epoch: 2 [ 57592 / 111704] loss: 3.1858 loss_at_student: 3.1858 max mem: 7597
|
600 |
+
Epoch: 2 [ 58092 / 111704] loss: 3.1928 loss_at_student: 3.1928 max mem: 7597
|
601 |
+
Epoch: 2 [ 58592 / 111704] loss: 3.0415 loss_at_student: 3.0415 max mem: 7597
|
602 |
+
Epoch: 2 [ 59092 / 111704] loss: 3.1918 loss_at_student: 3.1918 max mem: 7597
|
603 |
+
Epoch: 2 [ 59592 / 111704] loss: 3.3756 loss_at_student: 3.3756 max mem: 7597
|
604 |
+
Epoch: 2 [ 60092 / 111704] loss: 3.3203 loss_at_student: 3.3203 max mem: 7597
|
605 |
+
Epoch: 2 [ 60592 / 111704] loss: 3.1989 loss_at_student: 3.1989 max mem: 7597
|
606 |
+
Epoch: 2 [ 61092 / 111704] loss: 3.0439 loss_at_student: 3.0439 max mem: 7597
|
607 |
+
Epoch: 2 [ 61592 / 111704] loss: 3.0236 loss_at_student: 3.0236 max mem: 7597
|
608 |
+
Epoch: 2 [ 62092 / 111704] loss: 3.0663 loss_at_student: 3.0663 max mem: 7597
|
609 |
+
Epoch: 2 [ 62592 / 111704] loss: 2.8388 loss_at_student: 2.8388 max mem: 7597
|
610 |
+
Epoch: 2 [ 63092 / 111704] loss: 3.3522 loss_at_student: 3.3522 max mem: 7597
|
611 |
+
Epoch: 2 [ 63592 / 111704] loss: 3.0969 loss_at_student: 3.0969 max mem: 7597
|
612 |
+
Epoch: 2 [ 64092 / 111704] loss: 3.2880 loss_at_student: 3.2880 max mem: 7597
|
613 |
+
Epoch: 2 [ 64592 / 111704] loss: 3.1295 loss_at_student: 3.1295 max mem: 7597
|
614 |
+
Epoch: 2 [ 65092 / 111704] loss: 3.1881 loss_at_student: 3.1881 max mem: 7597
|
615 |
+
Epoch: 2 [ 65592 / 111704] loss: 3.1249 loss_at_student: 3.1249 max mem: 7597
|
616 |
+
Epoch: 2 [ 66092 / 111704] loss: 2.9852 loss_at_student: 2.9852 max mem: 7597
|
617 |
+
Epoch: 2 [ 66592 / 111704] loss: 3.1692 loss_at_student: 3.1692 max mem: 7597
|
618 |
+
Epoch: 2 [ 67092 / 111704] loss: 2.7819 loss_at_student: 2.7819 max mem: 7597
|
619 |
+
Epoch: 2 [ 67592 / 111704] loss: 3.1106 loss_at_student: 3.1106 max mem: 7597
|
620 |
+
Epoch: 2 [ 68092 / 111704] loss: 3.5338 loss_at_student: 3.5338 max mem: 7597
|
621 |
+
Epoch: 2 [ 68592 / 111704] loss: 3.0590 loss_at_student: 3.0590 max mem: 7597
|
622 |
+
Epoch: 2 [ 69092 / 111704] loss: 3.3025 loss_at_student: 3.3025 max mem: 7597
|
623 |
+
Epoch: 2 [ 69592 / 111704] loss: 3.4662 loss_at_student: 3.4662 max mem: 7597
|
624 |
+
Epoch: 2 [ 70092 / 111704] loss: 2.8658 loss_at_student: 2.8658 max mem: 7597
|
625 |
+
Epoch: 2 [ 70592 / 111704] loss: 3.2873 loss_at_student: 3.2873 max mem: 7597
|
626 |
+
Epoch: 2 [ 71092 / 111704] loss: 3.4558 loss_at_student: 3.4558 max mem: 7597
|
627 |
+
Epoch: 2 [ 71592 / 111704] loss: 2.7339 loss_at_student: 2.7339 max mem: 7597
|
628 |
+
Epoch: 2 [ 72092 / 111704] loss: 3.0521 loss_at_student: 3.0521 max mem: 7597
|
629 |
+
Epoch: 2 [ 72592 / 111704] loss: 3.2664 loss_at_student: 3.2664 max mem: 7597
|
630 |
+
Epoch: 2 [ 73092 / 111704] loss: 2.7575 loss_at_student: 2.7575 max mem: 7597
|
631 |
+
Epoch: 2 [ 73592 / 111704] loss: 3.0140 loss_at_student: 3.0140 max mem: 7597
|
632 |
+
Epoch: 2 [ 74092 / 111704] loss: 2.6482 loss_at_student: 2.6482 max mem: 7597
|
633 |
+
Epoch: 2 [ 74592 / 111704] loss: 3.2003 loss_at_student: 3.2003 max mem: 7597
|
634 |
+
Epoch: 2 [ 75092 / 111704] loss: 3.6019 loss_at_student: 3.6019 max mem: 7597
|
635 |
+
Epoch: 2 [ 75592 / 111704] loss: 3.3288 loss_at_student: 3.3288 max mem: 7597
|
636 |
+
Epoch: 2 [ 76092 / 111704] loss: 2.8977 loss_at_student: 2.8977 max mem: 7597
|
637 |
+
Epoch: 2 [ 76592 / 111704] loss: 3.5917 loss_at_student: 3.5917 max mem: 7597
|
638 |
+
Epoch: 2 [ 77092 / 111704] loss: 2.9039 loss_at_student: 2.9039 max mem: 7597
|
639 |
+
Epoch: 2 [ 77592 / 111704] loss: 3.4392 loss_at_student: 3.4392 max mem: 7597
|
640 |
+
Epoch: 2 [ 78092 / 111704] loss: 2.8249 loss_at_student: 2.8249 max mem: 7597
|
641 |
+
Epoch: 2 [ 78592 / 111704] loss: 3.1704 loss_at_student: 3.1704 max mem: 7597
|
642 |
+
Epoch: 2 [ 79092 / 111704] loss: 2.9782 loss_at_student: 2.9782 max mem: 7597
|
643 |
+
Epoch: 2 [ 79592 / 111704] loss: 2.8502 loss_at_student: 2.8502 max mem: 7597
|
644 |
+
Epoch: 2 [ 80092 / 111704] loss: 2.9841 loss_at_student: 2.9841 max mem: 7597
|
645 |
+
Epoch: 2 [ 80592 / 111704] loss: 3.1727 loss_at_student: 3.1727 max mem: 7597
|
646 |
+
Epoch: 2 [ 81092 / 111704] loss: 3.4080 loss_at_student: 3.4080 max mem: 7597
|
647 |
+
Epoch: 2 [ 81592 / 111704] loss: 3.2048 loss_at_student: 3.2048 max mem: 7597
|
648 |
+
Epoch: 2 [ 82092 / 111704] loss: 2.9910 loss_at_student: 2.9910 max mem: 7597
|
649 |
+
Epoch: 2 [ 82592 / 111704] loss: 3.1524 loss_at_student: 3.1524 max mem: 7597
|
650 |
+
Epoch: 2 [ 83092 / 111704] loss: 3.1920 loss_at_student: 3.1920 max mem: 7597
|
651 |
+
Epoch: 2 [ 83592 / 111704] loss: 3.0559 loss_at_student: 3.0559 max mem: 7597
|
652 |
+
Epoch: 2 [ 84092 / 111704] loss: 2.8880 loss_at_student: 2.8880 max mem: 7597
|
653 |
+
Epoch: 2 [ 84592 / 111704] loss: 3.2365 loss_at_student: 3.2365 max mem: 7597
|
654 |
+
Epoch: 2 [ 85092 / 111704] loss: 2.8279 loss_at_student: 2.8279 max mem: 7597
|
655 |
+
Epoch: 2 [ 85592 / 111704] loss: 2.9217 loss_at_student: 2.9217 max mem: 7597
|
656 |
+
Epoch: 2 [ 86092 / 111704] loss: 3.3111 loss_at_student: 3.3111 max mem: 7597
|
657 |
+
Epoch: 2 [ 86592 / 111704] loss: 3.2999 loss_at_student: 3.2999 max mem: 7597
|
658 |
+
Epoch: 2 [ 87092 / 111704] loss: 3.1021 loss_at_student: 3.1021 max mem: 7597
|
659 |
+
Epoch: 2 [ 87592 / 111704] loss: 2.7914 loss_at_student: 2.7914 max mem: 7597
|
660 |
+
Epoch: 2 [ 88092 / 111704] loss: 3.0102 loss_at_student: 3.0102 max mem: 7597
|
661 |
+
Epoch: 2 [ 88592 / 111704] loss: 3.3256 loss_at_student: 3.3256 max mem: 7597
|
662 |
+
Epoch: 2 [ 89092 / 111704] loss: 3.1430 loss_at_student: 3.1430 max mem: 7597
|
663 |
+
Epoch: 2 [ 89592 / 111704] loss: 3.1627 loss_at_student: 3.1627 max mem: 7597
|
664 |
+
Epoch: 2 [ 90092 / 111704] loss: 2.8412 loss_at_student: 2.8412 max mem: 7597
|
665 |
+
Epoch: 2 [ 90592 / 111704] loss: 2.9398 loss_at_student: 2.9398 max mem: 7597
|
666 |
+
Epoch: 2 [ 91092 / 111704] loss: 2.9865 loss_at_student: 2.9865 max mem: 7597
|
667 |
+
Epoch: 2 [ 91592 / 111704] loss: 3.0481 loss_at_student: 3.0481 max mem: 7597
|
668 |
+
Epoch: 2 [ 92092 / 111704] loss: 2.6848 loss_at_student: 2.6848 max mem: 7597
|
669 |
+
Epoch: 2 [ 92592 / 111704] loss: 3.2974 loss_at_student: 3.2974 max mem: 7597
|
670 |
+
Epoch: 2 [ 93092 / 111704] loss: 2.9354 loss_at_student: 2.9354 max mem: 7597
|
671 |
+
Epoch: 2 [ 93592 / 111704] loss: 3.2387 loss_at_student: 3.2387 max mem: 7597
|
672 |
+
Epoch: 2 [ 94092 / 111704] loss: 2.5645 loss_at_student: 2.5645 max mem: 7597
|
673 |
+
Epoch: 2 [ 94592 / 111704] loss: 2.8155 loss_at_student: 2.8155 max mem: 7597
|
674 |
+
Epoch: 2 [ 95092 / 111704] loss: 3.1809 loss_at_student: 3.1809 max mem: 7597
|
675 |
+
Epoch: 2 [ 95592 / 111704] loss: 3.0687 loss_at_student: 3.0687 max mem: 7597
|
676 |
+
Epoch: 2 [ 96092 / 111704] loss: 3.0573 loss_at_student: 3.0573 max mem: 7597
|
677 |
+
Epoch: 2 [ 96592 / 111704] loss: 3.3157 loss_at_student: 3.3157 max mem: 7597
|
678 |
+
Epoch: 2 [ 97092 / 111704] loss: 2.8827 loss_at_student: 2.8827 max mem: 7597
|
679 |
+
Epoch: 2 [ 97592 / 111704] loss: 2.9934 loss_at_student: 2.9934 max mem: 7597
|
680 |
+
Epoch: 2 [ 98092 / 111704] loss: 3.0306 loss_at_student: 3.0306 max mem: 7597
|
681 |
+
Epoch: 2 [ 98592 / 111704] loss: 3.0934 loss_at_student: 3.0934 max mem: 7597
|
682 |
+
Epoch: 2 [ 99092 / 111704] loss: 2.9938 loss_at_student: 2.9938 max mem: 7597
|
683 |
+
Epoch: 2 [ 99592 / 111704] loss: 3.3441 loss_at_student: 3.3441 max mem: 7597
|
684 |
+
Epoch: 2 [100092 / 111704] loss: 3.0537 loss_at_student: 3.0537 max mem: 7597
|
685 |
+
Epoch: 2 [100592 / 111704] loss: 3.3418 loss_at_student: 3.3418 max mem: 7597
|
686 |
+
Epoch: 2 [101092 / 111704] loss: 3.0892 loss_at_student: 3.0892 max mem: 7597
|
687 |
+
Epoch: 2 [101592 / 111704] loss: 3.2821 loss_at_student: 3.2821 max mem: 7597
|
688 |
+
Epoch: 2 [102092 / 111704] loss: 3.0410 loss_at_student: 3.0410 max mem: 7597
|
689 |
+
Epoch: 2 [102592 / 111704] loss: 2.9763 loss_at_student: 2.9763 max mem: 7597
|
690 |
+
Epoch: 2 [103092 / 111704] loss: 3.2817 loss_at_student: 3.2817 max mem: 7597
|
691 |
+
Epoch: 2 [103592 / 111704] loss: 2.9892 loss_at_student: 2.9892 max mem: 7597
|
692 |
+
Epoch: 2 [104092 / 111704] loss: 3.0735 loss_at_student: 3.0735 max mem: 7597
|
693 |
+
Epoch: 2 [104592 / 111704] loss: 3.1850 loss_at_student: 3.1850 max mem: 7597
|
694 |
+
Epoch: 2 [105092 / 111704] loss: 3.0212 loss_at_student: 3.0212 max mem: 7597
|
695 |
+
Epoch: 2 [105592 / 111704] loss: 3.0313 loss_at_student: 3.0313 max mem: 7597
|
696 |
+
Epoch: 2 [106092 / 111704] loss: 3.0088 loss_at_student: 3.0088 max mem: 7597
|
697 |
+
Epoch: 2 [106592 / 111704] loss: 3.3199 loss_at_student: 3.3199 max mem: 7597
|
698 |
+
Epoch: 2 [107092 / 111704] loss: 2.8394 loss_at_student: 2.8394 max mem: 7597
|
699 |
+
Epoch: 2 [107592 / 111704] loss: 3.1127 loss_at_student: 3.1127 max mem: 7597
|
700 |
+
Epoch: 2 [108092 / 111704] loss: 3.1149 loss_at_student: 3.1149 max mem: 7597
|
701 |
+
Epoch: 2 [108592 / 111704] loss: 3.1553 loss_at_student: 3.1553 max mem: 7597
|
702 |
+
Epoch: 2 [109092 / 111704] loss: 3.0681 loss_at_student: 3.0681 max mem: 7597
|
703 |
+
Epoch: 2 [109592 / 111704] loss: 2.8928 loss_at_student: 2.8928 max mem: 7597
|
704 |
+
Epoch: 2 [110092 / 111704] loss: 2.5687 loss_at_student: 2.5687 max mem: 7597
|
705 |
+
Epoch: 2 [110592 / 111704] loss: 3.2357 loss_at_student: 3.2357 max mem: 7597
|
706 |
+
Epoch: 2 [111092 / 111704] loss: 3.1596 loss_at_student: 3.1596 max mem: 7597
|
707 |
+
Epoch: 2 [111592 / 111704] loss: 2.8145 loss_at_student: 2.8145 max mem: 7597
|
708 |
+
Averaged stats: loss: 3.1486 loss_at_student: 3.1486
|
709 |
+
Train epoch time: 3:58:32
|
710 |
+
Train time: 11:55:48
|
modules.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
{
|
3 |
+
"idx": 0,
|
4 |
+
"name": "0",
|
5 |
+
"path": "",
|
6 |
+
"type": "sentence_transformers.models.Transformer"
|
7 |
+
},
|
8 |
+
{
|
9 |
+
"idx": 1,
|
10 |
+
"name": "1",
|
11 |
+
"path": "1_Pooling",
|
12 |
+
"type": "sentence_transformers.models.Pooling"
|
13 |
+
},
|
14 |
+
{
|
15 |
+
"idx": 2,
|
16 |
+
"name": "2",
|
17 |
+
"path": "2_Dense",
|
18 |
+
"type": "sentence_transformers.models.Dense"
|
19 |
+
},
|
20 |
+
{
|
21 |
+
"idx": 3,
|
22 |
+
"name": "3",
|
23 |
+
"path": "3_Projector",
|
24 |
+
"type": "models.Projector"
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"idx": 4,
|
28 |
+
"name": "4",
|
29 |
+
"path": "4_Decoder",
|
30 |
+
"type": "models.Decoder"
|
31 |
+
}
|
32 |
+
]
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a2e1f2200970a590f718be170c83c8e67dde348a645e634ea38f761aa64e5b96
|
3 |
+
size 538975987
|
sentence_bert_config.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"max_seq_length": 128,
|
3 |
+
"do_lower_case": false
|
4 |
+
}
|