captcha-recognition / config.json
krishnatherokar's picture
Save model using Keras.
3639714 verified
Raw
History Blame Contribute Delete
167 kB
{"module": "keras.src.models.functional", "class_name": "Functional", "config": {"name": "base_model", "trainable": true, "layers": [{"module": "keras.layers", "class_name": "InputLayer", "config": {"batch_shape": [null, 50, 200, 1], "dtype": "float32", "sparse": false, "ragged": false, "name": "image"}, "registered_name": null, "name": "image", "inbound_nodes": []}, {"module": "keras.layers", "class_name": "Conv2D", "config": {"name": "Conv1", "trainable": true, "dtype": {"module": "keras", "class_name": "DTypePolicy", "config": {"name": "float32"}, "registered_name": null}, "filters": 64, "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "silu", "use_bias": true, "kernel_initializer": {"module": "keras.initializers", "class_name": "GlorotUniform", "config": {"seed": null}, "registered_name": null}, "bias_initializer": {"module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "registered_name": null, "build_config": {"input_shape": [null, 50, 200, 1]}, "name": "Conv1", "inbound_nodes": [{"args": [{"class_name": "__keras_tensor__", "config": {"shape": [null, 50, 200, 1], "dtype": "float32", "keras_history": ["image", 0, 0]}}], "kwargs": {}}]}, {"module": "keras.layers", "class_name": "BatchNormalization", "config": {"name": "batch_normalization", "trainable": true, "dtype": {"module": "keras", "class_name": "DTypePolicy", "config": {"name": "float32"}, "registered_name": null}, "axis": -1, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null}, "gamma_initializer": {"module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null}, "moving_mean_initializer": {"module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null}, "moving_variance_initializer": {"module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null, "synchronized": false}, "registered_name": null, "build_config": {"input_shape": [null, 50, 200, 64]}, "name": "batch_normalization", "inbound_nodes": [{"args": [{"class_name": "__keras_tensor__", "config": {"shape": [null, 50, 200, 64], "dtype": "float32", "keras_history": ["Conv1", 0, 0]}}], "kwargs": {"mask": null}}]}, {"module": "keras.layers", "class_name": "MaxPooling2D", "config": {"name": "pool1", "trainable": true, "dtype": {"module": "keras", "class_name": "DTypePolicy", "config": {"name": "float32"}, "registered_name": null}, "pool_size": [2, 2], "padding": "valid", "strides": [2, 2], "data_format": "channels_last"}, "registered_name": null, "name": "pool1", "inbound_nodes": [{"args": [{"class_name": "__keras_tensor__", "config": {"shape": [null, 50, 200, 64], "dtype": "float32", "keras_history": ["batch_normalization", 0, 0]}}], "kwargs": {}}]}, {"module": "keras.layers", "class_name": "Conv2D", "config": {"name": "Conv2", "trainable": true, "dtype": {"module": "keras", "class_name": "DTypePolicy", "config": {"name": "float32"}, "registered_name": null}, "filters": 128, "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1], "groups": 1, "activation": "silu", "use_bias": true, "kernel_initializer": {"module": "keras.initializers", "class_name": "GlorotUniform", "config": {"seed": null}, "registered_name": null}, "bias_initializer": {"module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "registered_name": null, "build_config": {"input_shape": [null, 25, 100, 64]}, "name": "Conv2", "inbound_nodes": [{"args": [{"class_name": "__keras_tensor__", "config": {"shape": [null, 25, 100, 64], "dtype": "float32", "keras_history": ["pool1", 0, 0]}}], "kwargs": {}}]}, {"module": "keras.layers", "class_name": "BatchNormalization", "config": {"name": "batch_normalization_1", "trainable": true, "dtype": {"module": "keras", "class_name": "DTypePolicy", "config": {"name": "float32"}, "registered_name": null}, "axis": -1, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null}, "gamma_initializer": {"module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null}, "moving_mean_initializer": {"module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null}, "moving_variance_initializer": {"module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null, "synchronized": false}, "registered_name": null, "build_config": {"input_shape": [null, 25, 100, 128]}, "name": "batch_normalization_1", "inbound_nodes": [{"args": [{"class_name": "__keras_tensor__", "config": {"shape": [null, 25, 100, 128], "dtype": "float32", "keras_history": ["Conv2", 0, 0]}}], "kwargs": {"mask": null}}]}, {"module": "keras.layers", "class_name": "MaxPooling2D", "config": {"name": "pool2", "trainable": true, "dtype": {"module": "keras", "class_name": "DTypePolicy", "config": {"name": "float32"}, "registered_name": null}, "pool_size": [2, 2], "padding": "valid", "strides": [2, 2], "data_format": "channels_last"}, "registered_name": null, "name": "pool2", "inbound_nodes": [{"args": [{"class_name": "__keras_tensor__", "config": {"shape": [null, 25, 100, 128], "dtype": "float32", "keras_history": ["batch_normalization_1", 0, 0]}}], "kwargs": {}}]}, {"module": "keras.layers", "class_name": "Conv2D", "config": {"name": "Conv3", "trainable": true, "dtype": {"module": "keras", "class_name": "DTypePolicy", "config": {"name": "float32"}, "registered_name": null}, "filters": 256, "kernel_size": [3, 3], "strides": [1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [2, 2], "groups": 1, "activation": "silu", "use_bias": true, "kernel_initializer": {"module": "keras.initializers", "class_name": "GlorotUniform", "config": {"seed": null}, "registered_name": null}, "bias_initializer": {"module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "registered_name": null, "build_config": {"input_shape": [null, 12, 50, 128]}, "name": "Conv3", "inbound_nodes": [{"args": [{"class_name": "__keras_tensor__", "config": {"shape": [null, 12, 50, 128], "dtype": "float32", "keras_history": ["pool2", 0, 0]}}], "kwargs": {}}]}, {"module": "keras.layers", "class_name": "BatchNormalization", "config": {"name": "batch_normalization_2", "trainable": true, "dtype": {"module": "keras", "class_name": "DTypePolicy", "config": {"name": "float32"}, "registered_name": null}, "axis": -1, "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null}, "gamma_initializer": {"module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null}, "moving_mean_initializer": {"module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null}, "moving_variance_initializer": {"module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null, "synchronized": false}, "registered_name": null, "build_config": {"input_shape": [null, 12, 50, 256]}, "name": "batch_normalization_2", "inbound_nodes": [{"args": [{"class_name": "__keras_tensor__", "config": {"shape": [null, 12, 50, 256], "dtype": "float32", "keras_history": ["Conv3", 0, 0]}}], "kwargs": {"mask": null}}]}, {"module": "keras.layers", "class_name": "MaxPooling2D", "config": {"name": "pool3", "trainable": true, "dtype": {"module": "keras", "class_name": "DTypePolicy", "config": {"name": "float32"}, "registered_name": null}, "pool_size": [2, 1], "padding": "valid", "strides": [2, 1], "data_format": "channels_last"}, "registered_name": null, "name": "pool3", "inbound_nodes": [{"args": [{"class_name": "__keras_tensor__", "config": {"shape": [null, 12, 50, 256], "dtype": "float32", "keras_history": ["batch_normalization_2", 0, 0]}}], "kwargs": {}}]}, {"module": "keras.layers", "class_name": "Permute", "config": {"name": "permute", "trainable": true, "dtype": {"module": "keras", "class_name": "DTypePolicy", "config": {"name": "float32"}, "registered_name": null}, "dims": [2, 1, 3]}, "registered_name": null, "build_config": {"input_shape": [null, 6, 50, 256]}, "name": "permute", "inbound_nodes": [{"args": [{"class_name": "__keras_tensor__", "config": {"shape": [null, 6, 50, 256], "dtype": "float32", "keras_history": ["pool3", 0, 0]}}], "kwargs": {}}]}, {"module": "keras.layers", "class_name": "Reshape", "config": {"name": "reshape", "trainable": true, "dtype": {"module": "keras", "class_name": "DTypePolicy", "config": {"name": "float32"}, "registered_name": null}, "target_shape": [50, 1536]}, "registered_name": null, "build_config": {"input_shape": [null, 50, 6, 256]}, "name": "reshape", "inbound_nodes": [{"args": [{"class_name": "__keras_tensor__", "config": {"shape": [null, 50, 6, 256], "dtype": "float32", "keras_history": ["permute", 0, 0]}}], "kwargs": {}}]}, {"module": "keras.layers", "class_name": "Dense", "config": {"name": "dense", "trainable": true, "dtype": {"module": "keras", "class_name": "DTypePolicy", "config": {"name": "float32"}, "registered_name": null}, "units": 128, "activation": "linear", "use_bias": true, "kernel_initializer": {"module": "keras.initializers", "class_name": "GlorotUniform", "config": {"seed": null}, "registered_name": null}, "bias_initializer": {"module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null}, "kernel_regularizer": null, "bias_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "registered_name": null, "build_config": {"input_shape": [null, 50, 1536]}, "name": "dense", "inbound_nodes": [{"args": [{"class_name": "__keras_tensor__", "config": {"shape": [null, 50, 1536], "dtype": "float32", "keras_history": ["reshape", 0, 0]}}], "kwargs": {}}]}, {"module": "keras.layers", "class_name": "Add", "config": {"name": "pos_add", "trainable": true, "dtype": {"module": "keras", "class_name": "DTypePolicy", "config": {"name": "float32"}, "registered_name": null}}, "registered_name": null, "build_config": {"input_shape": [[null, 50, 128], [1, 50, 128]]}, "name": "pos_add", "inbound_nodes": [{"args": [[{"class_name": "__keras_tensor__", "config": {"shape": [null, 50, 128], "dtype": "float32", "keras_history": ["dense", 0, 0]}}, {"class_name": "__tensor__", "config": {"value": [[[-0.00981292873620987, -0.028777766972780228, 0.008910369127988815, 0.01171250268816948, -0.04629272222518921, 0.042533133178949356, -0.006657160818576813, -0.010571800172328949, -0.01388782262802124, 3.647059202194214e-06, 0.012826655060052872, 0.008343338966369629, 0.036658357828855515, -0.022182155400514603, 0.016735825687646866, -0.022612107917666435, 0.014391984790563583, 0.019792307168245316, 0.03369864448904991, -0.0017223954200744629, -0.0415879487991333, 0.011263929307460785, -0.03604743629693985, 0.04500490799546242, 0.009734369814395905, 0.0331960953772068, 0.0386226661503315, 0.04747379198670387, -0.043084826320409775, 0.04910669103264809, -0.03805575519800186, -0.04408944770693779, -0.0036736130714416504, -0.01344996690750122, -0.046152569353580475, 0.014603707939386368, 0.031329166144132614, -0.03598223999142647, 0.0431026928126812, 0.04948698356747627, -0.001834046095609665, -0.04615623876452446, -0.044921875, 0.03851461783051491, -0.016356967389583588, 0.013789799064397812, -0.0418463833630085, -0.03185126930475235, 0.012673784047365189, -0.045603930950164795, -0.02094646729528904, 0.013336088508367538, 0.03862803056836128, -0.005407057702541351, -1.0382384061813354e-05, 0.032035816460847855, -0.03465806320309639, -0.043234944343566895, -0.014983940869569778, -0.03249087184667587, -0.04894967004656792, -0.0071316249668598175, 0.03351077064871788, -0.038706086575984955, -0.009756993502378464, -0.03864635154604912, -0.03651298210024834, 0.0027305111289024353, -0.03906910493969917, 0.007357608526945114, 0.017115537077188492, 0.048577990382909775, 0.020327333360910416, 0.04020686075091362, -0.021347416564822197, 0.0012910477817058563, 0.0007198676466941833, 0.023830022662878036, -0.045551445335149765, 0.028200019150972366, 0.0027396194636821747, -0.0382617823779583, -0.00034864991903305054, 0.04997055605053902, 0.03666293993592262, -0.03652728721499443, 0.027854572981595993, 0.004308212548494339, 0.011199582368135452, -0.0399240143597126, -0.014822494238615036, -0.005858909338712692, 0.04430459812283516, -0.0326700359582901, 0.026681017130613327, 0.02629869058728218, -0.002244293689727783, -0.02987363375723362, 0.03409111872315407, -0.026832913979887962, -0.04209624603390694, 0.020918022841215134, -0.02991661988198757, -0.03222435712814331, 0.04256446287035942, -0.0031555071473121643, -0.03190028667449951, -0.047759439796209335, 0.014334890991449356, 0.04485073313117027, 0.02048654481768608, -0.020692957565188408, 0.009861849248409271, 0.03147098049521446, 0.01969405636191368, 0.031407106667757034, -0.04496422037482262, 0.04683214798569679, 0.03339190408587456, -0.031344614923000336, 0.033246878534555435, -0.041211940348148346, -0.02484731748700142, -0.016273654997348785, 0.004226267337799072, 0.04717192426323891, 0.04224390164017677, 0.00258646160364151], [-0.001996256411075592, -0.03211691230535507, -0.007971655577421188, -0.04604364559054375, 0.0013278014957904816, 0.03701794520020485, 0.015327241271734238, 0.007603753358125687, -0.004732690751552582, 0.0454380176961422, -0.03914177417755127, 0.010046325623989105, 0.013412300497293472, 0.005392741411924362, 0.022340882569551468, -0.04574194177985191, -0.011361848562955856, 0.012195266783237457, -0.045957744121551514, 0.004068352282047272, 0.015104863792657852, 0.004130125045776367, 0.03265121951699257, -0.018640220165252686, -0.0032067187130451202, 0.010338354855775833, 0.0004378668963909149, -0.01275622844696045, 0.007087338715791702, 0.04694957658648491, 0.023420218378305435, 0.034433651715517044, -0.021435081958770752, -0.010938666760921478, -0.03727910667657852, -0.0038069263100624084, 0.027185332030057907, 0.0286269448697567, -0.02766970358788967, -0.02158515527844429, -0.022492993623018265, 0.01890667900443077, -0.017625320702791214, 0.021619711071252823, 0.016476187855005264, 0.002150844782590866, 0.010217644274234772, -0.034756459295749664, -0.006909679621458054, 0.02944907173514366, -0.03602944687008858, -0.015450406819581985, 0.03570318594574928, -0.03161909431219101, 0.012755442410707474, 0.0011365413665771484, 0.03818872198462486, 0.010782074183225632, -0.047779884189367294, -0.0299347173422575, -0.0496353879570961, 0.0007065050303936005, -0.041017115116119385, -0.019557464867830276, -0.04244586452841759, 0.004424847662448883, 0.025111008435487747, -0.046976327896118164, 0.016792062669992447, -0.009382832795381546, -0.012906063348054886, 0.048996541649103165, 0.04507024213671684, 0.04688910022377968, 0.048374783247709274, -0.015460740774869919, -0.039560507982969284, -0.03249713033437729, 0.03282281383872032, -0.044965874403715134, -0.02463715150952339, 0.004470527172088623, 0.04845033958554268, 0.04595078155398369, 0.046914685517549515, -0.022976994514465332, 0.024952221661806107, -0.009106766432523727, 0.021812070161104202, -0.04867897182703018, 0.01552722230553627, 0.01960514858365059, 0.045560095459222794, 0.0184268020093441, 0.011837661266326904, -0.023589063435792923, 0.011933039873838425, -0.01156621053814888, -0.031191205605864525, 0.0065684691071510315, 0.03878072276711464, 0.03743746504187584, -0.008044708520174026, 0.03972829505801201, -0.03922121599316597, -0.015551447868347168, 0.030101608484983444, -0.04049105569720268, 0.023391377180814743, 0.02984447404742241, -0.03561657667160034, -0.005112744867801666, 0.029301989823579788, 0.0050560347735881805, -0.028436005115509033, 0.036522213369607925, -0.027004361152648926, -0.010975204408168793, -0.04132038354873657, 0.048417579382658005, -0.03601249307394028, -0.03677229955792427, 0.017575349658727646, 0.01853320375084877, 0.009700894355773926, 0.037804391235113144, 0.0399288572371006, 0.0046163685619831085], [-0.011118374764919281, 0.02039969339966774, -0.024542247876524925, -0.045605529099702835, 0.02647513523697853, 0.038290705531835556, -0.01578507572412491, 0.032228533178567886, 0.034963104873895645, 0.03839646652340889, -0.04408891126513481, -0.04947087913751602, 0.03192558512091637, 0.038217078894376755, -0.0068365707993507385, 0.002913855016231537, -0.04701310396194458, 0.010810494422912598, 0.02207091823220253, 0.04806690290570259, -0.04905402660369873, -0.021781636402010918, 0.04213676229119301, -0.027430737391114235, -0.035241447389125824, 0.03645871952176094, 0.030393589287996292, -0.03442903608083725, -0.0339297279715538, 0.001326240599155426, -0.02780524455010891, 0.0485537089407444, 0.024476241320371628, 0.026304397732019424, -0.049779415130615234, 0.021366801112890244, 0.0441821925342083, -0.002481319010257721, -0.029502367600798607, -0.004785038530826569, 0.04155026748776436, -0.025381220504641533, 0.035967741161584854, -0.027308965101838112, 0.00954144075512886, -0.01796100288629532, 0.023811232298612595, -0.030162859708070755, 0.03569433465600014, -0.030246222391724586, 0.009985186159610748, 0.02211589738726616, -0.033807266503572464, -0.04426424577832222, 0.012200545519590378, 0.0031689517199993134, -0.03742734342813492, -0.034387897700071335, 0.021927569061517715, 0.034184638410806656, -0.038432229310274124, -0.013052821159362793, -0.028765583410859108, 0.006804335862398148, -0.043032776564359665, 0.0028333067893981934, 0.03504028543829918, 0.015159357339143753, -0.00437704473733902, -0.028633499518036842, -0.013630189001560211, -0.006170094013214111, -0.03061862103641033, 0.038976218551397324, 0.03809993341565132, -0.02359107695519924, -0.032811641693115234, -0.008298613131046295, 0.03493164852261543, 0.018911506980657578, -0.04933784157037735, 0.04925428703427315, -0.03884320333600044, 0.04932328686118126, -0.04684850201010704, -0.02709721401333809, 0.026519786566495895, 0.04798922315239906, 0.035479310899972916, 0.020773086696863174, 0.045510973781347275, -0.010049544274806976, 0.021105531603097916, 0.02915484830737114, 0.011808358132839203, -0.010391533374786377, -0.032857656478881836, -0.04418879747390747, 0.03639854118227959, 0.020162764936685562, -0.011609327048063278, 0.016032587736845016, 0.024531755596399307, -0.04121673107147217, -0.0188011284917593, -0.011863362044095993, -0.005322195589542389, -0.03773834556341171, 0.043629731982946396, 0.04401108995079994, -0.043849337846040726, 0.046705212444067, 0.04792264476418495, -0.0176004059612751, -0.01227409765124321, -0.029206741601228714, -0.0038642175495624542, -0.03938751295208931, 0.01723353937268257, -0.029073191806674004, 0.044663894921541214, 0.04877741262316704, 0.008261870592832565, -0.03534970432519913, 0.016924265772104263, 0.02596476301550865, 0.009738363325595856, 0.02770392969250679], [0.012161709368228912, -0.0402456633746624, 0.0030333176255226135, -0.006640255451202393, 0.039211396127939224, -0.03141367435455322, -0.023005247116088867, -0.013639498502016068, 0.03219972923398018, 0.006025932729244232, 0.009252022951841354, 0.03732334449887276, -0.007360100746154785, 0.03441007062792778, -0.012345194816589355, 0.014105383306741714, 0.007653761655092239, -0.00833578035235405, -0.03719048574566841, -0.03849005699157715, -0.03305342048406601, -0.000280965119600296, -0.01704191043972969, -0.011631190776824951, -0.03833811357617378, 0.019917871803045273, 0.031252969056367874, 0.03990596905350685, -0.0066686272621154785, 0.0077748894691467285, -0.015050530433654785, 0.01934036985039711, 0.006492815911769867, 0.01623828336596489, -0.021839117631316185, -0.022368252277374268, -0.02806774340569973, 0.036100853234529495, 0.03159520402550697, 0.024188149720430374, 0.007697045803070068, 0.013424906879663467, -0.026473356410861015, -0.00934821367263794, -0.028964770957827568, 0.03923043981194496, -0.033164478838443756, -0.039928972721099854, -0.017013657838106155, 0.038690295070409775, 0.023644831031560898, 0.03629550710320473, 0.020516719669103622, -0.025491107255220413, -0.022065674886107445, -0.0240532997995615, -0.03905829042196274, -0.021047567948698997, -0.00599893182516098, -0.04124410077929497, 0.027213159948587418, 0.034553829580545425, 0.016900744289159775, 0.042513761669397354, 0.047299277037382126, -0.0021448731422424316, 0.00027545541524887085, 0.028938177973031998, 0.017014477401971817, -0.009699869900941849, -0.027402782812714577, 0.02982402965426445, 0.02945953980088234, 0.030493248254060745, 0.02648886665701866, 0.04153785482048988, 0.023181762546300888, 0.001637279987335205, -0.0002716556191444397, -0.02431194856762886, -0.031053734943270683, -0.008851788938045502, -0.008533786982297897, 0.021465424448251724, -0.02404308319091797, -0.03175007179379463, -0.04441104084253311, -0.0452171228826046, -0.013941872864961624, 0.010622061789035797, 0.023397769778966904, 0.007466305047273636, -0.017892658710479736, -0.001315869390964508, -0.007076311856508255, 0.0005747079849243164, -0.0384034626185894, -0.01356891542673111, 0.03934062644839287, 0.03976074233651161, 0.004943717271089554, -0.003199256956577301, -0.013428829610347748, 0.03707684203982353, 0.04528803750872612, 0.0002016313374042511, 0.03872612491250038, -0.00564347580075264, 0.005704712122678757, -0.020486950874328613, -0.017591096460819244, -0.005835890769958496, -0.015966664999723434, -0.04348485544323921, -0.024489689618349075, -0.004984140396118164, 0.022090721875429153, -0.012696433812379837, -0.03312791883945465, 0.03246113285422325, 0.025789525359869003, -0.006787322461605072, -0.0007396228611469269, -0.016960132867097855, 0.019217599183321, 0.03403513506054878, -0.007085621356964111, -0.031096363440155983], [-0.0005051270127296448, -0.003595970571041107, 0.01107938215136528, 0.0016885511577129364, 0.03343348577618599, -0.006246529519557953, -0.01868506520986557, -0.017059195786714554, -0.018751084804534912, 0.006216894835233688, 0.02156924083828926, 0.0033763274550437927, -0.0015500672161579132, 0.03729948028922081, -0.04391620308160782, -0.035548459738492966, 0.046937111765146255, -0.04931427165865898, 0.01547015830874443, 0.017492596060037613, 0.0487411729991436, -0.0030860789120197296, 0.015321854501962662, 0.025770414620637894, 0.0027481913566589355, 0.018665853887796402, -0.028170466423034668, 0.0411737821996212, -0.015030790120363235, 0.006755281239748001, -0.007189594209194183, -0.0419437400996685, 0.03105313703417778, 0.01489473506808281, 0.02363673225045204, 0.019511569291353226, 0.027450356632471085, -0.02920175902545452, -0.025708032771945, -0.008854269981384277, 0.03764703497290611, 0.012306749820709229, 0.014384198933839798, 0.01203610748052597, 0.03847230598330498, 0.010117053985595703, -0.00036777183413505554, 0.008610915392637253, 0.0004014149308204651, -0.038294803351163864, -0.008621763437986374, 0.004053078591823578, 0.02250155434012413, -0.03341241925954819, -0.019162166863679886, 0.0021871812641620636, -0.0004659891128540039, -0.004906784743070602, -0.0113920196890831, 0.04562923684716225, -0.045735180377960205, -0.029422199353575706, -0.037100959569215775, -0.04724886640906334, 0.021729592233896255, 0.013571333140134811, 0.04455672577023506, -0.04624561220407486, -0.006328701972961426, 0.037471894174814224, -0.0025743618607521057, 0.02202511951327324, -0.03753354400396347, 0.02750963345170021, 0.04653937742114067, -0.013152360916137695, -0.016459167003631592, 0.02854147180914879, -0.03462116792798042, 0.049128320068120956, 0.03803082928061485, -0.04119618982076645, 0.037296000868082047, -0.0017268545925617218, 0.03174877539277077, -0.03677938133478165, -0.030162453651428223, -0.009123899042606354, -0.021321594715118408, -0.0010980963706970215, -0.04026458412408829, -0.040973223745822906, -0.00487075001001358, -0.026781415566802025, 0.045287612825632095, -0.03692082315683365, 0.04341660812497139, 0.00679459422826767, 0.011698223650455475, -0.029950106516480446, -0.043032433837652206, -0.029963374137878418, -0.04530817270278931, 0.03278015926480293, 0.03352682664990425, -0.03328573703765869, -0.003921210765838623, -0.025077832862734795, 0.03658333793282509, 0.04017205163836479, -0.005372118204832077, -0.03964058309793472, -0.043292999267578125, 0.010012984275817871, -0.03547774627804756, 0.0021164044737815857, 0.009291015565395355, -0.03709859773516655, -0.031821563839912415, 0.01850748434662819, -0.0020855776965618134, 0.01646096631884575, 0.012135840952396393, -0.04359440878033638, -0.032942675054073334, -0.0073757171630859375, 0.029683422297239304, 0.02292710915207863], [0.03749198094010353, -0.011272907257080078, -0.00639038160443306, 0.022233452647924423, -0.022659575566649437, 0.018077101558446884, 0.0032014623284339905, -0.0077443234622478485, 0.042247381061315536, 0.04002794250845909, -0.049663662910461426, -0.017120826989412308, 0.0361589677631855, -0.030291235074400902, -0.008790135383605957, -0.015647970139980316, 0.04588157311081886, 0.021828774362802505, -0.022523676976561546, 0.006784331053495407, 0.02906200662255287, -0.002585221081972122, -0.03203548491001129, 0.0020117759704589844, 0.048497822135686874, -0.0023725517094135284, -0.010247267782688141, 0.03142431005835533, 0.02861810103058815, 0.004898034036159515, 0.03888596221804619, 0.013493362814188004, -0.0013249032199382782, 0.049649786204099655, 0.046141061931848526, -0.024323487654328346, 0.02590048685669899, 0.006874203681945801, 0.01907065138220787, 0.042450059205293655, -0.011714089661836624, 0.0015462040901184082, 0.019392792135477066, 0.03354131057858467, 0.007021963596343994, 0.011596906930208206, -0.049023937433958054, -0.022829687222838402, 0.03781578317284584, -0.04225896671414375, 0.005631398409605026, -0.049585726112127304, -0.0020789392292499542, 0.015091944485902786, -0.019377946853637695, -0.015154361724853516, 0.022114086896181107, -0.025133837014436722, -0.0023729316890239716, -0.016196034848690033, -0.001845967024564743, -0.006438184529542923, 0.000805296003818512, -0.012764476239681244, -0.02364664152264595, -0.04332460090517998, -0.009596038609743118, 0.019477281719446182, -0.03225673735141754, -0.029895365238189697, 0.006146587431430817, 0.026694584637880325, 0.02528388425707817, 0.00548640638589859, 0.037570927292108536, -0.006762169301509857, -0.0005906224250793457, 0.03918718174099922, -0.022482383996248245, -0.02779386006295681, 0.0007875077426433563, 0.0077762603759765625, 0.026192519813776016, 0.028371814638376236, -0.00858147069811821, 0.04519578441977501, 0.007286380976438522, -0.012407064437866211, -0.028401030227541924, -0.031223583966493607, 0.017796579748392105, -0.03868774324655533, 0.04164675250649452, 0.005707491189241409, -0.01780446618795395, -0.034581054002046585, 0.04446244612336159, -0.018501996994018555, -0.0350385420024395, -0.02916330099105835, -0.018802596256136894, -0.027279317378997803, -0.019086016342043877, 0.014403093606233597, 0.025798652321100235, 0.012275181710720062, 0.010648071765899658, 0.02130359783768654, -0.01808803156018257, -0.03949188068509102, 0.04623199626803398, 0.014389719814062119, 0.008389879018068314, -0.029978562146425247, 0.03956843540072441, 0.005772281438112259, 0.01453203335404396, -0.04472829028964043, 0.021373305469751358, -0.02279222011566162, 0.009840179234743118, -0.01456296443939209, 0.04637039825320244, -0.021013308316469193, 0.030378255993127823, -0.046391811221838, -0.02619793452322483, 0.011451244354248047], [-0.03076549805700779, -0.04869880899786949, -0.01630951091647148, 0.044423554092645645, 0.008886981755495071, 0.030806902796030045, 0.024393286556005478, -0.034061647951602936, -0.02307436428964138, -0.012210655957460403, 0.026769544929265976, 0.029768597334623337, 0.016967903822660446, 0.04621218517422676, 0.027808796614408493, -0.011182058602571487, -0.009607098996639252, 0.004748571664094925, 0.04500622674822807, 0.044571373611688614, -0.02531520090997219, -0.0319477804005146, -0.019994640722870827, -0.027814019471406937, 0.03259042277932167, -0.01081085205078125, 0.01707575097680092, -0.04691758379340172, -0.04614431783556938, 0.021394822746515274, 0.03088374063372612, 0.04637404903769493, -0.0191873200237751, 0.007111858576536179, 0.0202767513692379, 0.032113347202539444, 0.04086669906973839, 0.035335514694452286, -0.022836221382021904, -0.012744627892971039, 0.042885806411504745, 0.03316159173846245, 0.0135117806494236, -0.018238447606563568, 0.03999432548880577, 0.027049291878938675, 0.04742957279086113, 0.03948767110705376, 0.0464412085711956, -0.0483902208507061, -0.028127038851380348, -0.046397387981414795, -0.0498737096786499, 0.01120305061340332, -0.02658785693347454, -0.016294468194246292, -0.025423217564821243, -0.03004096820950508, 0.04404086247086525, -0.037229228764772415, -0.0015802159905433655, 0.04948717728257179, -0.03142038732767105, -0.03312809765338898, 0.0057884566485881805, 0.031006906181573868, 0.029390763491392136, -0.007804490625858307, 0.032023850828409195, -0.02859511412680149, 0.022522974759340286, -0.035543717443943024, -0.04830273613333702, -0.0003020875155925751, 0.043756429105997086, 0.00469435378909111, 0.025594521313905716, -0.014673303812742233, -0.047729041427373886, 0.003657616674900055, -0.027916347607970238, -0.03278070688247681, -0.026142751798033714, -0.016676485538482666, -0.03283289819955826, -0.01264495775103569, 0.036525215953588486, 0.047956254333257675, -0.02443072758615017, 0.00014156103134155273, 0.009781897068023682, 0.04876701906323433, 0.009635638445615768, 0.040766242891550064, -0.007516752928495407, 0.04660772159695625, -0.02906498871743679, 0.002039562910795212, 0.002725791186094284, 0.04806549474596977, 0.04137932136654854, -0.010159097611904144, 0.0016973130404949188, -0.02514340914785862, 0.02933727577328682, -0.0026371367275714874, -0.0032773129642009735, 0.03231750801205635, -0.017933238297700882, -0.03083324432373047, 0.03559618070721626, 0.04379674419760704, -0.025272607803344727, -0.017443262040615082, 0.04660328850150108, -0.0026196129620075226, 0.04462990537285805, 0.03152428939938545, -0.04029841348528862, 0.012239493429660797, -0.02764815092086792, 0.0058327317237854, -0.030240213498473167, -0.033833980560302734, 0.049722615629434586, 0.0156303308904171, 0.04887198284268379, 0.021866705268621445], [-0.04885333776473999, -0.0017006509006023407, 0.006191778928041458, 0.01283106580376625, 0.004190780222415924, 0.011414729058742523, -0.023560810834169388, 0.013995256274938583, -0.02968573570251465, -0.0009974241256713867, 0.03859615698456764, -0.029784440994262695, 0.04196634516119957, -0.025758875533938408, -0.008259139955043793, 0.026557650417089462, 0.020422186702489853, -0.03176717832684517, 0.045679543167352676, -0.04139832407236099, 0.04945975914597511, 0.04961451515555382, -0.0009478218853473663, 0.04169924184679985, 0.046763110905885696, -0.002596437931060791, -0.028667522594332695, -0.03988607972860336, 0.04006454721093178, -0.03339498117566109, -0.035872649401426315, -0.022097600623965263, 0.01703568920493126, -0.006343435496091843, -0.020515037700533867, 0.03434176370501518, -0.030276263132691383, -0.04478955268859863, 0.020265910774469376, 0.030678454786539078, 0.027713719755411148, -0.01480235904455185, 0.0332019217312336, -0.033653996884822845, 0.049328532069921494, 0.034753117710351944, 0.04484046623110771, -0.030889010056853294, -0.031355120241642, -0.04629141092300415, 0.030632201582193375, -0.010723508894443512, -0.04431939125061035, 0.004508160054683685, -0.04483747482299805, 0.010055363178253174, 0.018640998750925064, -0.03970515727996826, -0.03327013552188873, -0.028808295726776123, -0.018911076709628105, -0.022656774148344994, -0.0042845383286476135, 0.0324319489300251, 0.04782043769955635, -0.012409556657075882, 0.021754112094640732, -0.039025772362947464, -0.03762852028012276, 0.02650463953614235, -0.032297730445861816, -0.007815919816493988, 0.03501718118786812, -0.020576154813170433, -0.0439247265458107, 0.02807474508881569, -0.003551006317138672, 0.03363002464175224, -0.027854371815919876, -0.02436685562133789, -0.02477867715060711, 0.04187191650271416, 0.04059288278222084, -0.04861729219555855, -0.04270121082663536, 0.030633125454187393, 0.023897532373666763, -0.047506142407655716, 0.022262167185544968, 0.021091248840093613, -0.03326157480478287, -0.029534650966525078, 0.02950984612107277, -0.005644224584102631, 0.0004251822829246521, 0.021927032619714737, -0.04396924003958702, 0.03405933454632759, -0.0008243918418884277, -0.020400989800691605, -0.013849079608917236, 0.02438744530081749, 0.047318268567323685, 0.044959042221307755, 0.03860655799508095, -0.020363187417387962, 0.04654670134186745, -0.010797251015901566, -0.04709655046463013, -0.01638992875814438, 0.04735023155808449, 0.023102257400751114, -0.001007378101348877, -0.004717659205198288, 0.044862400740385056, 0.041327718645334244, 0.041119348257780075, -0.04107750579714775, -0.032166898250579834, -0.021721040830016136, -0.0498550646007061, 0.03668947145342827, -0.04808511957526207, 0.0034849531948566437, -0.014029957354068756, 0.02963026985526085, 0.041916873306035995, -0.003426887094974518], [-0.009614132344722748, -0.033917203545570374, -0.025319993495941162, -0.03653695434331894, 0.036981452256441116, -0.03203119337558746, -0.018344581127166748, 0.017912987619638443, 0.029272262006998062, 0.018417086452245712, -0.04887998104095459, 0.04362613335251808, 0.016407106071710587, 0.031619321554899216, 0.003464769572019577, 0.0230962373316288, 0.01965600624680519, 0.002439357340335846, -0.008865416049957275, 0.022181842476129532, 0.014955352991819382, 0.03773743286728859, -0.0052343979477882385, -0.027891267091035843, 0.044564273208379745, 0.04441945627331734, -0.007947087287902832, -0.0025977380573749542, 0.007372699677944183, -0.033707309514284134, 0.04613685980439186, 0.031081628054380417, -0.0379410982131958, -0.04023562744259834, 0.04782911762595177, 0.0023734569549560547, -0.03143458440899849, -0.03932008892297745, -0.02623211219906807, -0.009201385080814362, 0.01443454995751381, -0.022159064188599586, 0.03765047714114189, -0.016405202448368073, -0.032140813767910004, 0.013308171182870865, -0.009225249290466309, -0.030019475147128105, 0.03905094042420387, -0.03565158694982529, 0.03003821149468422, -0.005383752286434174, -0.04771336540579796, -0.04413100704550743, 0.0413910411298275, -0.009158182889223099, -0.0438532829284668, 0.027204226702451706, 0.031687747687101364, -0.009931694716215134, -0.010856486856937408, -0.013722799718379974, -0.0392475500702858, -0.01620335504412651, -0.018840361386537552, 0.028560232371091843, -0.03615959733724594, 0.002847336232662201, 0.014187190681695938, -0.02110593393445015, 0.01462722197175026, -0.03056046925485134, 0.01826632395386696, -0.04158533737063408, 0.03312795236706734, 0.03148437663912773, 0.04491719231009483, 0.016512777656316757, 0.0238882414996624, 0.019533958286046982, -0.013951193541288376, 0.028010379523038864, 0.03348126634955406, 0.01023709774017334, 0.01010420173406601, -0.022682905197143555, 0.023281503468751907, -0.000990450382232666, -0.002154625952243805, -0.04341477155685425, 0.010355126112699509, -0.04429410770535469, 0.02572932466864586, 0.024880755692720413, -0.016090691089630127, 0.002768374979496002, -0.022747838869690895, -0.009962297976016998, -0.0333603173494339, 0.040297020226716995, -0.016910217702388763, 0.001591373234987259, -0.009339652955532074, -0.034121859818696976, 0.04310927167534828, 0.04896276071667671, -0.021368635818362236, -0.023541081696748734, -0.014474071562290192, 0.038357701152563095, -0.03613511472940445, 0.04689745977520943, -0.034823108464479446, 0.007054604589939117, -0.018949760124087334, -0.017929017543792725, 0.04856264963746071, -0.002773761749267578, 0.01656729355454445, 0.04906410351395607, -0.025206053629517555, -0.04540940746665001, -0.043416596949100494, -0.0038806572556495667, 0.03343849256634712, 0.013154041022062302, 0.01055150106549263, -0.02516612969338894], [-0.003990374505519867, 0.02304656431078911, 0.029817450791597366, 0.0376770980656147, -0.021156752482056618, -0.015033531934022903, 0.04685995355248451, 0.013813447207212448, -0.03951902315020561, -0.025755751878023148, -0.041041839867830276, 0.004743028432130814, -0.011247862130403519, 0.049413230270147324, -0.01341850683093071, -0.019771480932831764, 0.04744011536240578, -0.031012415885925293, -0.04064544290304184, -0.02765333652496338, -0.01612464338541031, -0.008385278284549713, -0.03624211624264717, 0.018713127821683884, 0.02243364229798317, 0.021436069160699844, -0.027142083272337914, 0.024113904684782028, 0.0016983263194561005, -0.009874917566776276, 0.009733926504850388, -0.021588493138551712, -0.0013630390167236328, 0.049803104251623154, 0.034339819103479385, -0.020352661609649658, -0.012041829526424408, 0.036637771874666214, 0.007683206349611282, -0.02893935516476631, -0.002164173871278763, -0.03209035471081734, -0.04862183332443237, 0.006560802459716797, 0.04817866161465645, 0.040660593658685684, 0.04615055397152901, 0.048773352056741714, 0.01068589836359024, 0.0017583370208740234, 0.01798710599541664, 0.006156563758850098, 0.0114997997879982, 0.049094926565885544, 0.006809793412685394, -0.02131829224526882, 0.04940458759665489, 0.01676713302731514, 0.0009784474968910217, -0.026669014245271683, 0.023503493517637253, 0.014748487621545792, 0.02342155948281288, -0.006171058863401413, -0.04063720628619194, 0.015327487140893936, -0.043225277215242386, 0.0002019628882408142, -0.0003294944763183594, -0.02998882532119751, -0.03448014333844185, -0.04536180570721626, 0.04514092579483986, 0.024660971015691757, -0.013910006731748581, -0.018031083047389984, 0.01507062092423439, -0.04887973144650459, 0.011592589318752289, -0.041300226002931595, 0.014000702649354935, -0.03645317628979683, 0.03100576624274254, 0.026200246065855026, 0.02148820087313652, 0.018269721418619156, -0.021089840680360794, -0.031109487637877464, -0.011740468442440033, -0.004445742815732956, -0.03457580879330635, 0.029886160045862198, 0.048873212188482285, 0.038781289011240005, 0.002468980848789215, 0.025202322751283646, 0.028508495539426804, -0.037754666060209274, -0.022566212341189384, -0.0014346837997436523, -0.026121927425265312, 0.011259771883487701, -0.03090496174991131, -0.004141818732023239, 0.009309303015470505, -0.023130953311920166, -0.02156355418264866, 0.028336595743894577, -1.3709068298339844e-06, -0.015559982508420944, -0.0463869571685791, 0.0148676298558712, 0.0038358084857463837, 0.03795241191983223, -0.029810309410095215, 0.024708125740289688, 0.0342915914952755, -0.040281809866428375, 0.04386845603585243, -0.012323714792728424, -0.04710346460342407, -0.029582036659121513, 0.00344003364443779, 0.04972321167588234, -0.01744478940963745, 0.023501601070165634, 0.02105485275387764, -0.02327573299407959], [0.01978428289294243, 0.03868326172232628, 0.013957489281892776, -0.0404805913567543, 0.044795069843530655, 0.012558888643980026, 0.04125329479575157, 0.0460188053548336, 0.017580930143594742, 0.03251916542649269, 0.020281698554754257, -0.03655345365405083, 0.0008047446608543396, 0.006136644631624222, -0.0019040219485759735, -0.04476473480463028, -0.036256469786167145, -0.03881192207336426, -0.008318401873111725, -0.011233340948820114, -0.012623153626918793, 0.028125260025262833, -0.024831390008330345, -0.007183324545621872, 0.001027427613735199, 0.033512700349092484, 0.048952292650938034, -0.01755673810839653, -0.013281010091304779, 0.01860715076327324, -0.013051081448793411, -0.012658726423978806, -0.03398329019546509, -0.019992589950561523, 0.006467878818511963, 0.041670527309179306, -0.01899205520749092, -0.02974085882306099, -0.03876470401883125, -0.007691372185945511, 0.01052774116396904, 0.005754508078098297, -0.016445230692625046, -0.02642033062875271, -0.03996729850769043, -0.01923832856118679, 0.0025944598019123077, -0.022360682487487793, 0.03259224817156792, 0.024708356708288193, 0.023838508874177933, -0.027257978916168213, 0.03439321741461754, 0.03892015293240547, -0.03909801319241524, -0.025487292557954788, 0.0020407065749168396, 0.01949307695031166, -0.037041328847408295, -0.03270331770181656, 0.03177250549197197, 0.03568527474999428, -0.028656577691435814, -0.0081825852394104, -0.006523311138153076, -0.021209144964814186, -0.03667719289660454, -0.023896563798189163, 0.02775714173913002, -0.03420840576291084, -0.01822587102651596, 0.04237142577767372, 0.0418909452855587, 0.030890855938196182, -0.03642700985074043, 0.003005705773830414, -0.049264874309301376, 0.046994928270578384, 0.020236823707818985, 0.02023961767554283, -0.021881449967622757, -0.0440790057182312, 0.03850651904940605, 0.020945679396390915, -0.0436442606151104, -0.03552597761154175, -0.006672549992799759, -0.04760570451617241, -0.04913537576794624, -0.03337792307138443, -0.02899615839123726, -0.04776216670870781, 0.005334090441465378, 0.0070951953530311584, -0.04211975261569023, -0.03637437894940376, 0.02796066179871559, -0.04911961778998375, -0.022885335609316826, 0.040598560124635696, 0.02524104341864586, 0.04095994308590889, -0.012365736067295074, 0.039410244673490524, 0.01123887300491333, -0.040952038019895554, -0.03462224081158638, 0.008373141288757324, -0.025669408962130547, -0.002252686768770218, 0.045984771102666855, 0.03185948356986046, 0.015143241733312607, -0.0038127675652503967, 0.04126201942563057, -0.010645043104887009, -0.02080000750720501, 0.016907524317502975, -0.034567154943943024, 0.04857717826962471, -0.010287843644618988, 0.04912823811173439, -0.04575009271502495, 0.02370898798108101, -0.003061652183532715, 0.03460993990302086, 0.04932744428515434, 0.022458497434854507], [0.04434474930167198, -0.04357072338461876, 0.02949995920062065, 0.033157479017972946, 0.01203702762722969, -0.006964694708585739, 0.019695069640874863, -0.03895742818713188, 0.027134407311677933, -0.014475621283054352, -0.03994720056653023, 0.010346449911594391, -0.02776421420276165, 0.014280203729867935, 0.038966987282037735, 0.013642992824316025, -0.0478496327996254, -0.005691193044185638, -0.003534983843564987, 0.006526052951812744, 0.01653898134827614, -0.02109321393072605, -0.01930788718163967, 0.018704678863286972, -0.008020639419555664, 0.012113332748413086, 0.023494932800531387, -0.04841536283493042, -0.019226551055908203, 0.024879027158021927, -0.002198934555053711, 0.03093680366873741, 0.04652250185608864, 0.03415011242032051, 0.01518428698182106, -0.04506123065948486, -0.04416748508810997, -0.0186026468873024, 0.008978176862001419, 0.017939355224370956, 0.0420132614672184, 0.009144507348537445, 0.028429832309484482, 0.03904545679688454, -0.02795342169702053, -0.04553724452853203, -0.042796697467565536, 0.026362959295511246, -0.006621647626161575, 0.018736544996500015, -0.038333259522914886, 0.026002097874879837, -0.0009723901748657227, 0.0014767535030841827, -0.0460435152053833, 0.045765962451696396, 0.04711022600531578, 0.020849313586950302, 0.030660752207040787, 0.012329638004302979, -0.0047167763113975525, 0.023431334644556046, -0.037442732602357864, -0.042460788041353226, -0.04369325563311577, 0.03754815086722374, -0.044414401054382324, -0.033424511551856995, 0.01273031160235405, 0.03136267885565758, 0.005821205675601959, 0.029760751873254776, 0.030396606773138046, -0.021487820893526077, -0.028217066079378128, 0.0007805004715919495, -0.03329521417617798, 0.035658542066812515, 0.009910691529512405, -0.01651594787836075, -0.0402129665017128, 0.005297601222991943, 0.025755714625120163, -0.0044050440192222595, -0.03287004306912422, 0.006827414035797119, 0.03132793679833412, -0.04310107231140137, 0.016770396381616592, -0.013820111751556396, -0.013069473206996918, 0.011171460151672363, 0.038449350744485855, -0.008726656436920166, 0.0444992296397686, 0.04739898815751076, -0.014546681195497513, 0.04645630344748497, 0.021518077701330185, -0.03905594348907471, -0.010165560990571976, -0.041093338280916214, 0.006228696554899216, 0.028982464224100113, 0.025958824902772903, -0.03302769735455513, -0.023165583610534668, -0.017396308481693268, 0.045567478984594345, 0.037435319274663925, -0.04705381393432617, 0.036930885165929794, -0.013497889041900635, 0.008937884122133255, -0.03400484472513199, -0.012110710144042969, -0.0038011781871318817, -0.02978956699371338, -0.03597985580563545, -0.04604283720254898, -0.0132967010140419, -0.030354047194123268, -0.016322623938322067, -0.04412069544196129, 0.0465996153652668, -0.0025844573974609375, -0.03156759589910507, -0.04493455961346626], [-0.0011915192008018494, 0.01620311662554741, -0.009634841233491898, -0.0006476156413555145, 0.029618296772241592, 0.0346607007086277, -0.04355774074792862, 0.011468566954135895, -0.0092894546687603, -0.035365235060453415, 0.00047600269317626953, 0.031037893146276474, 0.006575297564268112, -0.011195741593837738, 0.01232057809829712, -0.0025601983070373535, 0.019014563411474228, 0.031740736216306686, 0.013340819627046585, 0.030245352536439896, -0.01654825359582901, 0.02292696014046669, -0.006684638559818268, 0.000962723046541214, 0.03379965201020241, 0.0257791168987751, -0.021033620461821556, -0.04729951545596123, 0.017535772174596786, -0.02064199559390545, -0.006744612008333206, 0.039217833429574966, -0.005008794367313385, 0.038883354514837265, 0.0066810473799705505, -0.049538612365722656, 0.036951255053281784, -0.03829709440469742, -0.04449615627527237, 0.03805145248770714, -0.001110278069972992, 0.026132795959711075, 0.02046440914273262, 0.010198257863521576, 0.04406310245394707, -0.02241154946386814, 0.04457462951540947, -0.04733722284436226, 0.011775411665439606, -0.03071814775466919, -0.002466045320034027, 0.020258042961359024, 0.008506335318088531, -0.005684696137905121, 0.01664569601416588, -0.004957534372806549, -0.014926396310329437, -0.017583061009645462, 0.025758061558008194, 0.04086499288678169, -0.036617182195186615, 0.04790354147553444, 0.0354962982237339, -0.047729313373565674, 0.028779160231351852, -0.026280714198946953, 0.007605277001857758, 0.005857326090335846, 0.0330364815890789, -0.04745454713702202, -0.023342454805970192, 0.03372761979699135, 0.031216774135828018, 0.02411125972867012, 0.003582049161195755, 0.02682964876294136, -0.012224532663822174, -0.033779967576265335, -0.022132551297545433, 0.04922324791550636, -0.0016563311219215393, 0.005170058459043503, -0.005914747714996338, -0.02259877882897854, -0.03807801008224487, -0.04299138858914375, -0.015466701239347458, -0.025504231452941895, 0.043726567178964615, -0.032339274883270264, 0.017171908169984818, 0.023930225521326065, 0.0009602196514606476, 0.03359316661953926, 0.043941665440797806, -0.03350277245044708, 0.025890234857797623, 0.049724411219358444, -0.023957205936312675, 0.035431768745183945, -0.04281902313232422, -0.0012193918228149414, 0.014913570135831833, -0.0377918966114521, -0.011589586734771729, -0.04057784005999565, -0.01050778478384018, -0.02522839419543743, -0.03306028991937637, -0.04372997209429741, -0.041370343416929245, 0.01973254606127739, -0.038055311888456345, 0.022833455353975296, -0.04550645500421524, -0.0222517978399992, 0.013688016682863235, 0.032209161669015884, 0.0392882265150547, -0.01649348810315132, 0.02239452674984932, -0.00417163223028183, 0.020806733518838882, 0.01109987497329712, -0.03498847410082817, 0.0196305550634861, 0.013318303972482681, 0.02842557802796364], [0.047778431326150894, 0.027976084500551224, 0.02866751328110695, -0.027447938919067383, 0.022391747683286667, 0.00020582601428031921, -0.04267602041363716, -0.01701347902417183, 0.034214746206998825, -0.04116668552160263, -0.02369985543191433, -0.0348762646317482, -0.025185788050293922, -0.027981340885162354, -0.04849536344408989, -0.029262065887451172, 0.046165358275175095, 0.04028599336743355, -0.0041368380188941956, 0.04604169353842735, -0.03477839380502701, -0.04555482789874077, -0.012853074818849564, -0.022080017253756523, 0.006975661963224411, 0.03492492809891701, 0.04721779003739357, 0.012662064284086227, -0.03733271360397339, 0.03473725542426109, -0.0038412585854530334, 0.04052971675992012, 0.01166541501879692, -0.032481804490089417, 0.0004917271435260773, -0.02511080540716648, -0.034908223897218704, 0.04099172726273537, 0.01580362394452095, -0.016283191740512848, -0.01452874019742012, -0.0066370852291584015, -0.04754742607474327, -0.010983504354953766, 0.04166274145245552, 0.031190302222967148, -0.014143489301204681, 0.03363344445824623, 0.004866935312747955, 0.032451365143060684, -0.02494361437857151, 0.003939807415008545, 0.04994252696633339, -0.02712414227426052, -0.0015671849250793457, -0.032287001609802246, -0.0296204574406147, 0.01726776733994484, 0.01717323437333107, 0.024317648261785507, -0.019473327323794365, -0.0013787522912025452, 0.0399266816675663, 0.012496650218963623, 0.033951710909605026, -0.01638667657971382, -0.013955522328615189, -0.016846060752868652, -0.02179872989654541, 0.02366398647427559, 0.006808947771787643, 0.010358024388551712, 0.012851562350988388, -0.015019260346889496, 0.04595811292529106, -0.03808172792196274, -0.04505258798599243, 0.03822794929146767, 0.03802226856350899, 0.034982312470674515, -0.04927796125411987, 0.04953731223940849, -0.0059875138103961945, -0.03640856593847275, 0.03125900402665138, -0.002875111997127533, 0.04023681953549385, 0.018755126744508743, -0.005061842501163483, 0.01654766872525215, 0.0048060305416584015, -0.00703049823641777, -0.006158612668514252, 0.03652176633477211, 0.012638818472623825, 0.011169075965881348, -0.010543502867221832, 0.0031391382217407227, 0.04969053342938423, 0.028025057166814804, 0.02614903822541237, -0.01629018783569336, -0.040078580379486084, -0.047242701053619385, -0.02336862124502659, -0.04726090654730797, -0.01570833846926689, 0.010433174669742584, -0.0014258623123168945, -0.04423081874847412, 0.04791176691651344, -0.03659259155392647, -0.0031906478106975555, -0.00828631967306137, 0.008626438677310944, -0.036322496831417084, -0.006782304495573044, 0.022248994559049606, 0.022811684757471085, 0.018857982009649277, -0.04036964103579521, 0.018975388258695602, -0.04913092777132988, 0.018146608024835587, -0.025194918736815453, 0.02537483349442482, -0.013781499117612839, 0.012908946722745895], [0.014123115688562393, 0.015168894082307816, 0.005932770669460297, 0.009133744984865189, 0.04422469064593315, 0.008298195898532867, 0.025021139532327652, 0.0052546486258506775, -0.01729070022702217, -0.03346969932317734, 0.007682643830776215, -0.03370796516537666, -0.007937740534543991, 0.03765993192791939, 0.019279900938272476, 0.046674419194459915, -0.04575301334261894, 0.040046703070402145, 0.046755459159612656, 0.04939853027462959, -0.017276059836149216, 0.049241747707128525, 0.02931845560669899, 0.03698751702904701, 0.027109626680612564, 0.028751980513334274, 0.0036681517958641052, -0.007458794862031937, -0.010346759110689163, -0.030661726370453835, 0.012794975191354752, 0.005730532109737396, -0.0021651163697242737, 0.01768973097205162, -0.047320377081632614, -0.029563629999756813, -0.005764804780483246, 0.027628649026155472, 0.04455322399735451, 0.02932577207684517, -0.02225031889975071, -0.035776544362306595, -0.020339393988251686, 0.0003896839916706085, -0.021533239632844925, -0.02134230174124241, -0.005533099174499512, 0.005127798765897751, 0.04287903383374214, -0.00701739639043808, -0.02459743060171604, 0.04192544147372246, 0.005407273769378662, 0.0284125916659832, 0.02621675655245781, -0.01897582970559597, -0.020078038796782494, -0.046153392642736435, -0.0077367424964904785, 0.04557916894555092, 0.004515957087278366, -0.03585544973611832, -0.028606999665498734, -0.03181742504239082, -0.02679436281323433, 0.04187536612153053, -0.016797911375761032, -0.04061611741781235, -0.02804485522210598, -0.01707441732287407, 0.024910520762205124, -0.017330385744571686, -0.0034515969455242157, 0.04273341968655586, -0.043340861797332764, -0.03530920669436455, 0.04831334576010704, 0.02258927747607231, 0.036488380283117294, 0.022513937205076218, -0.04112393781542778, -0.0002571120858192444, 0.04682835564017296, 0.009384095668792725, -0.038032472133636475, -0.013349760323762894, 0.018954861909151077, -0.04174911975860596, -0.009425841271877289, 0.013210523873567581, -0.0003534555435180664, -0.02721557579934597, -0.026271462440490723, -0.020773995667696, 0.016700278967618942, -0.0017791613936424255, -0.04176383092999458, -0.002164304256439209, -0.0019732490181922913, 0.012264836579561234, -0.03306981176137924, 0.022864852100610733, -0.019489025697112083, -0.022672057151794434, -0.007879577577114105, -0.03153715282678604, 0.03257879987359047, 0.026003826409578323, -0.013537276536226273, 0.009597718715667725, 0.0017701014876365662, -0.016303718090057373, 0.04971902444958687, 0.01995706930756569, 0.034572672098875046, -0.04220864921808243, -0.03579000383615494, -0.042578067630529404, -0.0007452592253684998, -0.0004954226315021515, 0.03199971839785576, -0.027407145127654076, -0.04946077987551689, -0.022806061431765556, -0.007615040987730026, -0.014105521142482758, 0.036922696977853775, 0.015777457505464554], [0.012924756854772568, 0.043849531561136246, -0.006183374673128128, -0.0023210160434246063, 0.03381084278225899, 0.02925831452012062, -0.03505944088101387, -0.016004599630832672, -0.018216729164123535, 0.03297800198197365, -0.04653982073068619, -0.013223577290773392, 0.024976525455713272, -0.01143956184387207, 0.004842270165681839, 0.03671624884009361, -0.0013891234993934631, 0.02639761194586754, 0.006130624562501907, 0.03977092728018761, 0.04865247383713722, 0.028255704790353775, 0.010148178786039352, -0.007738970220088959, 0.01899360492825508, -0.02707087993621826, 0.020691338926553726, 0.047164324671030045, -0.02683807723224163, 0.01278383657336235, 0.020063582807779312, -0.02837446890771389, 0.010766077786684036, 0.024960484355688095, 0.0011402592062950134, -0.00414121150970459, -0.043052662163972855, 0.043357860296964645, -0.006304215639829636, -0.043602537363767624, -0.018796969205141068, -0.04329800605773926, -0.02609419822692871, 0.04054725542664528, -0.038017988204956055, -0.02123786322772503, -0.02655615843832493, -0.0188065767288208, 0.04877353087067604, -0.01937650516629219, 0.015278603881597519, -0.014709211885929108, 0.04220015928149223, 0.0013390891253948212, -0.014739703387022018, 0.026133250445127487, -0.04044102504849434, 0.015362393110990524, 0.030505549162626266, 0.03198624774813652, 0.011232864111661911, -0.016366351395845413, 0.04316561296582222, 0.002459384500980377, 0.016260754317045212, 0.007731221616268158, -0.012804411351680756, -0.037782274186611176, -0.03934193775057793, -0.03404293209314346, -0.017749857157468796, 0.040996674448251724, 0.022353384643793106, 0.04322369024157524, 0.021346304565668106, -0.02233448065817356, 0.01656292751431465, 0.016150180250406265, 0.018922928720712662, -0.019235288724303246, 0.021135378628969193, 0.031951967626810074, -0.018969297409057617, -0.016573645174503326, 0.02438635751605034, 0.0025068633258342743, 0.03313727304339409, -0.04602915048599243, -0.02530728653073311, 0.03448246791958809, 0.02806321159005165, 0.024852637201547623, -0.004790805280208588, -0.024540020152926445, -0.012176118791103363, 0.014235462993383408, 0.040498677641153336, -0.0485108382999897, 0.028570745140314102, -0.047714054584503174, 0.0285586379468441, -0.04316535219550133, -0.04786883667111397, 0.04492776468396187, -0.03727766126394272, -0.0026211515069007874, 0.036787521094083786, 0.005652833729982376, 0.045301053673028946, 0.0356145016849041, 0.02135707065463066, 0.03788701072335243, -0.03942282125353813, -0.018368326127529144, -0.0001933574676513672, 0.03632751479744911, -0.024095667526125908, 0.0024990439414978027, -0.038397885859012604, -0.01179492473602295, -0.040148377418518066, 0.021368827670812607, 0.01989995315670967, -0.00606372207403183, -0.03617285564541817, 0.04006557539105415, 0.0036139972507953644, -0.041541554033756256], [-0.04709852859377861, 0.037347760051488876, -0.00019180774688720703, 0.026045624166727066, -0.019716108217835426, 0.019848112016916275, -0.01976114511489868, 0.018065717071294785, -0.012374497950077057, 0.029428329318761826, -0.005200136452913284, 0.03582305833697319, 0.046380940824747086, 0.025385823100805283, -0.030192328616976738, 0.029639948159456253, 0.008110929280519485, 0.016984950751066208, -0.042375531047582626, -0.03537086397409439, 0.044111382216215134, 0.024823319166898727, -0.01779063791036606, 0.043411340564489365, 0.014094877988100052, -0.011455129832029343, -0.027152730152010918, -0.02451498620212078, -0.03355363756418228, -0.04856131225824356, -0.013518296182155609, -0.021332621574401855, -0.04888209328055382, -0.025525545701384544, 0.01857224479317665, 0.021091986447572708, 0.04570479318499565, -0.04866614565253258, -0.03286617994308472, -0.04549450799822807, 0.044503096491098404, 0.04155304655432701, -0.04351389408111572, 0.036874283105134964, 0.033366117626428604, 0.045558225363492966, 0.015963401645421982, 0.03684670105576515, 0.015191245824098587, -0.02043125592172146, 0.0018143430352210999, 0.02030123397707939, 0.004354596138000488, 0.032804932445287704, -0.012526024132966995, -0.012197613716125488, 0.04028839245438576, -0.018737126141786575, 0.045446526259183884, -0.02662283182144165, -0.023400962352752686, -0.046157028526067734, -0.014316022396087646, 0.019659187644720078, -0.0212648157030344, -0.022540569305419922, 0.030668940395116806, 0.04323229566216469, -0.02484363317489624, 0.018339719623327255, -0.04023043066263199, -0.005493272095918655, 0.016814056783914566, 0.01892726495862007, -0.006599318236112595, 0.04206247255206108, -0.036860786378383636, -0.024295294657349586, 0.017141107469797134, 0.044457826763391495, -0.023805249482393265, 0.042647723108530045, 0.047234561294317245, -0.021187400445342064, 0.024497974663972855, 0.04766139015555382, 0.04803135618567467, -0.023489749059081078, 0.04613767936825752, 0.04645151272416115, 0.03493206575512886, 0.025553692132234573, -0.01416555792093277, -0.0035411007702350616, 0.028222475200891495, 0.0044272057712078094, 0.017478276044130325, 0.038815710693597794, -0.04191403463482857, 0.013929154723882675, 0.00668557733297348, 0.0336369164288044, 0.02801770344376564, 0.034726809710264206, -0.017363499850034714, -0.010347474366426468, -0.023419369012117386, -0.007106434553861618, 0.029172096401453018, -0.04114420339465141, 0.049539316445589066, -0.03217099979519844, 0.02787076309323311, -0.020334338769316673, 0.032880011945962906, 0.013903427869081497, 0.03348083421587944, -0.012027956545352936, 0.04827249422669411, -0.008845485746860504, 0.0008062124252319336, 0.0492272712290287, 0.0432840920984745, 0.008099805563688278, -0.012250673025846481, 0.04301658645272255, -0.042282115668058395, 0.03956872597336769], [0.046756599098443985, -0.036960504949092865, 0.016059670597314835, -0.0037255771458148956, -0.03706030920147896, -9.614229202270508e-05, -0.01802201196551323, 0.04736762121319771, -0.015614725649356842, -0.008816540241241455, 0.009721886366605759, -0.02897646464407444, -0.025084340944886208, -0.006061602383852005, 0.04672641679644585, 0.03767437860369682, -0.001737155020236969, 0.014628473669290543, 0.02527359500527382, -0.0322820320725441, 0.010785151273012161, -0.001301109790802002, -0.03431946039199829, 0.03688310459256172, -0.034680020064115524, 0.0010433308780193329, 0.03480351343750954, 0.0189688540995121, -0.009713888168334961, -0.01344156265258789, 0.01508035883307457, -0.021563220769166946, 0.005276896059513092, -0.03474581241607666, 0.018944349139928818, 0.007063079625368118, 0.016392674297094345, -0.02522912062704563, 0.04899275675415993, -0.02863030508160591, 0.03673584386706352, 0.01922445371747017, 0.01159762218594551, -0.0030074715614318848, -0.023038554936647415, 0.014811601489782333, -0.041201937943696976, -0.031094277277588844, 0.015236403793096542, -0.028190327808260918, -0.04611072689294815, -0.0026837103068828583, -0.044379498809576035, -0.041718147695064545, 0.04462548717856407, 0.004811309278011322, -0.018409620970487595, -0.0007263645529747009, -0.0021396279335021973, -0.03300583362579346, 0.038926173001527786, -0.013017572462558746, 0.012554440647363663, 0.027809474617242813, -0.002907775342464447, -0.009225033223628998, -0.0009384527802467346, -0.0037032142281532288, 0.018426191061735153, -0.034520722925662994, -0.049405574798583984, -0.00012172386050224304, 0.00027544423937797546, 0.04029787704348564, 0.04592439904808998, 0.013821709901094437, -0.0413244254887104, 0.009779535233974457, -0.01880185678601265, -0.0461803562939167, -0.009357918053865433, 0.012692678719758987, 0.008492588996887207, 0.04245598241686821, 0.02213389053940773, -0.028699291869997978, -0.046057797968387604, -0.023479461669921875, -0.03233828395605087, -0.0397331602871418, -0.03134854882955551, -0.010439027100801468, 0.020119789987802505, 0.01980651542544365, 0.037306319922208786, -0.01577145978808403, -0.03764967992901802, -0.03267626836895943, -0.02425384521484375, -0.028901446610689163, 0.03263727203011513, -0.027769112959504128, -0.022838974371552467, 0.04381886497139931, 0.026299986988306046, 0.04758118465542793, 0.01292559877038002, -0.01239471510052681, -0.0356784462928772, 0.03168778494000435, 0.041057441383600235, -0.005267452448606491, -0.03257249668240547, 0.01257038488984108, 0.036150846630334854, -0.0014791712164878845, 0.027292635291814804, -0.029830563813447952, 0.012747678905725479, -0.02187114953994751, 0.041783515363931656, 0.021176744252443314, 0.019377384334802628, -0.013438452035188675, -0.01600869745016098, -0.04717905446887016, 0.04982459917664528, -0.017723310738801956], [-0.04301537200808525, 0.004844285547733307, 0.021496091037988663, 0.00990842655301094, 0.013793829828500748, -0.0178658589720726, 0.027674447745084763, 0.002008400857448578, 0.002198934555053711, -0.027038991451263428, -0.01719280332326889, 0.0010163895785808563, -0.014087855815887451, -0.0385713204741478, 0.03948838636279106, 0.03103182092308998, 0.0009544715285301208, -0.030626988038420677, -0.03629760816693306, 0.046263422816991806, 0.013279151171445847, -0.001648150384426117, -0.036924052983522415, -0.014815498143434525, 0.021803949028253555, -0.048564363270998, -0.04878867790102959, 0.030670810490846634, -0.009042691439390182, -0.046617116779088974, 0.04241282865405083, -0.017523229122161865, -0.019353283569216728, -0.021630024537444115, 0.039626847952604294, 0.00879725068807602, 0.04222678020596504, 0.02158571407198906, 0.047662343829870224, -0.009018540382385254, 0.029161658138036728, -0.0026470907032489777, 0.00047414377331733704, -0.046359505504369736, 0.028659675270318985, 0.019818749278783798, 0.043192435055971146, -0.017636358737945557, 0.0071252211928367615, -0.028213119134306908, 0.033861469477415085, -0.041945766657590866, 0.00539620965719223, -0.009271539747714996, 0.012434005737304688, -0.03264770656824112, -0.02020244672894478, 0.021147917956113815, -0.01976187340915203, -0.008147884160280228, 0.022724930197000504, -0.029151976108551025, 0.028978262096643448, 0.023090090602636337, 0.004706680774688721, 0.03138427808880806, -0.02015378512442112, 0.03183184936642647, -0.03401041030883789, 0.013103973120450974, -0.040299247950315475, -0.014402877539396286, -0.02026156149804592, 0.0363260842859745, 0.04950214549899101, 0.03627869114279747, -0.019942129030823708, 0.013268198817968369, -0.006516158580780029, -0.027816319838166237, 0.015464436262845993, -0.04184741899371147, -0.0278939139097929, -0.036799512803554535, 0.03996549919247627, 0.029669012874364853, 0.0418885238468647, -0.04595142602920532, -0.0017538554966449738, -0.014052212238311768, -0.017417192459106445, 0.03421959653496742, -0.01564648002386093, 0.036776769906282425, -0.011697877198457718, 0.007430650293827057, -0.03847944736480713, 0.03021952137351036, 0.02946099266409874, 0.009746026247739792, 0.010308574885129929, -0.032645631581544876, 0.04546186700463295, -0.03505479171872139, -0.023377645760774612, -0.04784439876675606, -0.014634765684604645, -0.01730353757739067, -0.044892098754644394, 0.02331969514489174, -0.01446157693862915, -0.002236105501651764, -0.02472168207168579, 0.048307184129953384, -0.02280399762094021, 0.04783947393298149, 0.03253849968314171, 0.02674516662955284, 0.009068656712770462, 0.021999087184667587, 0.013053063303232193, -0.022908294573426247, 0.04688861593604088, 0.027302335947752, 0.04901159182190895, 0.010747931897640228, 0.0012003295123577118, 0.04678131267428398], [0.0230436809360981, 0.036854568868875504, -0.009546399116516113, -0.03257264941930771, -0.0022956356406211853, -0.008141756057739258, -0.036563992500305176, 0.015036534518003464, 0.04191014543175697, 0.010015450417995453, -0.010992895811796188, -0.008407555520534515, 0.010022271424531937, -0.004595279693603516, 0.04673286899924278, -0.0001321546733379364, -0.03949397802352905, -0.005678333342075348, -0.024929989129304886, -0.04264630004763603, -0.048823513090610504, 0.03688284382224083, 0.04941699281334877, -0.011272728443145752, -0.025215601548552513, -0.03982914611697197, -0.013518907129764557, -0.047834958881139755, -0.016086064279079437, -0.009815551340579987, 0.036926936358213425, 0.0390140525996685, -0.016756571829319, 0.011583257466554642, 0.034349653869867325, 0.029725980013608932, 0.0027192234992980957, -0.005668330937623978, -0.04676803573966026, -0.04753759130835533, -0.03580814599990845, 0.049728717654943466, -0.007190011441707611, 0.023006509989500046, -0.02875225618481636, 0.006920062005519867, 0.016673240810632706, -0.039934802800416946, 0.019233372062444687, 0.007484961301088333, 0.023395981639623642, -0.007363021373748779, -0.0021624788641929626, -0.030342018231749535, -0.019559646025300026, -0.03270232677459717, 0.02000676468014717, 0.0025884732604026794, -0.031232643872499466, 0.024146918207406998, 0.00048498064279556274, 0.03497521951794624, 0.039807502180337906, -0.022507846355438232, 0.04327920451760292, 0.023392800241708755, 0.004261516034603119, 0.015680361539125443, 0.00426102802157402, 0.04269280657172203, 0.01734081283211708, -0.0011964663863182068, 0.009194552898406982, -0.011559952050447464, 0.04743100330233574, -0.019020987674593925, 0.007721949368715286, 0.009109806269407272, -0.011758673936128616, -0.027515113353729248, -0.025493372231721878, 0.040784526616334915, 0.029395904392004013, -0.006646562367677689, -0.007694445550441742, 0.029228929430246353, 0.04192027822136879, -0.031686414033174515, -0.01853262260556221, -0.016203295439481735, -0.005524538457393646, 0.0047903284430503845, -0.008140135556459427, -0.010645758360624313, 0.048373330384492874, 0.02460184320807457, 0.007005918771028519, 0.04837235435843468, -0.03404046595096588, 0.00455031543970108, 0.004558037966489792, -0.029608845710754395, 0.04713134840130806, -0.006035875529050827, 0.048520270735025406, -0.039695918560028076, -0.027518821880221367, 0.02367265149950981, 0.010968148708343506, -0.010135520249605179, -0.0228114016354084, 0.03936281427741051, -0.011744510382413864, 0.027517948299646378, 0.010019935667514801, 0.023415815085172653, -0.02249612845480442, 0.01960260048508644, -0.003109075129032135, 0.02606651559472084, -0.0387636199593544, -0.04330585151910782, 0.0490250326693058, -0.004359055310487747, -0.004991006106138229, -0.032053470611572266, -0.010096371173858643, 0.0266551710665226], [0.012256063520908356, -0.004699550569057465, -0.02959311008453369, -0.01669083908200264, -0.0032657384872436523, -0.03353247791528702, -0.012661349028348923, -0.008038032799959183, 0.0345662496984005, 0.009846769273281097, -0.009793438017368317, -0.008994590491056442, -0.004667997360229492, -0.0021179094910621643, -0.023239409551024437, 0.01589471474289894, -0.046562887728214264, 0.030245888978242874, -0.021692562848329544, 0.039341483265161514, -0.023524915799498558, 0.002178240567445755, -0.024493252858519554, -0.002148248255252838, 0.025033127516508102, 0.018629040569067, 0.030004773288965225, 0.003700472414493561, 0.03914184495806694, -0.033514879643917084, 0.00468362495303154, 0.03321598842740059, 0.016933489590883255, -0.008566558361053467, -0.005237948149442673, -0.01846320554614067, 0.020189132541418076, -0.01162555068731308, 0.0005713477730751038, -0.033398378640413284, 0.005478907376527786, -0.015729296952486038, 0.0174754299223423, 0.006646204739809036, 0.041045691817998886, 0.006773114204406738, 0.03252878412604332, -0.03713339567184448, -0.04801967367529869, -0.007822833955287933, 0.04887517914175987, 0.03774409368634224, -0.018230199813842773, 0.04088154062628746, 0.03815903887152672, 0.029451344162225723, 0.03323931619524956, 0.02975255623459816, 0.005238734185695648, 0.045733239501714706, -0.03658301755785942, 0.009030986577272415, 0.01638754829764366, 0.0031220316886901855, -0.03858581930398941, 0.032477688044309616, -0.03811535984277725, 0.04774690791964531, -0.013236857950687408, -0.006221294403076172, -0.03968203067779541, -0.032303083688020706, 0.025804292410612106, -0.049616098403930664, 0.003517318516969681, 0.02766532078385353, -0.011711109429597855, -0.02790095843374729, 0.0299193374812603, -0.03299226611852646, -0.021661067381501198, -0.021834885701537132, -0.027571989223361015, -0.04912252351641655, 0.013007793575525284, -0.02390500344336033, -0.009974122047424316, -0.00861058384180069, 0.049916576594114304, -0.009957324713468552, -0.02190760336816311, 0.037418413907289505, 0.037176501005887985, 0.036393214017152786, 0.016764651983976364, -0.010880112648010254, -0.0016453154385089874, 0.03405078873038292, 0.049420785158872604, -0.04056138917803764, -0.02148120477795601, 0.04123194143176079, 0.04082098975777626, -0.007380139082670212, 0.022180568426847458, 0.021386709064245224, 0.012078188359737396, -0.01888185739517212, 0.011542357504367828, -0.026905834674835205, 0.030934084206819534, 0.01168600469827652, -0.022822082042694092, 0.03401949629187584, 0.010597597807645798, 0.033730242401361465, 0.04483572021126747, 0.039009902626276016, -0.004459105432033539, -0.013000726699829102, 0.039499495178461075, 0.04961879178881645, -0.04807622358202934, 0.02256128564476967, -0.010850988328456879, 0.02129913493990898, -0.037022076547145844, -0.04317040368914604], [0.016733694821596146, -0.003937769681215286, 0.013615433126688004, 0.039234306663274765, -0.0069754235446453094, -0.03205232694745064, -0.03791763633489609, -0.0012693889439105988, 0.03610530123114586, -0.030042171478271484, 0.007539175450801849, 0.04349986091256142, 0.03274926915764809, -0.0393611304461956, 0.02868429198861122, -0.00974949449300766, 0.005725957453250885, 0.023373473435640335, 0.019069913774728775, -0.03179806470870972, 0.044108401983976364, -0.0009713545441627502, 0.019266698509454727, -0.04143057018518448, -0.037502896040678024, -0.001052163541316986, 0.020853351801633835, -0.030582332983613014, 0.0070550814270973206, 0.04146493598818779, 0.00549682229757309, 0.019774023443460464, 0.014946553856134415, -0.0370136983692646, 0.01611025258898735, -0.022315455600619316, 0.023408878594636917, 0.016951274126768112, 0.013361822813749313, -0.014951478689908981, 0.03767230734229088, -0.021914232522249222, 0.03539266809821129, 0.012114405632019043, 0.01855381950736046, -0.022397268563508987, -0.04641703516244888, -0.03570609167218208, -0.005537807941436768, -0.011250186711549759, -0.008022785186767578, 0.0202353335916996, 0.046957600861787796, -0.025899171829223633, 0.02214043214917183, 0.007919229567050934, -0.03016728162765503, 0.04804878309369087, -0.021026909351348877, 0.024883341044187546, 0.03235263004899025, -0.014249909669160843, 0.013211119920015335, 0.04907209798693657, -0.012763869017362595, 0.03670218959450722, 0.031157147139310837, 0.04914924129843712, -0.03884472697973251, -0.04416109248995781, -0.0055394284427165985, 0.04567761346697807, 0.018936101347208023, -0.008058439940214157, 0.030761312693357468, 0.048092249780893326, -0.014781296253204346, -0.030715251341462135, -0.018603526055812836, -0.0035905614495277405, 0.009434808045625687, -0.00936509296298027, -0.021401870995759964, -0.031199276447296143, 0.000263262540102005, 0.0163956917822361, 0.04310267046093941, 0.030796173959970474, -0.006383717060089111, 0.04101579263806343, -0.024439072236418724, 0.04785832390189171, -0.006954513490200043, -0.04407588392496109, 0.04577745124697685, -0.01109248399734497, -0.0035366415977478027, -0.01444309949874878, 0.02145015075802803, -0.023709608241915703, 0.040601421147584915, 0.009779833257198334, -0.04641309008002281, 0.04522090032696724, -0.01176241785287857, -0.01279439777135849, -0.01624370738863945, -0.020295394584536552, 0.017116103321313858, 0.012828420847654343, 0.0275270976126194, -0.03216509893536568, -0.03908076137304306, 0.0019222870469093323, 0.015094403177499771, -0.041987646371126175, -0.019223976880311966, -0.049424588680267334, -0.00881042331457138, 0.025259044021368027, -0.029341626912355423, 0.04599554464221001, -0.01126023381948471, 0.01809236779808998, 0.0426042340695858, 0.009485363960266113, -0.003216363489627838, -0.049081314355134964], [-0.02584531344473362, 0.01806967332959175, 0.04491552338004112, -0.04187269136309624, -0.00891103595495224, 0.00952364131808281, -0.022814977914094925, 0.01100168377161026, 0.015121247619390488, 0.007047880440950394, -0.019143177196383476, 0.03172031417489052, 0.025533270090818405, -0.0286637544631958, -0.010418534278869629, -0.013663161545991898, -0.03468359634280205, -0.031181180849671364, -0.0049329884350299835, -0.02702716551721096, -0.002254687249660492, 0.013768915086984634, 0.045558441430330276, 0.001062549650669098, -0.03303362429141998, 0.008233107626438141, 0.021124068647623062, -0.004819680005311966, 0.041462492197752, -0.02072848193347454, -0.007117606699466705, -0.0010483749210834503, -0.04111029952764511, -0.004337869584560394, -0.005589626729488373, 0.03715449944138527, 0.03066292032599449, 0.02090248093008995, 0.032293353229761124, -0.01647162437438965, -0.04769292101264, 0.032920051366090775, -0.02529599703848362, -0.008386470377445221, 0.0471881739795208, -0.0409562811255455, 0.032302502542734146, -0.04568283632397652, -0.004275716841220856, 0.0033553726971149445, -0.024347973987460136, -0.01726585626602173, -0.028580689802765846, -0.004778824746608734, -0.005296193063259125, -0.005556322634220123, 0.02619299665093422, -0.015161406248807907, 0.01693667098879814, -0.043164659291505814, -0.003957785665988922, 0.008014477789402008, -0.044830452650785446, -0.01729705184698105, 0.004475139081478119, -0.02358301915228367, -0.017216362059116364, 0.0035094991326332092, 0.025719229131937027, 0.03335786983370781, 0.015039157122373581, 0.04735800251364708, -0.0273266788572073, -0.02671731822192669, -0.02589510753750801, 0.015924308449029922, -0.007547389715909958, -0.03446708992123604, -0.0031418576836586, 0.0417754165828228, 0.0008701793849468231, 0.0017840377986431122, 0.038436535745859146, -0.005428649485111237, -0.020009029656648636, -0.0281980037689209, 0.025126446038484573, 0.01037968322634697, -0.04460931941866875, 0.04354600980877876, 0.04349100962281227, 0.03847913816571236, -0.03387101739645004, -0.013099122792482376, 0.0020852573215961456, 0.027515780180692673, -0.02573448419570923, -0.02611161582171917, 0.03911292925477028, 0.028545629233121872, -0.00012371689081192017, -0.01426776498556137, 0.043814193457365036, 0.014119062572717667, 0.033370207995176315, 0.04320098087191582, -0.03961437940597534, 0.041737962514162064, -0.015735864639282227, 0.04330475255846977, -0.044600751250982285, -0.018878687173128128, 0.0045415982604026794, -0.013395823538303375, 0.018250834196805954, -0.030843770131468773, 0.023193154484033585, 0.019940976053476334, -0.00493781641125679, 0.024375561624765396, -0.019689906388521194, 0.0022204890847206116, -0.012903202325105667, 0.019825447350740433, 0.018951844424009323, -0.024279296398162842, -0.03068028762936592, -0.0015943534672260284], [-0.013726331293582916, 0.003454316407442093, 0.016601156443357468, 0.024537865072488785, 0.021847199648618698, -0.006019629538059235, -0.037026941776275635, 0.03105076774954796, 0.027720477432012558, -0.03775972127914429, -0.024020804092288017, 0.008776523172855377, 0.04423871263861656, 0.03272749111056328, -0.0089537613093853, 0.03552227094769478, 0.036136601120233536, 0.030179273337125778, -0.02410055510699749, 0.018406543880701065, -0.040818143635988235, -0.04881943389773369, -0.045289672911167145, 0.022798094898462296, 0.0015809424221515656, 0.03312407806515694, -0.04226430878043175, -0.04927387461066246, -0.004445444792509079, 0.038554999977350235, 0.02572103962302208, -0.039894890040159225, 0.04100188985466957, -0.049360740929841995, 0.004354596138000488, -0.03413205221295357, 0.014893699437379837, -0.006200455129146576, -0.026739835739135742, 0.00618361309170723, 0.03327256813645363, -0.020197821781039238, 0.027769658714532852, -0.017116259783506393, -0.04459886625409126, 0.008827924728393555, 0.04151085391640663, 0.02320072427392006, 0.043905530124902725, 0.046829987317323685, -0.009423661977052689, 0.017788995057344437, -0.005079280585050583, -0.026294125244021416, -0.0455506332218647, -0.01856476068496704, -0.03818758577108383, 0.024333123117685318, 0.04929627105593681, -0.018761564046144485, -0.034491993486881256, 0.027761053293943405, -0.02834841050207615, -0.04525628313422203, -0.044446419924497604, 0.04785306379199028, -0.01707693189382553, -0.03306802362203598, 0.025222908705472946, -0.02832794189453125, 0.005404282361268997, -0.04708893224596977, 0.03682991489768028, -0.04885130003094673, -0.0030766241252422333, -0.030398786067962646, 0.025844905525445938, 0.01870490238070488, 0.03928479179739952, -0.04583967849612236, 0.005899108946323395, -0.035755645483732224, -0.046576570719480515, -0.04030202701687813, -0.0043395161628723145, 0.015817608684301376, 0.047957632690668106, -0.00869208574295044, -0.03127354383468628, -0.02740274742245674, 0.011666737496852875, -0.012019596993923187, -0.007353603839874268, 0.002403486520051956, -0.0034954436123371124, -0.0010035522282123566, 0.0017523057758808136, -0.024908125400543213, -0.02616671286523342, 0.023821961134672165, 0.017674457281827927, 0.03497195616364479, 0.028382886201143265, 0.025974739342927933, 0.018761102110147476, 0.046663593500852585, 0.009309124201536179, -0.005242574959993362, -0.014653287827968597, 0.026354525238275528, 0.03749293461441994, -0.01624453067779541, 0.023665059357881546, -0.044824302196502686, -0.020513271912932396, -0.012904655188322067, 0.043306101113557816, -0.04866623878479004, 0.04187849536538124, -0.001382686197757721, 0.03118845447897911, -0.03038613870739937, -0.03932279348373413, 0.026220228523015976, -0.02705998532474041, -0.04009326547384262, 0.03280562534928322, 0.029752973467111588], [0.014387872070074081, -0.0009160749614238739, 0.011661779135465622, 0.044962335377931595, -0.049241650849580765, 0.023735810071229935, -0.017792128026485443, 0.021509911864995956, 0.006731390953063965, 0.04730825498700142, -0.0006339661777019501, 0.0477835051715374, 0.049478236585855484, 0.021468568593263626, 0.01319793239235878, 0.015694882720708847, 0.03758067265152931, -0.039977896958589554, -0.030622482299804688, -0.018442749977111816, 0.035227660089731216, 0.004299081861972809, 0.03890135511755943, -0.01085653156042099, 0.03863770142197609, -0.03949490934610367, 0.01677175983786583, 0.03648437187075615, -0.009224556386470795, -0.0012059584259986877, -0.03166606277227402, -0.032660797238349915, 0.027273405343294144, 0.03244688734412193, -0.03429855406284332, -0.031295619904994965, -0.03527354076504707, 0.02726614847779274, -0.049864448606967926, -0.022609973326325417, -0.03153163194656372, 0.020571541041135788, 0.010724484920501709, 0.0017053373157978058, 0.011575151234865189, -0.012120425701141357, 0.014158371835947037, -0.04202223941683769, -0.009773515164852142, 0.042222391813993454, -0.03755185753107071, 0.03047037497162819, -0.025730062276124954, -0.04170583561062813, -0.01646481826901436, -0.022764956578612328, 0.008551348000764847, 0.01356125995516777, -0.011122189462184906, -0.014229368418455124, -0.00981445237994194, 0.0467950738966465, 0.042975615710020065, -0.039914511144161224, -0.035570453852415085, -0.01986326090991497, 0.017411794513463974, 0.0443301685154438, 0.03563879802823067, -0.04027737304568291, 0.02181803062558174, 0.0050857774913311005, 0.027431216090917587, -0.005566932260990143, -0.013759292662143707, 0.04632853344082832, -0.017760537564754486, -0.0016812309622764587, 0.015692900866270065, 0.011848937720060349, -0.016361795365810394, -0.031742408871650696, 0.024106573313474655, -0.02223733626306057, -0.021280264481902122, -0.0036503784358501434, -0.03171931579709053, -0.035392142832279205, 0.021669570356607437, -0.01040029525756836, 0.04479655995965004, 0.01453472301363945, -0.042639996856451035, 0.04500478878617287, 0.012874249368906021, 0.013049852102994919, -0.0033168792724609375, -0.0291579719632864, 0.0055307261645793915, 0.0022291168570518494, 0.0028013810515403748, 0.009335435926914215, -0.04052460193634033, -0.030842721462249756, 0.014132168143987656, 0.0326058529317379, 0.036917734891176224, 0.028089772909879684, 0.01493915542960167, -0.049490418285131454, -0.030307471752166748, -0.03088446892797947, 0.011716973036527634, 0.01166536659002304, -0.038937438279390335, 0.04906270280480385, 0.039280448108911514, 0.026623617857694626, -0.00037916749715805054, -0.019307434558868408, -0.02674819342792034, -0.04215606302022934, 0.014352116733789444, -0.008764337748289108, -0.03299461677670479, 0.037358786910772324, 0.017607536166906357, -0.0011673681437969208], [-0.019944513216614723, -0.03300604969263077, -0.03215421736240387, -0.03797351196408272, 0.03354142978787422, -0.037856101989746094, 0.013564195483922958, 0.04143036529421806, 0.04704025760293007, -0.039979659020900726, 0.04260512813925743, 0.004742719233036041, 0.04490191861987114, -0.01241004467010498, -0.03489317744970322, -0.031558290123939514, -0.0465240478515625, 0.005302689969539642, 0.020973090082406998, -0.04541517421603203, 0.008298911154270172, 0.04020536318421364, -0.023445595055818558, 0.005706857889890671, -0.019601119682192802, 0.034138116985559464, -0.01074911281466484, -0.026042794808745384, 0.0012451298534870148, 0.04263753071427345, -0.021697450429201126, -0.015657387673854828, 0.037457335740327835, 0.023832347244024277, -0.03535950183868408, -0.00323650985956192, 0.03790934011340141, 0.006418656557798386, 0.02223021164536476, -0.03871806710958481, 0.0476405955851078, 0.03790067508816719, -0.02393416129052639, 0.010732032358646393, 0.028741110116243362, -0.0017748847603797913, 0.008069586008787155, 0.03410464897751808, 0.019574616104364395, -0.012914728373289108, 0.011978697031736374, -0.015549041330814362, 0.026544082909822464, 0.03549474850296974, 0.027382325381040573, 0.017884258180856705, -0.007375560700893402, -0.0031321272253990173, -0.048410918563604355, -0.0027057044208049774, 0.009209167212247849, -0.04252103716135025, 0.020756054669618607, 0.010875605046749115, 0.04765046760439873, 0.030901316553354263, -0.04357131943106651, 0.03415877744555473, -0.009486116468906403, 0.021136116236448288, 0.02708263322710991, 0.015410985797643661, 0.045268263667821884, 0.03594684973359108, -0.033923424780368805, 0.0021907202899456024, -0.04363255575299263, -0.0231024157255888, -0.027379466220736504, 0.01654137298464775, -0.04860201105475426, -0.017216693609952927, 0.02660273388028145, -0.04497932270169258, 0.037896279245615005, -0.04112168401479721, -0.04477589204907417, 0.04165560379624367, -0.025371456518769264, -0.018062282353639603, -0.013859737664461136, -0.030411172658205032, 0.04262698069214821, 0.03310788795351982, 0.03680192306637764, 0.040030013769865036, -0.03392503410577774, -0.0056573376059532166, -0.04053539037704468, 0.005706537514925003, 0.0007491223514080048, 0.036908213049173355, -0.039746083319187164, -0.008430063724517822, -0.04014232009649277, -0.006657063961029053, -0.014179430902004242, -0.032469332218170166, 0.046657633036375046, -0.008669473230838776, -0.03700513765215874, -0.009314216673374176, 0.022593263536691666, -0.045721352100372314, 0.004026390612125397, -0.019866133108735085, 0.013443324714899063, -0.0016075968742370605, 0.004952799528837204, 0.048965003341436386, -0.02605588547885418, 0.04119224473834038, 0.02652737870812416, -0.010360073298215866, 0.012847315520048141, -0.03110259771347046, -0.026295257732272148, -0.01742144674062729], [-0.035287391394376755, -0.019759630784392357, -0.042440202087163925, 0.033720459789037704, -0.041030921041965485, 0.03088456764817238, -0.04783732816576958, -0.042782556265592575, -0.044889070093631744, 0.010663378983736038, -0.021446479484438896, -0.01788196712732315, 0.021885361522436142, 0.035782862454652786, 0.006451655179262161, -0.012541234493255615, 0.040741074830293655, -0.0030548572540283203, 0.03757591173052788, 0.012832943350076675, 0.04040174558758736, 0.041693780571222305, -0.026937102898955345, -0.0310133695602417, 0.013609040528535843, -0.02128812111914158, -0.040132246911525726, 0.043177295476198196, 0.020245317369699478, -0.026561928912997246, 0.04471447691321373, 0.0016574971377849579, 0.018986884504556656, -0.00689920037984848, -0.017989326268434525, 0.04721369966864586, -0.02140411175787449, -0.04934011772274971, -0.0475170873105526, -0.012965548783540726, 0.008069861680269241, -0.039183832705020905, 0.03466502204537392, -0.026459623128175735, -0.04274451732635498, -0.007666576653718948, -0.042721640318632126, 0.04303065314888954, -0.028538882732391357, 0.020868483930826187, -0.005614541471004486, -0.035737015306949615, -0.021709728986024857, 0.037832651287317276, -0.03431820869445801, -0.047544848173856735, 0.0399518720805645, -0.045307278633117676, 0.029895994812250137, 0.0024012811481952667, -0.03935127332806587, 0.02166661247611046, 0.009601425379514694, -0.0223039872944355, -0.02906416729092598, 0.0380481593310833, 0.02569495514035225, 0.026690255850553513, -0.04203598573803902, -0.02295379713177681, 0.018168870359659195, 0.04465972259640694, 0.03277001157402992, 0.041125860065221786, 0.022725213319063187, -0.012694548815488815, 0.004617072641849518, -0.0012910254299640656, 0.03374863788485527, -0.04747091606259346, -0.04292554780840874, -0.04787712171673775, -0.009040117263793945, 0.04129444435238838, -0.033006444573402405, 0.04826259985566139, -0.03962669521570206, 0.04183054342865944, 0.03751634433865547, -0.029639875516295433, 0.048740554600954056, -0.048080649226903915, -0.01083507388830185, -0.04311284050345421, 0.014432225376367569, -0.021846914663910866, 0.006012808531522751, 0.027148913592100143, -0.024686813354492188, -0.03023740090429783, -0.04960999637842178, -0.029150700196623802, -0.007696341723203659, 0.0017189979553222656, 0.038387689739465714, -0.049145519733428955, 0.03434807434678078, 0.037908975034952164, 0.01914304867386818, -0.04468477889895439, -0.009390018880367279, -0.03547583892941475, 0.010546255856752396, -0.043612685054540634, 0.03262421116232872, -0.04050968959927559, 0.032529424875974655, 0.047598306089639664, 0.012491859495639801, -0.04385014995932579, 0.019787494093179703, -0.001299239695072174, 0.03416847065091133, -0.011866249144077301, 0.04207276180386543, -0.005053341388702393, -0.005604386329650879, -0.014536403119564056], [0.020598996430635452, 0.00994274765253067, 0.020207855850458145, -0.03186686336994171, 0.017640601843595505, -0.008084297180175781, -0.02470632828772068, -0.000543057918548584, 0.045343127101659775, -0.04502683877944946, -0.03780299425125122, 0.021113906055688858, -0.03401005268096924, -0.022533191367983818, 0.030150536447763443, -0.03169906139373779, -0.04019436985254288, -0.03867856413125992, 0.021504465490579605, -0.01812739297747612, -0.008861195296049118, -0.014084577560424805, 0.04575209692120552, 0.044843245297670364, 0.01853397861123085, -0.013547491282224655, 0.024347949773073196, 0.021582748740911484, -0.028157401829957962, 0.04170304909348488, 0.0484623946249485, 0.019700083881616592, -0.017374932765960693, 0.011044003069400787, 0.014129769057035446, 0.03466397896409035, 0.03794601187109947, -0.01333080604672432, 0.02229980006814003, 0.020831476897001266, 0.04803753271698952, -0.026058567687869072, -0.01491459459066391, 0.03851867839694023, -0.003772903233766556, 0.0460248701274395, -0.028082942590117455, -0.006066322326660156, 0.014678288251161575, 0.001989554613828659, 0.04512904956936836, 0.022189687937498093, 0.007894553244113922, 0.016976598650217056, 0.03795457258820534, -0.040610454976558685, -0.04379502683877945, 0.012704875320196152, 0.016758743673563004, 0.0469055213034153, -0.04535267502069473, 0.04087037220597267, -0.036431849002838135, 0.04436243698000908, 0.02600855752825737, 0.033985529094934464, -0.03023052215576172, 0.03177260234951973, -0.025470007210969925, -0.017650019377470016, -0.010880492627620697, 0.03863939270377159, 0.021858956664800644, 0.046602848917245865, -0.03133898973464966, 0.04375365003943443, -0.045215632766485214, 0.009299062192440033, 0.029529038816690445, 0.002127029001712799, -0.02558993175625801, 0.012246191501617432, -0.04846403747797012, 0.003060542047023773, 0.0412801168859005, -0.023357773199677467, -0.009290207177400589, -0.022523069754242897, -0.02014540508389473, -0.043123211711645126, -0.01710991933941841, -0.0332866907119751, -0.024721849709749222, -0.004936791956424713, -0.018294014036655426, 0.04997607693076134, -0.04768633842468262, 0.012144245207309723, -0.001609504222869873, 0.013425115495920181, 0.024558786302804947, 0.04007519409060478, 0.04387781396508217, -0.035232365131378174, -0.025290286168456078, 0.03614233806729317, -0.048933256417512894, 0.020587924867868423, -0.0011988058686256409, -0.0209076888859272, -0.023715365678071976, 0.028163913637399673, -0.005697630345821381, 0.0017587654292583466, 0.030878376215696335, -0.021467125043272972, 0.004032336175441742, 0.04038134589791298, 0.01139289140701294, 0.004445336759090424, 0.013484153896570206, 0.0410500206053257, -0.023174559697508812, -0.012698747217655182, -0.028563691303133965, -0.026748670265078545, -0.008777070790529251, -0.046769704669713974], [0.044271741062402725, -0.01755712181329727, -0.03775004297494888, -0.026913022622466087, -0.03812064975500107, -0.02487468719482422, 0.04723317548632622, 0.03296644613146782, -0.0192535649985075, 0.0027432069182395935, -0.009474016726016998, 0.0018223747611045837, 0.010673977434635162, -0.018264353275299072, 0.016655754297971725, -0.009186089038848877, -0.0313209667801857, -0.00856778770685196, 0.004177022725343704, 0.03231961652636528, 0.00637059286236763, 0.015097800642251968, -0.03862879425287247, 0.03709205612540245, -0.028096390888094902, -0.02745446003973484, -0.02077958546578884, 0.037173736840486526, 0.033116552978754044, -0.006901968270540237, -0.02315141074359417, -0.02314511500298977, -0.009277485311031342, -0.031208110973238945, -0.043230295181274414, -0.018588043749332428, 0.0034083016216754913, -0.01660696417093277, 0.010509252548217773, -0.01872936636209488, 0.04111674055457115, -0.039740659296512604, -0.034008610993623734, -0.023105299100279808, 0.041157711297273636, 0.003956891596317291, -0.0013040676712989807, 0.04627969488501549, 0.02461855486035347, -0.028454614803195, 0.020403411239385605, 0.0034678950905799866, -0.045822013169527054, 0.003973722457885742, 0.009717345237731934, 0.019123319536447525, 0.02597123757004738, 0.04623473808169365, 0.03783685341477394, -0.0039734020829200745, 0.02591407671570778, 0.012474991381168365, -0.03754960373044014, 0.019734349101781845, 0.005188323557376862, 0.04553360864520073, 0.049862828105688095, -0.029514694586396217, 0.012406326830387115, -0.030210817232728004, -0.027004873380064964, -0.03560885041952133, -0.0475563183426857, -0.016190670430660248, 0.030071187764406204, -0.005465161055326462, 0.011124588549137115, -0.039286721497774124, 0.04234849289059639, 0.01044609397649765, -0.03229411691427231, -0.012143492698669434, -0.04698694869875908, -0.016861747950315475, -0.011290468275547028, -0.02055203914642334, 0.020970020443201065, -0.019447578117251396, -0.0450739860534668, -0.02371699921786785, 0.04169732704758644, 0.04643133655190468, -0.010986387729644775, -0.014996230602264404, 0.04712459072470665, -0.018910765647888184, 0.03196055069565773, -0.01908482424914837, -0.04556584358215332, -0.02304251305758953, -0.04533039405941963, -0.014142751693725586, -0.009484909474849701, 0.029611948877573013, 0.01879943534731865, -0.03420387580990791, 0.016361597925424576, 0.04074506834149361, 0.036350373178720474, 0.017311546951532364, 0.011679030954837799, 0.03543588146567345, -0.015271425247192383, 0.005103848874568939, -0.00885779783129692, -0.03753293678164482, -0.027488315477967262, -0.010668445378541946, 0.0368967168033123, 0.03957951441407204, 0.04034663364291191, 0.003608476370573044, -0.0060918331146240234, -0.019091546535491943, 0.04559716209769249, -0.00994894653558731, -0.0021669380366802216, 0.004670202732086182], [0.03979213163256645, 0.03248157724738121, -0.02885528840124607, 0.04203709587454796, -0.007308971136808395, -0.010524891316890717, 0.015712272375822067, 0.02824295684695244, -0.04977159574627876, 0.03344494476914406, -0.0236989613622427, 0.04311605915427208, -0.023085081949830055, 0.03678411617875099, 0.047631073743104935, -0.00981450080871582, -0.0022594332695007324, 0.012778427451848984, -0.013699423521757126, 0.04395527020096779, 0.03817138448357582, -0.04555407911539078, -0.04397158697247505, -0.0253366120159626, 0.017962466925382614, -0.007609628140926361, -0.0006151795387268066, 0.04974159970879555, -0.020286906510591507, 0.03770759329199791, 0.04711434617638588, 0.029168274253606796, 0.008644353598356247, -0.03408713638782501, -0.006672821938991547, -0.03620345517992973, 0.0274893157184124, 0.004257239401340485, -0.011109493672847748, -0.009776879101991653, 0.004829920828342438, -0.0350557342171669, 0.024926070123910904, -0.0361039862036705, 0.03219710662961006, -0.021890629082918167, 0.0012038834393024445, 0.034068431705236435, 0.009312234818935394, -0.01008528470993042, -0.007401563227176666, 0.03125709667801857, 0.022967983037233353, -0.012843586504459381, -0.0015036575496196747, 0.005157805979251862, -0.031118644401431084, 0.036844875663518906, -0.0030251145362854004, 0.04411428049206734, 0.03551122918725014, 0.02395555004477501, -0.024361884221434593, 0.04945789650082588, 0.023650657385587692, 0.03978395834565163, -0.04007803276181221, 0.04021165147423744, 0.008664954453706741, 0.0015670433640480042, 0.025693606585264206, -0.031045306473970413, -0.03447883203625679, 0.0371360220015049, -0.04401048645377159, -0.03876817226409912, -0.020562971010804176, -0.016991328448057175, -0.03566937521100044, 0.00648118183016777, -0.025996530428528786, -0.00034415721893310547, -0.03143526613712311, 0.010809876024723053, -0.01840217038989067, -0.001233719289302826, -0.03269252926111221, -0.005796611309051514, -0.030939018353819847, 0.02715705707669258, 0.008107028901576996, 0.027702663093805313, -0.011508751660585403, -0.04322946071624756, 0.031376633793115616, -0.022192109376192093, -0.04111074283719063, -0.04180758073925972, -0.00827784463763237, 0.023762378841638565, -0.024927854537963867, 0.03723367676138878, 0.014611665159463882, -0.02644280157983303, 0.024103406816720963, 0.02178332582116127, 0.007832467555999756, -0.02457721345126629, 0.04405032470822334, -0.024605369195342064, -0.03807874768972397, -0.042883455753326416, 0.01639491692185402, -0.02080540731549263, -0.027573419734835625, 0.027688536792993546, -0.0016981139779090881, -0.042578019201755524, 0.00039903074502944946, -0.048248399049043655, -0.01606031507253647, 0.046374883502721786, 0.018590319901704788, -0.02889641560614109, 0.037660110741853714, -0.04152451828122139, 0.012879278510808945, 0.04843803867697716], [-0.03838425874710083, -0.047348883002996445, -0.009376537054777145, -0.02487509325146675, -0.007865477353334427, -0.01673029735684395, -0.043976929038763046, 0.0404207743704319, 0.024456147104501724, 0.04578300938010216, 0.004482485353946686, 0.017591726034879684, 0.035673145204782486, 0.005014456808567047, -0.028486717492341995, 0.014144930988550186, -0.017201174050569534, 0.04509415850043297, 0.036170389503240585, -0.04721727594733238, 0.026137102395296097, 0.019029084593057632, -0.007651470601558685, 0.046348441392183304, 0.029049251228570938, -0.039277590811252594, -0.02861504629254341, -0.007891546934843063, -0.04512595012784004, -0.047582246363162994, -0.014935791492462158, -0.0013210400938987732, -0.037023961544036865, -0.04685268551111221, -0.02479856088757515, -0.031326569616794586, 0.04487508907914162, 0.0018155574798583984, -0.037078190594911575, 0.01431356742978096, -0.0005182512104511261, 0.04938434436917305, -0.003613840788602829, -0.02084031142294407, -0.01495824009180069, -0.005222439765930176, -0.047376882284879684, 0.011487625539302826, -0.04707203060388565, 0.04268953576683998, 0.0058395639061927795, -0.0377742163836956, 0.04624030366539955, -0.020356416702270508, 0.04906556382775307, 0.020868990570306778, 0.03826763853430748, 0.030828658491373062, 0.01875121518969536, 0.018268529325723648, -0.036211300641298294, -0.0013508796691894531, -0.025993680581450462, 0.0045947059988975525, 0.04837428405880928, 0.016755376011133194, -0.01208474487066269, 0.008989501744508743, 0.045181822031736374, 0.039473358541727066, -0.04142095893621445, -0.02166926860809326, 0.023863766342401505, 0.03605831786990166, 0.03960995748639107, 0.02381906285881996, -0.007600285112857819, -0.01730572059750557, 0.041473474353551865, -0.01353154331445694, 0.03888216242194176, -0.03713362291455269, 0.0074517130851745605, 0.021979819983243942, 0.037743400782346725, -0.024946976453065872, 0.029993724077939987, 0.04637709632515907, -0.007212232798337936, 0.028143692761659622, 0.04928993061184883, -0.03922690078616142, 0.004181016236543655, -0.036830782890319824, -0.043475259095430374, 0.029867064207792282, 0.0046570077538490295, -0.02094111405313015, -0.049502577632665634, -0.03903437778353691, -0.0023265965282917023, 0.013450119644403458, -0.014502465724945068, -0.01970449648797512, 0.017966512590646744, -0.01739027351140976, 0.006197094917297363, 0.01959344372153282, 0.00911341980099678, -0.0347529873251915, -0.04847930744290352, 0.0027664080262184143, -0.029122544452548027, 0.00465170294046402, -0.03903703764081001, 0.008115578442811966, -0.03918743133544922, -0.0058318376541137695, 0.028901342302560806, -0.0012497678399085999, 0.04300395026803017, -0.017346560955047607, -0.0022602900862693787, 0.021452847868204117, -0.004249788820743561, -0.03394438326358795, 0.005104970186948776, -0.038129113614559174], [0.02966317906975746, 0.00892350822687149, 0.028947953134775162, -0.04461376741528511, -0.04849589988589287, 0.012937013059854507, 0.017476428300142288, -0.01032964140176773, -0.021571112796664238, 0.03828290477395058, 0.04003051295876503, 0.017220448702573776, 0.01291150227189064, 0.018330540508031845, -0.005886305123567581, -0.030915571376681328, -0.027569055557250977, 0.029981542378664017, -0.015869449824094772, 0.02654925361275673, -0.02526756562292576, 0.04107091203331947, -0.036040566861629486, 0.00802905485033989, 0.03713143989443779, -0.022344982251524925, -0.04367420822381973, 0.02019888535141945, -0.049150921404361725, -0.023253893479704857, 0.037152063101530075, 0.0016358010470867157, 0.040722500532865524, 0.010350216180086136, 0.04363388940691948, 0.012212861329317093, 0.04704345390200615, 0.024058450013399124, 0.03495511785149574, 0.03669813647866249, -0.011602498590946198, -0.0168631449341774, 0.03006603941321373, 0.044230785220861435, -0.021609723567962646, 0.043577682226896286, -0.039003800600767136, 0.03999524191021919, -0.04802832752466202, 0.026317644864320755, -0.02124580182135105, -0.049975551664829254, 0.027601029723882675, 0.0024254322052001953, -0.0031329765915870667, 0.009252548217773438, -0.02309955470263958, 0.044411662966012955, 0.010946523398160934, 0.010964788496494293, 0.04540247097611427, 0.03884923830628395, -0.031266868114471436, 0.03268922492861748, 0.016735199838876724, -0.0076017603278160095, 0.010409247130155563, 0.00977407768368721, -0.037065327167510986, 0.013640236109495163, -0.0267884973436594, 0.03894929960370064, -0.013802360743284225, -0.030352283269166946, -0.04584277793765068, -0.039457548409700394, -0.01334298774600029, 0.02579791471362114, 0.004149116575717926, -0.006923355162143707, -0.0442434661090374, 0.03226545825600624, -0.02535027265548706, 0.007696487009525299, 0.012091420590877533, 0.002381693571805954, -0.03966712951660156, 0.004023648798465729, 0.02481052652001381, -0.018260646611452103, 0.006156839430332184, 0.026297319680452347, 0.001105286180973053, 0.03480802848935127, -0.011634599417448044, 0.012636255472898483, 0.0011296272277832031, 0.04035058245062828, -0.039492808282375336, -0.024408364668488503, 0.0002846233546733856, -0.03800332546234131, 0.04432164505124092, 0.03023139014840126, -0.002959776669740677, 0.028044257313013077, -0.0031669363379478455, -0.03897877782583237, 0.03290705755352974, 0.01827695593237877, -0.028991615399718285, -0.041571665555238724, 0.002813447266817093, -0.015888892114162445, 0.03074801340699196, -0.03149355947971344, 0.034760940819978714, -0.031573496758937836, 0.04157545790076256, -0.024288523942232132, 0.012036539614200592, -0.014042068272829056, -0.016996264457702637, 0.020824316889047623, 0.04370347037911415, 0.01653771474957466, 0.03305574879050255, -0.037158988416194916], [-0.004151463508605957, -0.021865082904696465, -0.007808469235897064, -0.001718379557132721, 0.048119429498910904, 0.044163767248392105, 0.016675736755132675, -0.0283963680267334, 0.007334459573030472, -0.021869255229830742, 0.03191303089261055, -0.03581448644399643, -0.046765148639678955, -0.03165494278073311, -0.04666943475604057, 0.005375683307647705, -0.028373003005981445, 0.020535830408334732, 0.022740665823221207, -0.03216371685266495, 0.04109371080994606, -0.049434807151556015, -0.023735297843813896, -0.0028530582785606384, 0.04716590419411659, 0.00749366357922554, -0.044461071491241455, -0.00686262920498848, 0.02846851572394371, 0.028629984706640244, -0.0022923462092876434, -0.04634711891412735, -0.028654349967837334, -0.01683197170495987, 0.048066023737192154, 0.01260920986533165, 0.0004564747214317322, -0.006344128400087357, -0.01942901685833931, 0.044853296130895615, 0.0026760585606098175, 0.007884036749601364, -0.04966559633612633, 0.011314548552036285, -0.028773773461580276, -0.005325339734554291, -0.015206120908260345, -0.049384843558073044, 0.03143766149878502, -0.010307453572750092, 0.04094388708472252, -0.01967034302651882, 0.04929177835583687, -0.003604114055633545, 0.007171917706727982, 0.044849101454019547, -0.04054861143231392, -0.03571845218539238, -0.011872909963130951, -0.000546526163816452, -0.016402315348386765, 0.03373780474066734, -0.01021873950958252, -0.04183114692568779, -0.013956736773252487, 0.010087858885526657, 0.03259184584021568, 0.03248507156968117, -0.003934312611818314, 0.028803061693906784, -0.01803312450647354, 0.012345492839813232, 0.046139907091856, -0.008068300783634186, -0.04358396679162979, 0.018626060336828232, 0.021557223051786423, -0.03538034111261368, 0.03187279775738716, -0.04755536466836929, -0.01283181831240654, 0.003543578088283539, 0.012222956866025925, -0.013555623590946198, 0.024672213941812515, 0.04944192245602608, -0.0001379363238811493, 0.03393535688519478, 0.008418463170528412, -0.044377852231264114, 0.023446310311555862, -0.022784268483519554, -0.041529834270477295, -0.022023452445864677, 0.04595896229147911, -0.03999828174710274, -0.04441077634692192, 0.01731393113732338, -0.03375883400440216, 0.01004112884402275, -0.03351883962750435, -0.01107478141784668, -0.03271620348095894, -0.030764484778046608, 0.01878977194428444, -0.005570568144321442, 0.011783361434936523, 0.005694888532161713, 0.018371794372797012, 0.007988762110471725, -0.02667539194226265, -0.048523616045713425, -0.014835216104984283, -0.015386056154966354, 0.009135175496339798, -0.04186718538403511, 0.033780429512262344, 0.030527260154485703, 0.018265020102262497, 0.045183148235082626, -0.021897662431001663, -0.044048357754945755, 0.02550363913178444, 0.013832103461027145, 0.038996826857328415, 0.0020548105239868164, -0.04364581033587456, -0.00444561243057251], [-0.0009126439690589905, 0.03830251470208168, 0.031113628298044205, 0.04421253129839897, -0.025025976821780205, 0.028772268444299698, 0.013458143919706345, -0.021373797208070755, 0.022300969809293747, -0.004170786589384079, 0.017795097082853317, 0.035931918770074844, -0.03638242557644844, 0.01713109388947487, 0.006659161299467087, 0.028919506818056107, -0.039144206792116165, 0.04863225296139717, 0.0123521089553833, 0.02459121122956276, 0.007964752614498138, 0.0009289160370826721, 0.0029079318046569824, 0.04132416471838951, 0.012606535106897354, 0.02813723310828209, -0.0232375618070364, -0.04090195894241333, 0.018945086747407913, -0.0067742690443992615, 0.04700115695595741, -0.03834035247564316, 0.00025365501642227173, 0.02283606305718422, 0.016087140887975693, 0.045293424278497696, -0.04337487369775772, -0.0454920195043087, 0.037184033542871475, -0.047761786729097366, -0.012590039521455765, 0.02265581116080284, 0.038407374173402786, -0.044245507568120956, 0.04003049060702324, 0.016104113310575485, 0.041978444904088974, -0.028213441371917725, -0.005006134510040283, 0.04900118336081505, -0.014996182173490524, 0.04653270170092583, 0.04527640715241432, 0.012662019580602646, -0.010911393910646439, 0.01652628555893898, -0.0069357044994831085, 0.014346648007631302, 0.0037992484867572784, -0.03268100321292877, 0.036789122968912125, -0.020640850067138672, 0.00986093282699585, -0.04670896753668785, -0.0030802972614765167, -0.04031338542699814, -0.026113009080290794, -0.02685081958770752, -0.015556585043668747, 0.02881624922156334, 0.04066449776291847, 0.03120889887213707, 0.026505161076784134, 0.008951116353273392, -0.01592104509472847, 0.04954755678772926, -0.00650390237569809, -0.004811204969882965, -0.04453493282198906, 0.01214899867773056, -0.046142470091581345, -0.022851217538118362, -0.022973133251070976, 0.04975060001015663, -0.02715320698916912, 0.017962101846933365, -0.009796835482120514, -0.012155640870332718, 0.030433107167482376, 0.028420235961675644, 0.024627212435007095, -0.04434821754693985, 0.049560654908418655, 0.022869374603033066, 0.013875972479581833, 0.04414442554116249, 0.0194658525288105, -0.01904531754553318, 0.018366683274507523, 0.0240030400454998, 0.030296210199594498, 0.044504765421152115, 0.025025080889463425, 0.03566012158989906, 0.03621898964047432, 0.032857682555913925, -0.011166870594024658, 0.031170953065156937, 0.038140688091516495, 0.04181772843003273, -0.03001236915588379, -0.03760726377367973, 0.04400632157921791, 0.014823082834482193, -0.03915475681424141, -0.024904048070311546, -0.00858919695019722, -0.013870298862457275, -0.030121374875307083, -0.015482176095247269, 0.005857966840267181, 0.032155994325876236, -0.021447574719786644, 0.01830209419131279, -0.009003184735774994, -0.0017876997590065002, 0.017629336565732956, -0.004627395421266556], [0.03864184394478798, 0.006998121738433838, -0.0326882004737854, 0.032579097896814346, -0.012571729719638824, -0.003726281225681305, -0.03593198210000992, -0.042881179600954056, 0.04633978381752968, 0.025566410273313522, -0.026237620040774345, -0.0004953742027282715, 0.03876897320151329, -0.023990286514163017, -0.03985285758972168, 0.03941335901618004, 0.03140293434262276, 0.04556814208626747, -0.03333967924118042, -0.04185856506228447, 0.04347575083374977, -0.02775743044912815, 0.012134253978729248, -0.014722049236297607, -0.04966625198721886, 0.016270902007818222, 0.018550921231508255, 0.027451898902654648, -0.021989524364471436, 0.026394013315439224, -0.016917191445827484, 0.03552054241299629, 0.01304861530661583, 0.002046000212430954, 0.005092967301607132, -0.014517832547426224, 0.02421388402581215, -0.02548513375222683, -0.03624918311834335, -0.014277242124080658, -0.010177753865718842, 0.02491830661892891, -0.03865252807736397, 0.04380962625145912, -0.01279221847653389, 0.006047926843166351, 0.04411352798342705, 0.022817108780145645, 0.03438660874962807, 0.0195244662463665, -0.0056023970246315, -0.031812332570552826, -0.01809769868850708, 0.0027130842208862305, -0.038806237280368805, -0.03551287576556206, 0.00043801218271255493, -0.010223247110843658, -0.02458573691546917, -0.01733509451150894, 0.03157801553606987, -0.019801056012511253, 0.044479165226221085, 0.0042286887764930725, -0.026046907529234886, -0.03674621507525444, -0.03898204490542412, -0.033027373254299164, -0.047698963433504105, 0.039751600474119186, -0.03130803257226944, -0.04799605533480644, -0.022462476044893265, 0.026697706431150436, 0.02109142765402794, -0.018565095961093903, -0.003598928451538086, -0.023737812414765358, 0.02161094918847084, -0.016276229172945023, 0.03222593292593956, -0.025351334363222122, -0.037530601024627686, -0.01744995266199112, -0.005222320556640625, 0.04008214548230171, 0.03763614967465401, 0.012615788727998734, 0.027567271143198013, -0.04935425519943237, 0.003909755498170853, 0.030766163021326065, 0.010600995272397995, 0.008798204362392426, 0.041202615946531296, -0.02599804475903511, 0.026973437517881393, -0.005002010613679886, -0.01960465870797634, -0.0070379748940467834, 0.0167703740298748, 0.03403386101126671, 0.0058433301746845245, 0.00830226019024849, 0.030130017548799515, -0.03473404794931412, -0.02012714184820652, 0.03251171484589577, 0.043650005012750626, 0.014601800590753555, 0.021910320967435837, 0.018723677843809128, -0.032909512519836426, -0.03028423897922039, 0.018153492361307144, 0.04222523048520088, 0.038031164556741714, -0.04161877557635307, -0.042653609067201614, 0.030765485018491745, -0.02878338098526001, 0.03455890342593193, -0.032667577266693115, 0.03487498685717583, -0.0301133394241333, 0.00820000097155571, 0.0006755702197551727, -0.032183099538087845], [0.0036773309111595154, 0.0045440420508384705, -0.014560628682374954, 0.020058680325746536, -0.020996367558836937, 0.028643716126680374, 0.0051444657146930695, 0.037676479667425156, -0.010593045502901077, 0.014243889600038528, -0.017750240862369537, 0.04214916005730629, -0.008833050727844238, -0.04960457235574722, -0.021325862035155296, -0.01174556091427803, 0.04948090389370918, -0.011389374732971191, 0.030646074563264847, -0.030524933710694313, 0.011170614510774612, 0.04911184683442116, 0.048799287527799606, -0.019855070859193802, -0.03334442526102066, -0.02221539057791233, 0.002549313008785248, -0.04579281806945801, -0.047876060009002686, 0.01759256049990654, -0.04128847271203995, -0.00636739656329155, -0.020115995779633522, -0.023353219032287598, -0.042071808129549026, -0.03498382493853569, 0.010073624551296234, 0.026315461844205856, 0.006794333457946777, -0.0360676534473896, -0.024569785222411156, -0.040907762944698334, -0.020316625013947487, -0.024130558595061302, 0.0017714984714984894, -0.039147019386291504, 0.011405803263187408, -0.027745021507143974, -0.034309566020965576, 0.009116280823946, -0.001144658774137497, -0.02645270898938179, -0.014863230288028717, 0.012876760214567184, 0.026862863451242447, 0.009313084185123444, 0.007532108575105667, -0.03837614133954048, 0.021250460296869278, -0.015223763883113861, -0.018487967550754547, -0.020716572180390358, 0.029073182493448257, 0.0023802295327186584, 0.024820242077112198, -0.004366181790828705, 0.02482682839035988, -0.012006592005491257, -0.04501825571060181, -0.010102998465299606, -0.015222370624542236, 0.044915083795785904, 0.02843228355050087, -0.009411059319972992, -0.038482416421175, 0.04209374263882637, -0.03947458416223526, 0.040187206119298935, 0.020117972046136856, 0.001186072826385498, -0.012004435062408447, -0.04364987835288048, -0.0035206787288188934, -0.024185551330447197, 0.00703037902712822, 0.04884495958685875, -0.045545995235443115, 0.02147075906395912, -0.009645175188779831, 0.01813465729355812, 0.029469754546880722, -0.03642234951257706, 0.003630567342042923, 0.030079666525125504, -0.016678787767887115, -0.04777691513299942, 0.04157756641507149, 0.0025551319122314453, -0.03776754066348076, -0.03017476759850979, -0.020742356777191162, -0.019138051196932793, 0.00899345800280571, -0.04517437145113945, -0.015642404556274414, -0.03164525330066681, -0.025174498558044434, -0.027927173301577568, 0.018410813063383102, -0.012721430510282516, 0.016799692064523697, 0.026120591908693314, 0.006173275411128998, -0.03768754005432129, 0.04629054293036461, -0.014864552766084671, 0.029202166944742203, -0.03187929466366768, -0.036661840975284576, -0.007592391222715378, -0.019174814224243164, 0.031682517379522324, 0.02306891605257988, -0.04410760477185249, -0.018969440832734108, -0.024168146774172783, -0.042818833142519, 0.017673935741186142], [-0.041855525225400925, -0.0015230178833007812, 0.020328734070062637, 0.02486957237124443, -0.04787151888012886, -0.03348209708929062, 0.01921660080552101, 0.020411048084497452, 0.010651838034391403, -0.020501350983977318, -0.024892771616578102, -0.003875933587551117, 0.007046449929475784, -0.018478404730558395, -0.0005013719201087952, 0.008389543741941452, 0.0499236024916172, -0.017798256129026413, 0.028528761118650436, -0.004691064357757568, -0.015779126435518265, -0.00011114031076431274, -0.03428089618682861, 0.0278557650744915, -0.01864035055041313, -0.03870788961648941, 0.008784007281064987, 0.014977801591157913, -0.0005771145224571228, 0.022634971886873245, -0.03536365181207657, -0.011836908757686615, -0.03986980766057968, -0.04040646553039551, -0.005078423768281937, 0.009380150586366653, -0.02687237225472927, 0.030848953872919083, 0.022987093776464462, -0.03308381140232086, -0.008516944944858551, 0.041980255395174026, 0.015757177025079727, 0.011484779417514801, 0.04238519445061684, 0.03742729499936104, 0.0262947715818882, -0.01150735467672348, 0.0452197827398777, -0.025933289900422096, 0.04427287355065346, -0.03216902166604996, 0.04349024221301079, 0.02812594547867775, -0.024711741134524345, 0.030629578977823257, -0.029129361733794212, -0.03411426395177841, -0.015468906611204147, 0.03969324752688408, 0.02784644439816475, 0.007562398910522461, 0.03749101236462593, 0.045672204345464706, -0.04734758287668228, -0.03721930831670761, -0.036376990377902985, 0.0076461657881736755, -0.04678727313876152, 0.034965526312589645, -0.015479229390621185, 0.04577602073550224, 0.014388058334589005, -0.03423430025577545, -0.0007993578910827637, -0.026886379346251488, 0.011468052864074707, -0.03672124072909355, -0.037798963487148285, -0.035920821130275726, 0.004789065569639206, -0.011882651597261429, 0.021219801157712936, 0.027197372168302536, 0.005435921251773834, 0.012676510959863663, 0.03521902486681938, -0.034526385366916656, -0.023062814027071, 0.021641742438077927, 0.0118471160531044, -0.007975291460752487, -0.04044027253985405, 0.014257971197366714, 0.04697152599692345, -0.01570858806371689, -0.042117130011320114, 0.03647187724709511, -0.028142452239990234, 0.014749076217412949, 0.03633939102292061, -0.005460251122713089, -0.047946762293577194, -0.008503235876560211, -0.04474679380655289, -0.029310930520296097, 0.012775968760251999, -0.034262917935848236, 0.024738598614931107, 0.008592069149017334, 0.046580638736486435, 0.0027571432292461395, 0.003945935517549515, -0.028916312381625175, 0.02391873672604561, 0.04931706562638283, 0.01176978275179863, -0.01755427196621895, 0.03442787006497383, 0.024484064429998398, -0.03491934388875961, -0.02955934964120388, -0.027971506118774414, 0.04172642156481743, 0.0006440058350563049, -0.0019509568810462952, -0.007156979292631149, 0.004581846296787262], [-0.002893984317779541, 0.024815920740365982, 0.028719771653413773, -0.047765444964170456, 0.04822159931063652, -0.019481956958770752, 0.02886756882071495, 0.04903802648186684, 0.0003993995487689972, 0.035233091562986374, 0.008003629744052887, 0.04345067963004112, 0.043319735676050186, -0.03870508819818497, 0.023498404771089554, 0.027645383030176163, 0.011491548269987106, 0.026564929634332657, -0.03649665042757988, 0.04449775442481041, 0.04941853508353233, -0.03311014175415039, -0.02327141724526882, -0.03129763901233673, -0.04013974592089653, -0.013346422463655472, -0.03209340572357178, -0.017763257026672363, -0.025859547778964043, -0.013674914836883545, -0.0037402883172035217, 0.04926106706261635, -0.021960986778140068, -0.0345439687371254, -0.014103461056947708, 0.00703270360827446, -0.017683662474155426, -0.026162458583712578, 0.01148456335067749, 0.019099164754152298, 0.04593406990170479, 0.04765894636511803, -0.01425309106707573, 0.020444180816411972, -0.029469622299075127, -0.03191039711236954, -0.03702487796545029, -0.033512651920318604, -0.023878861218690872, -0.013249050825834274, 0.03539407625794411, 0.03713946416974068, 0.0044498927891254425, 0.000661216676235199, 0.02175600454211235, 0.004490900784730911, -0.013546574860811234, 0.02115194872021675, -0.040287137031555176, -0.0029072649776935577, 0.03351012244820595, -0.029780400916934013, 0.017993930727243423, 0.03232831880450249, -0.030983079224824905, -0.006444238126277924, -0.02403019741177559, 0.030649814754724503, 0.04270637407898903, -0.015000246465206146, -0.03669936582446098, 0.029279399663209915, 0.007621884346008301, -0.0009521022439002991, 0.006830237805843353, 0.045850757509469986, -0.02579813078045845, 0.02806795760989189, 0.04934583976864815, -0.039752937853336334, -0.04728903993964195, 0.04838775470852852, -0.011773239821195602, 0.04176534339785576, 0.0059747472405433655, 0.047600653022527695, -0.04730597883462906, -0.04622204229235649, -0.035537682473659515, 0.016541603952646255, -0.00816814973950386, -0.04726480320096016, -0.0150846466422081, 0.016309503465890884, -0.007033266127109528, -0.005530297756195068, -0.032903362065553665, 0.029561471194028854, -0.02794051170349121, 0.005740702152252197, 0.04241215065121651, -0.006080519407987595, -0.03698129579424858, -0.027575982734560966, 0.03562555089592934, 0.0016946196556091309, 0.0012949109077453613, 0.005473829805850983, 0.0089179165661335, -0.04883192852139473, 0.02425464615225792, -0.04420875385403633, -0.03347102552652359, 0.038812827318906784, -0.034519076347351074, -0.002955544739961624, -0.042861249297857285, 0.04277137294411659, -0.0033985599875450134, 0.04298439994454384, -0.022574519738554955, 0.013816725462675095, 0.04639119282364845, -0.03552589565515518, -0.004517771303653717, 0.023060332983732224, 0.011267554014921188, -0.049907829612493515], [-0.04814828559756279, -0.035103727132081985, -0.02338930405676365, 0.0010181553661823273, -0.037313271313905716, -0.036650873720645905, 0.006874728947877884, 0.03079615905880928, -0.007413350045681, 0.025368187576532364, -0.01598740741610527, 0.0011843331158161163, -0.04359918832778931, -0.011073648929595947, -0.04718083143234253, 0.04620300605893135, 0.009961925446987152, -0.0026731863617897034, -0.0004486069083213806, -0.01127009466290474, 0.034586694091558456, 0.01625664159655571, -0.04960523918271065, -0.04100598022341728, -0.03824342414736748, -0.021533656865358353, 0.006586112082004547, 0.04362699016928673, -0.029566561803221703, -0.015011608600616455, 0.04938418045639992, 0.02558739110827446, 0.03923182561993599, 0.03549095615744591, -0.03584831953048706, -0.024001730605959892, -0.011777829378843307, -0.04722980409860611, -0.029462946578860283, 0.021076928824186325, 0.03250933066010475, 0.007262133061885834, 0.01660306379199028, 0.03586599603295326, 0.025845851749181747, -0.04847630485892296, 0.019445661455392838, -0.031533382833004, 0.017861496657133102, 0.0008203499019145966, 0.03293946757912636, 0.046337638050317764, -0.00019622966647148132, 0.04388487711548805, -0.01614532619714737, 0.04269229248166084, 0.025692429393529892, 0.03618897125124931, 0.017283666878938675, 0.023265454918146133, -0.037077486515045166, -0.038094066083431244, 0.0339074470102787, -0.02237861230969429, 0.032574448734521866, -0.010853826999664307, -0.033714547753334045, 0.04100343957543373, 0.0033104307949543, -0.026496613398194313, -0.04669908434152603, 0.0027400031685829163, 0.02039926126599312, 0.038106415420770645, 0.022771108895540237, -0.00631321594119072, 0.04060519114136696, 0.0033102259039878845, -0.020301198586821556, 0.044245872646570206, -0.048963963985443115, 0.019244764000177383, 0.048765506595373154, -0.007816445082426071, 0.0439738966524601, -0.03673984855413437, 0.02073771134018898, 0.01161191612482071, 0.029062870889902115, 0.010744858533143997, 0.0336483009159565, 0.04585811868309975, -0.027362240478396416, -0.023331571370363235, 0.004421364516019821, -0.013403106480836868, -0.0026348456740379333, 0.036149609833955765, 0.006088484078645706, -0.01748347282409668, -0.022185076028108597, 0.012469947338104248, -0.008500136435031891, -0.029019499197602272, -0.02672523260116577, -0.04952692985534668, 0.04867667332291603, -0.0013272762298583984, -0.003771565854549408, 0.046966198831796646, 0.0011255145072937012, 0.019177567213773727, 0.0026759281754493713, -0.03323947265744209, 0.039355043321847916, 0.005896709859371185, 0.004457246512174606, 0.04273444786667824, -0.012802887707948685, 0.03537033870816231, 0.0003724321722984314, -0.013256728649139404, -0.03172760084271431, -0.04018593952059746, -0.04824831709265709, 0.028727199882268906, -0.016476035118103027, 0.01642591878771782], [0.04672299697995186, 0.003950249403715134, -0.027954423800110817, -0.019771957769989967, 0.015831422060728073, 0.023176100105047226, -0.04574700817465782, 0.014364194124937057, 0.00498807430267334, -0.006870366632938385, -0.019857943058013916, 0.010127425193786621, -0.0234390739351511, -0.04772738367319107, 0.010522224009037018, -0.023474467918276787, -0.03544209152460098, 0.01881888136267662, 0.04845905676484108, -0.012691069394350052, -0.0008751638233661652, 0.0473192073404789, -0.019719934090971947, 0.015985894948244095, -0.01778097078204155, 0.014288891106843948, 0.024824108928442, 0.016737449914216995, 0.0375627763569355, 0.0006796941161155701, 0.010484077036380768, -0.014306031167507172, -0.036426566541194916, -0.04604379087686539, 0.011154450476169586, 0.00372469425201416, 0.013443481177091599, -0.04919247701764107, 0.021061453968286514, 0.03195219114422798, 0.002891935408115387, 0.03295440599322319, 0.019937243312597275, 0.011916004121303558, 0.02080252394080162, 0.024929914623498917, -0.03444216400384903, -0.030398046597838402, 0.02802443876862526, 0.02532818540930748, -0.012999128550291061, -0.016233526170253754, -0.03790174797177315, 0.021564964205026627, 0.011594913899898529, 0.013287831097841263, -0.0370648019015789, 0.019227299839258194, 0.03016049787402153, 0.005841385573148727, -0.009686540812253952, -0.04552680253982544, 0.015446756035089493, -0.03779957443475723, 0.00910932943224907, -0.017641376703977585, 0.0066761597990989685, -0.029732896015048027, -0.0489165298640728, 0.021420907229185104, -0.03182848542928696, 0.02731478586792946, 0.012878451496362686, -0.04426513984799385, 0.02520468458533287, -0.03320334106683731, -0.020530689507722855, -0.007366932928562164, 0.008021928369998932, 0.023021113127470016, -0.01915266551077366, 0.0180710069835186, -0.016428649425506592, 0.035364460200071335, 0.007296513766050339, 0.049925271421670914, 0.03563432767987251, -0.028167366981506348, -0.0039653293788433075, 0.04462862387299538, -0.007686864584684372, 0.04323897138237953, -0.018861686810851097, -0.001172136515378952, 0.01562781259417534, -0.016003988683223724, 0.043053630739450455, 0.03634190931916237, -0.0054940953850746155, 0.006786812096834183, 0.00014286115765571594, -0.004728984087705612, -0.01229860633611679, -0.013115216046571732, -0.0013532154262065887, -0.028643369674682617, -0.004851114004850388, -0.03685940429568291, 0.019211243838071823, 0.047704268246889114, 0.020011160522699356, 0.034771572798490524, 0.028801772743463516, 0.001016903668642044, -0.01200871542096138, 0.03471461310982704, 0.012576643377542496, -0.042184580117464066, -0.04173551872372627, -0.02859746292233467, -0.038289524614810944, -0.004464305937290192, 0.017061103135347366, 0.0008629560470581055, 0.014599908143281937, 0.038092803210020065, -0.03725477308034897, -0.011056054383516312], [-0.04659363254904747, -0.011576484888792038, -0.017654918134212494, 0.04663408175110817, 0.022055935114622116, -0.009290136396884918, -0.044131435453891754, 0.004928577691316605, 0.03881177678704262, -0.027681076899170876, 0.048581790179014206, 0.014405492693185806, 0.04585317149758339, 0.007907401770353317, 0.023035433143377304, -0.015459727495908737, -0.003643631935119629, 0.0013349168002605438, -0.016398955136537552, 0.04293817654252052, -0.009047091007232666, -0.008667327463626862, 0.03421969339251518, 0.019561219960451126, -0.010456383228302002, 0.0036468617618083954, 0.02806803211569786, -0.009443916380405426, 0.018985677510499954, 0.025795768946409225, -0.04408891126513481, -0.04226258024573326, -0.02777268923819065, 0.03350402042269707, 0.008189808577299118, 0.002233792096376419, 0.037974465638399124, -0.018080543726682663, -0.042828645557165146, 0.015567291527986526, -0.013319563120603561, -0.006825186312198639, -0.02870277129113674, 0.024669114500284195, 0.008105229586362839, -0.020163869485259056, 0.036869216710329056, 0.0169357992708683, -0.018503297120332718, -0.00011727958917617798, 0.02584998682141304, -0.008867491036653519, 0.030450452119112015, 0.043711964040994644, -0.04726630449295044, 0.01647872105240822, 0.0206889845430851, 0.039188873022794724, 0.009922720491886139, 0.01942230388522148, -0.012250661849975586, 0.002071000635623932, 0.003044724464416504, -0.0015442855656147003, 0.02361905947327614, 0.007568906992673874, 0.030208412557840347, 0.009835194796323776, 0.017899181693792343, 0.009217608720064163, 0.01099323108792305, 0.04058535024523735, 0.009175002574920654, -0.049546968191862106, -0.04854971170425415, -0.04191994667053223, -0.029079711064696312, -0.00322728231549263, -0.03244905546307564, 0.03100467100739479, -0.02496027946472168, 0.030362356454133987, 0.021030817180871964, -0.045114289969205856, 0.0026241913437843323, 0.007390391081571579, 0.0370471216738224, -0.015559174120426178, 0.023921217769384384, -0.039876677095890045, -0.03196533024311066, 0.023436393588781357, 0.023990992456674576, -0.016803108155727386, 0.04045145586133003, 0.02708873525261879, -0.019146490842103958, -0.0030441395938396454, 0.00527871772646904, -0.01304326206445694, 0.004432071000337601, -0.029566287994384766, -0.0338653102517128, -0.012933503836393356, 0.00915970653295517, 0.005608558654785156, 0.0009142868220806122, 0.001520313322544098, -0.018591128289699554, 0.02721109613776207, -0.028295373544096947, 0.03559252247214317, -0.024350404739379883, -0.005783438682556152, 0.034891437739133835, -0.028483737260103226, 0.03331812843680382, 0.008755385875701904, 0.01026848703622818, -0.014642775058746338, -0.04430511221289635, 0.027771461755037308, -0.026999736204743385, 0.011783160269260406, -0.04900479316711426, 0.0017012841999530792, -0.014137066900730133, 0.013101089745759964], [-0.011145245283842087, -0.024228787049651146, -0.008171211928129196, 0.001696266233921051, -0.029174327850341797, 0.03165242448449135, -0.03945080190896988, 0.024658892303705215, 0.04989529773592949, -0.02674761973321438, 0.04952016845345497, -0.00994575023651123, -0.005159042775630951, -0.034851182252168655, -0.007475040853023529, -0.001193653792142868, 0.03799774870276451, -0.024506915360689163, -0.029989028349518776, -0.0497230663895607, 0.015027310699224472, -0.002609502524137497, -0.026386810466647148, -0.011518262326717377, 0.029001105576753616, -0.022532904520630836, 0.022368859499692917, -0.005340050905942917, -0.013683449476957321, -0.019055724143981934, -0.008681930601596832, -0.02825322188436985, -0.01607748121023178, -0.016306769102811813, 0.035708580166101456, 0.04343703016638756, -0.01984126679599285, 0.04567626491189003, -0.04791715368628502, 0.009901128709316254, -0.04927421733736992, 0.0032460466027259827, 0.008237015455961227, 0.00858854129910469, -0.03827066347002983, -0.044399239122867584, -0.0434940941631794, 0.0011767372488975525, 0.01993224397301674, -0.00531170517206192, 0.0252196304500103, -0.024075543507933617, -0.005347799509763718, -0.04285562038421631, -0.03377068042755127, -0.004378221929073334, -0.010025311261415482, -0.023458803072571754, 0.04974260553717613, -0.04931366443634033, 0.019868697971105576, -0.03819067403674126, -0.040702544152736664, 0.03166930750012398, -0.0386456735432148, 0.0076822638511657715, -0.04332587867975235, 0.010590802878141403, -0.004366647452116013, 0.021212372928857803, -0.023988639935851097, 0.0122598297894001, 0.039625320583581924, -0.02660125494003296, -0.02588256634771824, -0.01569918543100357, -0.03551837056875229, 0.02487553283572197, 0.010093212127685547, -0.02252829074859619, 0.04513883963227272, -0.013031840324401855, 7.496029138565063e-05, -0.02648247592151165, -0.017204023897647858, -0.020000983029603958, 0.045536864548921585, -0.004852317273616791, -0.0023443810641765594, -0.03106834925711155, 0.007774639874696732, 0.03119497373700142, -0.002095889300107956, 0.01615811511874199, 0.04838428273797035, -0.010876297950744629, -0.034711360931396484, 0.018544066697359085, 0.008644748479127884, -0.020695079118013382, 0.049111951142549515, -0.017380882054567337, -0.007386684417724609, 0.01951983943581581, 0.010207582265138626, -0.016448557376861572, -0.0468258373439312, -0.033721376210451126, 0.003139697015285492, 0.02163269743323326, 0.03954588249325752, 0.03898454084992409, -0.01384890079498291, -0.03818925470113754, 0.027918245643377304, -0.03317972272634506, -0.039963651448488235, 0.02572667971253395, -0.02332279644906521, -0.01800011470913887, -0.026163900271058083, 0.02561059221625328, -0.04711376503109932, 0.0005940422415733337, 0.013211432844400406, -0.049836911261081696, 0.040759216994047165, 0.02609160915017128], [0.04407160356640816, -0.04630696773529053, -0.024952614679932594, 0.035624656826257706, -0.015702974051237106, 0.003541111946105957, 0.019417237490415573, -0.007747959345579147, 0.005364023149013519, 0.020287957042455673, 0.04065409675240517, -0.02908729389309883, -0.03835960477590561, -0.03955883905291557, -0.03167964518070221, -0.03330059349536896, -0.02885146252810955, 0.019249800592660904, -0.03655433654785156, 0.015598859637975693, -0.003856789320707321, -0.024784421548247337, -0.019198739901185036, -0.01608027145266533, 0.011182773858308792, -0.015636801719665527, -0.042713046073913574, -0.02358715608716011, 0.009859107434749603, -0.00029676035046577454, -0.02457677200436592, -0.00032780319452285767, -0.02185347117483616, 0.03132322058081627, -0.04239851236343384, 0.011325478553771973, -0.00251760333776474, 0.0414869524538517, -0.042290057986974716, -0.04663496091961861, 0.009579230099916458, -0.017834700644016266, -0.016299165785312653, -0.047680675983428955, 0.022861849516630173, 0.02826894447207451, 0.047734979540109634, -0.03950461000204086, 0.021005962044000626, 0.04813123866915703, -0.01921898126602173, -0.018695294857025146, 0.03300745412707329, 0.004505574703216553, 0.04817969724535942, 0.049812201410532, 0.008528698235750198, -0.01186368614435196, -0.04416508600115776, -0.021813392639160156, -0.027906371280550957, -0.021354520693421364, 0.010782171040773392, 0.023008335381746292, -0.028811408206820488, -0.049835361540317535, 0.03076786920428276, -0.03772956132888794, 0.030965756624937057, -0.03369434177875519, -0.011588752269744873, 0.008683942258358002, -0.009156834334135056, -0.0012293457984924316, 0.01133258268237114, -0.013087619096040726, 0.029831718653440475, -0.049356795847415924, 0.009224951267242432, 0.021191421896219254, -0.041091762483119965, -0.010345648974180222, -0.010923348367214203, 0.04757975414395332, 0.012446604669094086, -0.039055608212947845, -0.020776856690645218, 0.047642651945352554, -0.045812297612428665, 0.039134327322244644, 0.013794805854558945, -0.02550557814538479, -0.038252733647823334, 0.042455147951841354, 0.03466689959168434, -0.013279460370540619, -0.0488104484975338, 0.018257129937410355, 0.023661267012357712, 0.038316939026117325, -0.020967518910765648, 0.04119551554322243, 0.04295896366238594, 0.025884810835123062, -0.034633051604032516, -0.04247337579727173, 0.02986821159720421, -0.04313420131802559, 0.025366809219121933, -0.04733043909072876, -0.045870184898376465, 0.0021921396255493164, 0.04204824939370155, -0.03158918768167496, -0.042710185050964355, -0.002082277089357376, 0.02599635347723961, 0.010301373898983002, -0.020596707239747047, 0.0389634408056736, -0.024052143096923828, 0.04636341705918312, -0.044048476964235306, -0.04088311269879341, -0.04018744081258774, -0.0006421096622943878, 0.020824339240789413, 0.035556625574827194], [0.0015803463757038116, 0.012503121048212051, -0.009194683283567429, -0.014821887016296387, -0.019728099927306175, 0.04478052631020546, 0.030894171446561813, 0.04654395952820778, -0.03051363304257393, -0.028192341327667236, -0.02137002907693386, -0.041031062602996826, -0.03515072911977768, -0.030446244403719902, 0.040661487728357315, -0.022038722410798073, -0.0077850110828876495, 0.022677447646856308, 8.759647607803345e-05, 0.031562987715005875, 0.018358316272497177, -0.011165320873260498, -0.03173689916729927, 0.027417350560426712, 0.04341355338692665, 0.026849258691072464, 0.024090122431516647, -0.00774606317281723, -0.03463704511523247, 0.0035635940730571747, 0.047142986208200455, -0.019663190469145775, -0.03310060501098633, -0.023539185523986816, -0.0021318309009075165, -0.013261519372463226, 0.0051057711243629456, -0.03834308311343193, -0.01964055374264717, -0.024489199742674828, -0.039080820977687836, -0.00801483541727066, 0.039364445954561234, -0.04854973778128624, -0.009929955005645752, 0.01556343212723732, 0.047864880412817, -0.012226365506649017, -0.014464031904935837, 0.045981768518686295, -0.0038497932255268097, 0.02102055773139, 0.04334404692053795, -0.01786651462316513, -0.0021088235080242157, 0.027792681008577347, 0.04934452846646309, -0.03720998764038086, 0.04612225666642189, 0.02471807226538658, -0.03619725629687309, 0.02563473954796791, 0.008874427527189255, 0.02426227554678917, 0.01414872333407402, 0.04884004965424538, 0.012704823166131973, -0.0406351312994957, -0.037815846502780914, 0.006321918219327927, 0.0398390032351017, 0.038453664630651474, 0.0001838095486164093, -0.019782399758696556, -0.00792623683810234, 0.04357186332345009, 0.012782823294401169, -0.025178849697113037, -0.03159717470407486, -0.035032667219638824, -0.012594521045684814, 0.014757659286260605, -0.003048025071620941, -0.04501187801361084, -0.0076947808265686035, 0.021104846149683, 0.0006838925182819366, 0.03400564566254616, 0.019667360931634903, 0.03721523657441139, -0.006439138203859329, -0.0034288056194782257, -0.027708161622285843, 0.01230543851852417, 0.020108293741941452, -0.04659312963485718, 0.013333726674318314, -0.03907402604818344, -0.022061586380004883, -0.028607118874788284, 0.027961280196905136, -0.0015572793781757355, -0.04198410362005234, 0.025843922048807144, 0.0436432845890522, 0.027179550379514694, 0.023271966725587845, 0.01999826356768608, 0.027021978050470352, 0.04120651260018349, -0.03573324531316757, -0.013951849192380905, 0.034516993910074234, -0.03585689142346382, -0.004095651209354401, -0.03750810772180557, 0.021381843835115433, 0.019596289843320847, -0.049562063068151474, -0.002106953412294388, 0.006919633597135544, -0.010766793042421341, 0.020483557134866714, -0.04324536398053169, -0.03802605718374252, -0.03859057277441025, -0.04370979219675064, 0.005189396440982819], [0.012629833072423935, 0.04994753375649452, 0.04949701949954033, 0.010049857199192047, -0.02252490632236004, 0.046407852321863174, -0.013621438294649124, -0.005183696746826172, -0.022728610783815384, 0.0023500435054302216, 0.007190953940153122, 0.0428532250225544, -0.037487149238586426, 0.025537360459566116, -0.015011467039585114, -0.005256962031126022, 0.03341803327202797, 0.0410708524286747, 0.027768705040216446, 0.03873796388506889, -0.00959385558962822, 0.03597784414887428, 0.022992920130491257, 0.045662734657526016, 0.007086765021085739, -0.003966916352510452, 0.02046847715973854, 0.027747604995965958, -0.016745675355196, 0.023417841643095016, -0.00687871128320694, 0.03487539663910866, -0.03599722310900688, -0.002670716494321823, -0.036473192274570465, 0.03444230929017067, 0.03931320831179619, -0.016077198088169098, 0.04068472608923912, -0.009596407413482666, -0.007227323949337006, 0.04696447029709816, 0.022830914705991745, 0.02243443951010704, 0.024335946887731552, -0.033468663692474365, -0.04545098543167114, 0.04775747284293175, -0.03520392253994942, -0.040384888648986816, 0.005348585546016693, -0.042221155017614365, -0.03268484026193619, -0.035334598273038864, 0.04047215357422829, 0.032013680785894394, -0.004182301461696625, -0.03242850303649902, 0.008835814893245697, 0.023200277239084244, -0.029146958142518997, 0.02538931742310524, 0.015982497483491898, -0.01284179836511612, -0.03517578914761543, -0.04334745556116104, 0.03111693635582924, -0.023072971031069756, 0.023015830665826797, 0.03974790498614311, 0.029505375772714615, 0.0003216378390789032, 0.011868037283420563, -0.02638908661901951, -0.042103301733732224, 0.017510104924440384, -0.034826766699552536, 0.03521568700671196, 0.005860317498445511, 0.03080996498465538, -0.002256833016872406, -4.701688885688782e-05, -0.018938614055514336, 0.04906736686825752, -0.007715392857789993, -4.909932613372803e-06, 0.010019540786743164, 0.048771750181913376, 0.035246383398771286, -0.005276799201965332, -0.03245975822210312, 0.012869331985712051, -0.030324911698698997, -0.014182306826114655, 0.009307503700256348, 0.04974517598748207, -0.0074596889317035675, -0.047313906252384186, -0.006279252469539642, 0.04415846988558769, -0.0057059042155742645, -0.0015936493873596191, -0.02935473993420601, 0.004645489156246185, 0.019880499690771103, 0.03234830126166344, 0.014726664870977402, 0.014223802834749222, 0.006284046918153763, 0.014475550502538681, -0.041601669043302536, -0.029965687543153763, 0.03764692321419716, 0.012664344161748886, 0.01550162211060524, 0.049054767936468124, -0.0057520270347595215, -0.029914284124970436, -0.04221551492810249, -0.010921202600002289, 0.001306820660829544, 0.04264134541153908, 0.02864769473671913, 0.037509333342313766, -0.025963617488741875, -0.019067419692873955, 0.033871445804834366, -0.024429798126220703], [0.03466086462140083, 0.02747516706585884, -0.03319162130355835, -0.0026932843029499054, -0.005452442914247513, 0.004580140113830566, 0.002437341958284378, 0.014147784560918808, 0.010233782231807709, 0.04879946634173393, 0.01983395591378212, 0.044097866863012314, -0.0484156496822834, -0.026094770058989525, 0.02328796312212944, -0.04158737510442734, -0.006401121616363525, -0.004635263234376907, 0.03935719653964043, -0.048438407480716705, -0.00413435697555542, -0.03249460458755493, 0.02369198575615883, 0.039276424795389175, -0.04519747570157051, -0.0038640499114990234, 0.01145942136645317, -0.013173185288906097, -0.03142134100198746, 0.01635536178946495, -0.015551019459962845, 0.03785034641623497, 0.04280150309205055, 0.03337787464261055, -0.00786878913640976, -0.0074454061686992645, 0.011006571352481842, 0.04826892539858818, -0.038670144975185394, -0.03378230333328247, 0.037919070571660995, 0.0223800428211689, -0.005283378064632416, 0.022466126829385757, -0.04897443205118179, -0.01876727305352688, 0.010706782341003418, -0.04381536319851875, -0.022739827632904053, -0.025370383635163307, 0.03558901324868202, -0.03896919637918472, -0.03213997185230255, 0.036056745797395706, 0.04977962747216225, -0.0338686928153038, -0.02852553129196167, -0.03672382980585098, 0.011893175542354584, -0.03391750901937485, -0.010599195957183838, 0.03743186965584755, -0.045891452580690384, -0.04893212392926216, 0.03616733476519585, 0.0009369030594825745, -0.04058344289660454, 0.01564275100827217, -0.031031405553221703, 0.020799387246370316, 0.015665221959352493, -0.02385847643017769, -0.04319502040743828, -0.03628472238779068, -0.03522055223584175, 0.006155490875244141, 0.015371989458799362, 0.044321347028017044, -0.009751938283443451, 0.04155019298195839, -0.022370291873812675, -0.027682198211550713, -0.0023073069751262665, -0.010899566113948822, 0.00587468221783638, -0.006043531000614166, -0.002981722354888916, -0.015425216406583786, 0.03673882409930229, 0.0003973133862018585, 0.04610050097107887, -0.0026793964207172394, 0.037293922156095505, -0.004037309437990189, -0.011528659611940384, -0.01078171655535698, 0.00612330436706543, -0.01746445894241333, 0.032074298709630966, 0.04679841175675392, -0.0021566152572631836, 0.012256313115358353, 0.01075662299990654, 0.02244618907570839, -0.035028278827667236, -0.006427455693483353, 0.012305162847042084, 0.03909548744559288, -0.026503432542085648, -0.03272515535354614, -0.04627833515405655, -0.03750110790133476, -0.012600459158420563, -0.004759408533573151, 0.00025250762701034546, 0.031228091567754745, 0.01724139228463173, -0.04818257316946983, 0.03458293899893761, -0.006703030318021774, 0.010953210294246674, 0.007109474390745163, -0.041192807257175446, -0.009944964200258255, 0.0301063172519207, -0.0379757285118103, -0.018988657742738724, -0.03779953718185425], [0.01659703627228737, 0.00717838853597641, 0.004309952259063721, -0.04368693754076958, -0.012543439865112305, 0.04738258197903633, 0.020937155932188034, -0.01641460508108139, 0.01594347134232521, -0.0496554970741272, -0.03690604120492935, -0.0495280884206295, -0.020307481288909912, 0.031093847006559372, -0.019060565158724785, 0.008336711674928665, -0.019605649635195732, -0.0009379498660564423, -0.03417949751019478, -0.020039701834321022, -0.038305412977933884, 0.003031861037015915, -0.013469256460666656, 0.009350918233394623, 0.00658494234085083, 0.010795880109071732, 0.034591641277074814, -0.00847315788269043, 0.04196937009692192, -0.03127117455005646, 0.0016203299164772034, -0.003329455852508545, 0.027971122413873672, -0.003465842455625534, 0.008670460432767868, -0.037396837025880814, -0.03026510588824749, -0.020087802782654762, -0.004940152168273926, 0.04295903816819191, -0.02736964263021946, -0.02042456902563572, 0.0024002790451049805, -0.00412759929895401, 0.04904046282172203, -0.015755116939544678, 0.004306841641664505, 0.0006050579249858856, -0.012657951563596725, -0.0465339794754982, 0.006540466099977493, -0.01689760759472847, -0.01127176359295845, -0.044693853706121445, 0.0021824240684509277, -0.03984992578625679, -0.010573256760835648, -0.049244560301303864, 0.03125721588730812, 0.026236262172460556, -0.020378028973937035, -0.041400469839572906, 0.027143429964780807, 0.029243778437376022, -0.04620574787259102, -0.03650524467229843, 0.03242439404129982, 0.0330234058201313, 0.03930361196398735, -0.015350781381130219, 0.041952285915613174, 0.01816442236304283, 0.04232311621308327, -0.017847396433353424, -0.043012429028749466, 0.013206038624048233, 0.045458223670721054, -0.02029101923108101, -0.04118619114160538, -0.03710978105664253, 0.04175993427634239, 0.047878216952085495, -0.02188241481781006, -0.01202847808599472, -0.020526587963104248, 0.00318213552236557, 0.04245177283883095, 0.03418255224823952, 0.04561975225806236, -0.03597547858953476, -0.000882316380739212, -0.0209967028349638, -0.013409875333309174, -0.03988531976938248, 0.007173478603363037, -0.034911394119262695, 0.0006435997784137726, -0.03962817043066025, -0.018171023577451706, -0.01160966232419014, 0.03454926237463951, 0.00011919811367988586, -0.021707570180296898, 0.03268212452530861, 0.024556223303079605, 0.04046953096985817, -0.017868541181087494, 0.018416311591863632, 0.04780982807278633, -0.046578098088502884, -0.03125252574682236, -0.004517637193202972, -0.033530641347169876, 0.0369909293949604, -0.03488241508603096, 0.046634603291749954, -0.0317586287856102, 0.021629128605127335, 0.04909031465649605, 0.017589543014764786, -0.005438901484012604, 0.04820073023438454, 0.015304755419492722, 0.04407913610339165, -0.02813904359936714, 0.030900027602910995, 0.011321891099214554, -0.008842803537845612], [-0.006311606615781784, 0.006459392607212067, 0.0013466961681842804, 0.035898540169000626, 0.04553935304284096, 0.048741135746240616, 0.0006315335631370544, -0.024792945012450218, 0.032682206481695175, -0.016513049602508545, 0.01853093132376671, 0.01600373163819313, 0.046057965606451035, -0.043416667729616165, 0.013936985284090042, 0.03552606329321861, -0.03618050739169121, -0.04764151573181152, 0.01603182777762413, 0.027077581733465195, 0.022466134279966354, -0.03369411081075668, 0.009636938571929932, -0.04473235830664635, 0.0022111907601356506, 0.03763970360159874, 0.017633523792028427, -0.025186538696289062, 0.0006434321403503418, 0.0024570710957050323, -0.012882959097623825, -0.004746578633785248, 0.008265040814876556, -0.02477726899087429, 0.01527455821633339, 0.01857386901974678, 0.029304172843694687, -0.04067467525601387, 0.002652466297149658, -0.027177084237337112, 0.01280834898352623, 0.020337749272584915, 0.03540736809372902, -0.04214110225439072, -0.0015458464622497559, 0.011713109910488129, 0.03402812406420708, -0.0016763433814048767, -0.04991130903363228, 0.008201252669095993, 0.01415664330124855, 0.00925978273153305, -0.03828985616564751, -0.043880295008420944, 0.002523183822631836, 0.006814349442720413, -0.030245959758758545, -0.008215367794036865, 0.041804324835538864, 0.043342720717191696, 0.02183917537331581, 0.038413237780332565, 0.024086464196443558, -0.037802111357450485, -0.03168916702270508, -0.0223153717815876, 0.03734126314520836, -0.04192626476287842, 0.02310413494706154, -0.021587515249848366, 0.047859642654657364, -0.03612281009554863, -0.03214462846517563, -0.03581435605883598, -0.04663735628128052, 0.01658172532916069, -0.023240268230438232, -0.003406655043363571, -0.03106529824435711, 0.0025759711861610413, 0.03157233074307442, 0.020361844450235367, -0.039256252348423004, -0.032599590718746185, 0.01636451855301857, 0.020586799830198288, 0.02665216103196144, -0.009427107870578766, 0.0031664855778217316, 0.0150369293987751, -0.025036847218871117, 0.04270507022738457, 0.01860828325152397, -0.041355717927217484, -0.045458223670721054, -0.03263521194458008, -0.006990253925323486, 0.039421629160642624, 0.010445795953273773, -0.04045943170785904, -0.0009748339653015137, 0.00721215084195137, -0.04977691173553467, -0.03254549577832222, 0.04118530824780464, 0.008666634559631348, 0.009388662874698639, 0.048009466379880905, -0.0008705481886863708, -0.049784909933805466, 0.037927959114313126, -0.04800332710146904, -0.02652817964553833, -0.037066616117954254, -0.04015892744064331, 0.04246718809008598, 0.005859874188899994, 0.035277094691991806, -0.03668459504842758, -0.03356166183948517, -0.031172288581728935, 0.003234613686800003, 0.004846930503845215, -0.027022039517760277, 0.013151314109563828, -0.01993427239358425, 0.004421006888151169, -0.021520698443055153], [-0.042340945452451706, 0.03580491617321968, 0.01579746976494789, 0.04340905323624611, -0.005955718457698822, 0.02702653780579567, 0.04507238045334816, -0.02452719211578369, -0.02614065445959568, -0.03979303687810898, 0.031162265688180923, -0.02141174115240574, 0.04726504161953926, 0.01920279487967491, -0.04880896955728531, -0.006347477436065674, 0.04843367263674736, 0.01799389347434044, -0.004345797002315521, 0.02952028438448906, 0.028765689581632614, 0.020357001572847366, -0.0404864177107811, 0.020417455583810806, 0.008502624928951263, -0.016301333904266357, 0.0030150413513183594, 0.01888289675116539, -0.04585850238800049, 0.0388433076441288, 0.038362134248018265, -0.012841511517763138, 0.010387063026428223, -0.009809516370296478, -0.013587366789579391, -0.040574513375759125, 0.00418844074010849, 0.02257009968161583, 0.012679759413003922, -0.023411167785525322, -0.012283731251955032, -0.010726463049650192, 0.01869075372815132, 0.004280567169189453, -0.024044454097747803, -0.04864046722650528, 0.03848287835717201, -0.04494447633624077, 0.03954777494072914, 0.03202228620648384, -0.034382592886686325, -0.01044221967458725, -0.044205617159605026, -0.024114180356264114, 0.026256058365106583, 0.022437606006860733, -0.011015783995389938, 0.03773855045437813, -0.041038285940885544, 0.028143297880887985, -0.04011344909667969, 0.02265414223074913, 0.006390847265720367, 0.04278453812003136, -0.013225816190242767, -0.005141150206327438, 4.6253204345703125e-05, 0.04797710105776787, 0.032510701566934586, 0.018539313226938248, 0.027417514473199844, -0.03986043855547905, -0.023092258721590042, 0.0116325244307518, 0.004251301288604736, 0.0023855194449424744, -0.041485536843538284, 0.034838441759347916, 0.028784681111574173, -0.03093109093606472, -0.016331590712070465, -0.04384565353393555, 0.04825892671942711, -0.04431259632110596, 0.022165488451719284, 0.03035079315304756, -0.009946655482053757, -0.020162273198366165, 0.049912918359041214, 0.04317518696188927, -0.01782003790140152, -0.03148782253265381, -0.03158913925290108, -0.03317774832248688, 0.034069109708070755, -0.009956955909729004, -0.01913597621023655, 0.043344926089048386, -0.04480358585715294, 0.003955423831939697, -0.043445419520139694, 0.008829642087221146, 0.025305140763521194, 0.04683302715420723, -0.0022689104080200195, -0.004348494112491608, 0.033924225717782974, -0.0257684588432312, 0.009114395827054977, 0.03558819368481636, 0.0066258907318115234, 0.03285536542534828, 0.0045194849371910095, 0.04246724024415016, -0.04136829450726509, -0.02617061138153076, -0.049345314502716064, 0.03732309117913246, 0.016265418380498886, 0.02957865223288536, -0.04697270318865776, -0.02495061233639717, -0.042872097343206406, -0.019353628158569336, 0.006972897797822952, -0.00495447963476181, 0.01606978103518486, -0.01768096536397934], [0.049705419689416885, -0.002955414354801178, -0.04829595237970352, -0.011652696877717972, 0.02950865402817726, -0.040168680250644684, 0.0223979689180851, -0.0423257015645504, 0.04905505105853081, -0.009758569300174713, 0.0002801530063152313, -0.010792255401611328, -0.015853453427553177, 0.01919182762503624, 0.014216434210538864, -0.03513278812170029, 0.031585682183504105, 0.0004328116774559021, 0.005026768893003464, -0.04280947521328926, -0.027896631509065628, 0.025502655655145645, -0.008892308920621872, 0.014902021735906601, -0.02270566299557686, -0.018257807940244675, -0.02912306785583496, 0.042104292660951614, 0.04134032502770424, 0.048050593584775925, -0.029674291610717773, -0.0347021110355854, -0.04487990215420723, -0.0318196639418602, 0.013846281915903091, 0.010392926633358002, 0.0341886542737484, -0.0184968002140522, -0.026828909292817116, -0.011409439146518707, 0.018796715885400772, -0.009011887013912201, -0.01836155727505684, -0.04072976112365723, 0.02545720711350441, -0.004887748509645462, -0.013459883630275726, 0.023423220962285995, -0.04826637730002403, -0.023679031059145927, -0.0466594472527504, -0.021790040656924248, 0.02966565266251564, -0.0016632676124572754, -0.04052269458770752, -0.04417843744158745, -0.028115570545196533, -0.014634549617767334, 0.033642757683992386, -0.023577392101287842, 0.04208581522107124, -0.03652231767773628, 0.0019095055758953094, -0.02196359634399414, 0.040320638567209244, -0.0027396678924560547, -0.007169593125581741, -0.016081560403108597, 0.045066360384225845, 0.038663897663354874, -0.022346651181578636, 0.02302941307425499, -0.033095501363277435, -0.019642282277345657, 0.00623161718249321, -0.04191659763455391, 0.014484141021966934, 0.0027461647987365723, 0.02250373736023903, -0.0032000765204429626, 0.02337663248181343, 0.026594828814268112, -0.02478085830807686, -0.04046590253710747, 0.024341415613889694, 0.04226142540574074, 0.0016873478889465332, -0.013031959533691406, -0.013008404523134232, 0.00222773477435112, -0.0029786936938762665, -0.023712217807769775, -0.028706073760986328, -0.014314353466033936, -0.009123921394348145, 0.025810230523347855, 0.02780992165207863, -0.04887944459915161, -0.023991776630282402, 0.024866808205842972, 0.00012405961751937866, -0.021668290719389915, 0.003594614565372467, -0.0374784842133522, 0.0488564632833004, -0.02509620226919651, -0.005066953599452972, -0.038424052298069, -0.044989705085754395, -0.03343762457370758, -0.04528301954269409, -0.02269541099667549, -0.026732970029115677, -4.7694891691207886e-05, 0.013188328593969345, -0.022421348839998245, 0.006748497486114502, 0.04534501954913139, -0.03951054811477661, 0.009625159204006195, -0.00733107328414917, 0.015820655971765518, -0.028167499229311943, -0.0436931736767292, 0.027670111507177353, -0.04084675386548042, 0.02007918432354927, -0.039024434983730316]]], "dtype": "float32"}}]], "kwargs": {}}]}, {"module": "keras.layers", "class_name": "MultiHeadAttention", "config": {"name": "attn_0", "trainable": true, "dtype": {"module": "keras", "class_name": "DTypePolicy", "config": {"name": "float32"}, "registered_name": null}, "num_heads": 8, "key_dim": 128, "value_dim": 128, "dropout": 0.0, "use_bias": true, "output_shape": null, "attention_axes": [1], "kernel_initializer": {"module": "keras.initializers", "class_name": "GlorotUniform", "config": {"seed": null}, "registered_name": null}, "bias_initializer": {"module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null, "seed": null}, "registered_name": null, "build_config": {"shapes_dict": {"query_shape": [1, 50, 128], "value_shape": [1, 50, 128]}}, "name": "attn_0", "inbound_nodes": [{"args": [{"class_name": "__keras_tensor__", "config": {"shape": [1, 50, 128], "dtype": "float32", "keras_history": ["pos_add", 0, 0]}}, {"class_name": "__keras_tensor__", "config": {"shape": [1, 50, 128], "dtype": "float32", "keras_history": ["pos_add", 0, 0]}}], "kwargs": {}}]}, {"module": "keras.layers", "class_name": "Dropout", "config": {"name": "attn_drop_0", "trainable": true, "dtype": {"module": "keras", "class_name": "DTypePolicy", "config": {"name": "float32"}, "registered_name": null}, "rate": 0.1, "seed": null, "noise_shape": null}, "registered_name": null, "name": "attn_drop_0", "inbound_nodes": [{"args": [{"class_name": "__keras_tensor__", "config": {"shape": [1, 50, 128], "dtype": "float32", "keras_history": ["attn_0", 0, 0]}}], "kwargs": {"training": false}}]}, {"module": "keras.src.ops.numpy", "class_name": "Add", "config": {"name": "add"}, "registered_name": "Add", "name": "add", "inbound_nodes": [{"args": [{"class_name": "__keras_tensor__", "config": {"shape": [1, 50, 128], "dtype": "float32", "keras_history": ["pos_add", 0, 0]}}, {"class_name": "__keras_tensor__", "config": {"shape": [1, 50, 128], "dtype": "float32", "keras_history": ["attn_drop_0", 0, 0]}}], "kwargs": {}}]}, {"module": "keras.layers", "class_name": "LayerNormalization", "config": {"name": "ln1_0", "trainable": true, "dtype": {"module": "keras", "class_name": "DTypePolicy", "config": {"name": "float32"}, "registered_name": null}, "axis": [-1], "epsilon": 1e-06, "center": true, "scale": true, "rms_scaling": false, "beta_initializer": {"module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null}, "gamma_initializer": {"module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "registered_name": null, "build_config": {"input_shape": [1, 50, 128]}, "name": "ln1_0", "inbound_nodes": [{"args": [{"class_name": "__keras_tensor__", "config": {"shape": [1, 50, 128], "dtype": "float32", "keras_history": ["add", 0, 0]}}], "kwargs": {}}]}, {"module": "keras.layers", "class_name": "Dense", "config": {"name": "ffn1_0", "trainable": true, "dtype": {"module": "keras", "class_name": "DTypePolicy", "config": {"name": "float32"}, "registered_name": null}, "units": 512, "activation": "relu", "use_bias": true, "kernel_initializer": {"module": "keras.initializers", "class_name": "GlorotUniform", "config": {"seed": null}, "registered_name": null}, "bias_initializer": {"module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null}, "kernel_regularizer": null, "bias_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "registered_name": null, "build_config": {"input_shape": [1, 50, 128]}, "name": "ffn1_0", "inbound_nodes": [{"args": [{"class_name": "__keras_tensor__", "config": {"shape": [1, 50, 128], "dtype": "float32", "keras_history": ["ln1_0", 0, 0]}}], "kwargs": {}}]}, {"module": "keras.layers", "class_name": "Dense", "config": {"name": "ffn2_0", "trainable": true, "dtype": {"module": "keras", "class_name": "DTypePolicy", "config": {"name": "float32"}, "registered_name": null}, "units": 128, "activation": "linear", "use_bias": true, "kernel_initializer": {"module": "keras.initializers", "class_name": "GlorotUniform", "config": {"seed": null}, "registered_name": null}, "bias_initializer": {"module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null}, "kernel_regularizer": null, "bias_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "registered_name": null, "build_config": {"input_shape": [1, 50, 512]}, "name": "ffn2_0", "inbound_nodes": [{"args": [{"class_name": "__keras_tensor__", "config": {"shape": [1, 50, 512], "dtype": "float32", "keras_history": ["ffn1_0", 0, 0]}}], "kwargs": {}}]}, {"module": "keras.layers", "class_name": "Dropout", "config": {"name": "ffn_drop_0", "trainable": true, "dtype": {"module": "keras", "class_name": "DTypePolicy", "config": {"name": "float32"}, "registered_name": null}, "rate": 0.1, "seed": null, "noise_shape": null}, "registered_name": null, "name": "ffn_drop_0", "inbound_nodes": [{"args": [{"class_name": "__keras_tensor__", "config": {"shape": [1, 50, 128], "dtype": "float32", "keras_history": ["ffn2_0", 0, 0]}}], "kwargs": {"training": false}}]}, {"module": "keras.src.ops.numpy", "class_name": "Add", "config": {"name": "add_1"}, "registered_name": "Add", "name": "add_1", "inbound_nodes": [{"args": [{"class_name": "__keras_tensor__", "config": {"shape": [1, 50, 128], "dtype": "float32", "keras_history": ["ln1_0", 0, 0]}}, {"class_name": "__keras_tensor__", "config": {"shape": [1, 50, 128], "dtype": "float32", "keras_history": ["ffn_drop_0", 0, 0]}}], "kwargs": {}}]}, {"module": "keras.layers", "class_name": "LayerNormalization", "config": {"name": "ln2_0", "trainable": true, "dtype": {"module": "keras", "class_name": "DTypePolicy", "config": {"name": "float32"}, "registered_name": null}, "axis": [-1], "epsilon": 1e-06, "center": true, "scale": true, "rms_scaling": false, "beta_initializer": {"module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null}, "gamma_initializer": {"module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "registered_name": null, "build_config": {"input_shape": [1, 50, 128]}, "name": "ln2_0", "inbound_nodes": [{"args": [{"class_name": "__keras_tensor__", "config": {"shape": [1, 50, 128], "dtype": "float32", "keras_history": ["add_1", 0, 0]}}], "kwargs": {}}]}, {"module": "keras.layers", "class_name": "MultiHeadAttention", "config": {"name": "attn_1", "trainable": true, "dtype": {"module": "keras", "class_name": "DTypePolicy", "config": {"name": "float32"}, "registered_name": null}, "num_heads": 8, "key_dim": 128, "value_dim": 128, "dropout": 0.0, "use_bias": true, "output_shape": null, "attention_axes": [1], "kernel_initializer": {"module": "keras.initializers", "class_name": "GlorotUniform", "config": {"seed": null}, "registered_name": null}, "bias_initializer": {"module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null, "seed": null}, "registered_name": null, "build_config": {"shapes_dict": {"query_shape": [1, 50, 128], "value_shape": [1, 50, 128]}}, "name": "attn_1", "inbound_nodes": [{"args": [{"class_name": "__keras_tensor__", "config": {"shape": [1, 50, 128], "dtype": "float32", "keras_history": ["ln2_0", 0, 0]}}, {"class_name": "__keras_tensor__", "config": {"shape": [1, 50, 128], "dtype": "float32", "keras_history": ["ln2_0", 0, 0]}}], "kwargs": {}}]}, {"module": "keras.layers", "class_name": "Dropout", "config": {"name": "attn_drop_1", "trainable": true, "dtype": {"module": "keras", "class_name": "DTypePolicy", "config": {"name": "float32"}, "registered_name": null}, "rate": 0.1, "seed": null, "noise_shape": null}, "registered_name": null, "name": "attn_drop_1", "inbound_nodes": [{"args": [{"class_name": "__keras_tensor__", "config": {"shape": [1, 50, 128], "dtype": "float32", "keras_history": ["attn_1", 0, 0]}}], "kwargs": {"training": false}}]}, {"module": "keras.src.ops.numpy", "class_name": "Add", "config": {"name": "add_2"}, "registered_name": "Add", "name": "add_2", "inbound_nodes": [{"args": [{"class_name": "__keras_tensor__", "config": {"shape": [1, 50, 128], "dtype": "float32", "keras_history": ["ln2_0", 0, 0]}}, {"class_name": "__keras_tensor__", "config": {"shape": [1, 50, 128], "dtype": "float32", "keras_history": ["attn_drop_1", 0, 0]}}], "kwargs": {}}]}, {"module": "keras.layers", "class_name": "LayerNormalization", "config": {"name": "ln1_1", "trainable": true, "dtype": {"module": "keras", "class_name": "DTypePolicy", "config": {"name": "float32"}, "registered_name": null}, "axis": [-1], "epsilon": 1e-06, "center": true, "scale": true, "rms_scaling": false, "beta_initializer": {"module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null}, "gamma_initializer": {"module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "registered_name": null, "build_config": {"input_shape": [1, 50, 128]}, "name": "ln1_1", "inbound_nodes": [{"args": [{"class_name": "__keras_tensor__", "config": {"shape": [1, 50, 128], "dtype": "float32", "keras_history": ["add_2", 0, 0]}}], "kwargs": {}}]}, {"module": "keras.layers", "class_name": "Dense", "config": {"name": "ffn1_1", "trainable": true, "dtype": {"module": "keras", "class_name": "DTypePolicy", "config": {"name": "float32"}, "registered_name": null}, "units": 512, "activation": "relu", "use_bias": true, "kernel_initializer": {"module": "keras.initializers", "class_name": "GlorotUniform", "config": {"seed": null}, "registered_name": null}, "bias_initializer": {"module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null}, "kernel_regularizer": null, "bias_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "registered_name": null, "build_config": {"input_shape": [1, 50, 128]}, "name": "ffn1_1", "inbound_nodes": [{"args": [{"class_name": "__keras_tensor__", "config": {"shape": [1, 50, 128], "dtype": "float32", "keras_history": ["ln1_1", 0, 0]}}], "kwargs": {}}]}, {"module": "keras.layers", "class_name": "Dense", "config": {"name": "ffn2_1", "trainable": true, "dtype": {"module": "keras", "class_name": "DTypePolicy", "config": {"name": "float32"}, "registered_name": null}, "units": 128, "activation": "linear", "use_bias": true, "kernel_initializer": {"module": "keras.initializers", "class_name": "GlorotUniform", "config": {"seed": null}, "registered_name": null}, "bias_initializer": {"module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null}, "kernel_regularizer": null, "bias_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "registered_name": null, "build_config": {"input_shape": [1, 50, 512]}, "name": "ffn2_1", "inbound_nodes": [{"args": [{"class_name": "__keras_tensor__", "config": {"shape": [1, 50, 512], "dtype": "float32", "keras_history": ["ffn1_1", 0, 0]}}], "kwargs": {}}]}, {"module": "keras.layers", "class_name": "Dropout", "config": {"name": "ffn_drop_1", "trainable": true, "dtype": {"module": "keras", "class_name": "DTypePolicy", "config": {"name": "float32"}, "registered_name": null}, "rate": 0.1, "seed": null, "noise_shape": null}, "registered_name": null, "name": "ffn_drop_1", "inbound_nodes": [{"args": [{"class_name": "__keras_tensor__", "config": {"shape": [1, 50, 128], "dtype": "float32", "keras_history": ["ffn2_1", 0, 0]}}], "kwargs": {"training": false}}]}, {"module": "keras.src.ops.numpy", "class_name": "Add", "config": {"name": "add_3"}, "registered_name": "Add", "name": "add_3", "inbound_nodes": [{"args": [{"class_name": "__keras_tensor__", "config": {"shape": [1, 50, 128], "dtype": "float32", "keras_history": ["ln1_1", 0, 0]}}, {"class_name": "__keras_tensor__", "config": {"shape": [1, 50, 128], "dtype": "float32", "keras_history": ["ffn_drop_1", 0, 0]}}], "kwargs": {}}]}, {"module": "keras.layers", "class_name": "LayerNormalization", "config": {"name": "ln2_1", "trainable": true, "dtype": {"module": "keras", "class_name": "DTypePolicy", "config": {"name": "float32"}, "registered_name": null}, "axis": [-1], "epsilon": 1e-06, "center": true, "scale": true, "rms_scaling": false, "beta_initializer": {"module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null}, "gamma_initializer": {"module": "keras.initializers", "class_name": "Ones", "config": {}, "registered_name": null}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "registered_name": null, "build_config": {"input_shape": [1, 50, 128]}, "name": "ln2_1", "inbound_nodes": [{"args": [{"class_name": "__keras_tensor__", "config": {"shape": [1, 50, 128], "dtype": "float32", "keras_history": ["add_3", 0, 0]}}], "kwargs": {}}]}, {"module": "keras.layers", "class_name": "Dense", "config": {"name": "dense_output", "trainable": true, "dtype": {"module": "keras", "class_name": "DTypePolicy", "config": {"name": "float32"}, "registered_name": null}, "units": 63, "activation": "softmax", "use_bias": true, "kernel_initializer": {"module": "keras.initializers", "class_name": "GlorotUniform", "config": {"seed": null}, "registered_name": null}, "bias_initializer": {"module": "keras.initializers", "class_name": "Zeros", "config": {}, "registered_name": null}, "kernel_regularizer": null, "bias_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "registered_name": null, "build_config": {"input_shape": [1, 50, 128]}, "name": "dense_output", "inbound_nodes": [{"args": [{"class_name": "__keras_tensor__", "config": {"shape": [1, 50, 128], "dtype": "float32", "keras_history": ["ln2_1", 0, 0]}}], "kwargs": {}}]}], "input_layers": [["image", 0, 0]], "output_layers": [["dense_output", 0, 0]]}, "registered_name": "Functional", "build_config": {"input_shape": null}, "compile_config": {}}